Olaf Otto | f4c0213 | 2010-10-10 20:39:11 +0000 | [diff] [blame] | 1 | <?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> |
| 5 | <groupId>org.eclipse</groupId> |
| 6 | <artifactId>objectteams-runtime</artifactId> |
| 7 | <version>0.8.0-SNAPSHOT</version> |
| 8 | <description>The OT/J Runtime Library</description> |
| 9 | <dependencies> |
| 10 | <dependency> |
| 11 | <groupId>org.apache.bcel</groupId> |
| 12 | <artifactId>bcel</artifactId> |
| 13 | <version>5.2</version> |
| 14 | <scope>provided</scope> |
| 15 | </dependency> |
| 16 | </dependencies> |
| 17 | </project> |