diff options
Diffstat (limited to 'vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml')
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml b/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml index 3bc79adc..75acf47e 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml @@ -16,27 +16,16 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9</version> + <version>1.18.10</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>io.fd.honeycomb.lcmapi</groupId> + <groupId>org.onap.vnf.vfw</groupId> <artifactId>stream-count-api</artifactId> - <version>1.16.9</version> + <name>stream-count-api</name> + <version>1.18.10</version> <packaging>bundle</packaging> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>mdsal-model-artifacts</artifactId> - <version>0.8.2-Beryllium-SR2</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> |