Skip to content
Snippets Groups Projects
Commit ff2604ce authored by Shanshan Jiang's avatar Shanshan Jiang
Browse files

update to reduce the dependency to other uCC bundles (remove the ucc.pom as parent).

parent 92682a98
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.universAAL.tools.ucc</groupId>
<artifactId>ucc.pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../ucc.pom/pom.xml</relativePath>
</parent>
<artifactId>ucc.deploymanagerservice</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>deploy manager service API for the uCC</name>
<description>This API contains of deploy manager service interfaces for uCC.</description>
<packaging>bundle</packaging>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
......@@ -40,4 +30,5 @@
</plugin>
</plugins>
</build>
<groupId>org.universAAL.tools.ucc</groupId>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment