
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793070 13f79535-47bb-0310-9956-ffa450edef68
22 lines
824 B
XML
22 lines
824 B
XML
<?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.equinox</groupId>
|
|
<artifactId>registry</artifactId>
|
|
<version>3.4.100-v20090520-1800</version>
|
|
<name>Extension Registry Support</name>
|
|
<licenses>
|
|
<license>
|
|
<name>Eclipse Public License - v 1.0</name>
|
|
<url>http://www.eclipse.org/org/documents/epl-v10.html</url>
|
|
</license>
|
|
</licenses>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.eclipse.equinox</groupId>
|
|
<artifactId>common</artifactId>
|
|
<version>[3.2.0,4.0.0)</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|