| <?xml version="1.0" encoding="UTF-8"?> |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.eclipse.objectteams</groupId> |
| <artifactId>objectteams-otre</artifactId> |
| <version>2.7.6</version> |
| <description>The Object Teams Runtime Environment (OTRE)</description> |
| |
| <licenses> |
| <license> |
| <name>Eclipse Public License Version 1.0</name> |
| <comments> |
| This file is part of "Object Teams Development Tooling"-Software |
| |
| Copyright 2010, 2019 GK Software SE and others. |
| This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License 2.0 |
| which accompanies this distribution, and is available at |
| https://www.eclipse.org/legal/epl-2.0/ |
| |
| SPDX-License-Identifier: EPL-2.0 |
| |
| Please visit http://www.eclipse.org/objectteams for updates and contact. |
| |
| Contributors: |
| Olaf Otto - Initial concept |
| Stephan Herrmann - Initial API and implementation |
| </comments> |
| </license> |
| </licenses> |
| |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.bcel</groupId> |
| <artifactId>bcel</artifactId> |
| <version>5.2</version> |
| <scope>provided</scope> |
| </dependency> |
| </dependencies> |
| </project> |