blob: f6e70c9fb5e88318d1aaf2d0d0c055ef7a4c6268 [file] [log] [blame]
Olaf Ottof4c02132010-10-10 20:39:11 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
Stephan Herrmann6a489e12013-08-06 12:15:58 +02005 <groupId>org.eclipse.objectteams</groupId>
Olaf Ottof4c02132010-10-10 20:39:11 +00006 <artifactId>objectteams-runtime</artifactId>
Stephan Herrmann94732cf2013-06-23 17:40:20 +02007 <version>2.1.2</version>
Olaf Ottof4c02132010-10-10 20:39:11 +00008 <description>The OT/J Runtime Library</description>
Stephan Herrmannc76cb572010-10-18 14:02:37 +00009
10 <licenses>
11 <license>
12 <name>Eclipse Public License Version 1.0</name>
13 <comments>
14 This file is part of "Object Teams Development Tooling"-Software
15
Stephan Herrmann94732cf2013-06-23 17:40:20 +020016 Copyright 2010, 2013 GK Software AG and others.
Stephan Herrmannc76cb572010-10-18 14:02:37 +000017 All rights reserved. This program and the accompanying materials
18 are made available under the terms of the Eclipse Public License v1.0
19 which accompanies this distribution, and is available at
20 http://www.eclipse.org/legal/epl-v10.html
21
22 Please visit http://www.eclipse.org/objectteams for updates and contact.
23
24 Contributors:
25 Olaf Otto - Initial concept
26 Stephan Herrmann - Initial API and implementation
27 </comments>
28 </license>
29 </licenses>
30
Olaf Ottof4c02132010-10-10 20:39:11 +000031 <dependencies>
32 <dependency>
33 <groupId>org.apache.bcel</groupId>
34 <artifactId>bcel</artifactId>
35 <version>5.2</version>
36 <scope>provided</scope>
37 </dependency>
38 </dependencies>
39</project>