blob: a05464886bb098e9651a92da4043bf0e9a2baa5c [file] [log] [blame]
<?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</groupId>
<artifactId>objectteams-runtime</artifactId>
<version>2.1.2</version>
<description>The OT/J Runtime Library</description>
<licenses>
<license>
<name>Eclipse Public License Version 1.0</name>
<comments>
This file is part of "Object Teams Development Tooling"-Software
Copyright 2010, 2013 GK Software AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
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>