diff options
Diffstat (limited to 'vbd/gui/bundle/pom.xml')
-rw-r--r-- | vbd/gui/bundle/pom.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/vbd/gui/bundle/pom.xml b/vbd/gui/bundle/pom.xml index c5f9d4804..a8e4ba602 100644 --- a/vbd/gui/bundle/pom.xml +++ b/vbd/gui/bundle/pom.xml @@ -2,10 +2,10 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>io.fd.honeycomb.vbd</groupId> - <artifactId>vbd-aggregator</artifactId> + <groupId>io.fd.honeycomb.common</groupId> + <artifactId>api-parent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../</relativePath> + <relativePath>../../../common/api-parent</relativePath> </parent> <groupId>io.fd.honeycomb.vbd</groupId> @@ -17,13 +17,7 @@ <dependencies> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <version>5.0.0</version> - </dependency> - <dependency> - <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> - <version>5.0.0</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> @@ -33,12 +27,11 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>1.7.14</version> </dependency> <dependency> <groupId>org.opendaylight.dlux</groupId> <artifactId>loader</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> @@ -55,7 +48,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.6</version> <executions> <!--loader Resources--> <execution> |