diff options
author | Marco Platania <platania@research.att.com> | 2019-04-18 18:02:47 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-04-18 18:02:47 -0400 |
commit | 149a1664fcb40e1ad83f48878a13d2aff0f65b75 (patch) | |
tree | e4d788a6da45d66f7d5afa0f39feafa4e7fa5ae2 /vnfs/honeycomb_plugin/stream-count/stream-count-api | |
parent | 0443998090eb195b1e2de897201843b8a90ae037 (diff) |
Update Honeycomb to Rel1810 for vFW
- Update Honeycomb version to 1810 to support ODL Fluorine
- Migrate existing stream-count plugin to 1810
- Update POM structure
- Update vPacketGen install file (including ARM64)
Change-Id: I2866c80876550cb149cdb5fee3193d453643639c
Issue-ID: INT-1035
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin/stream-count/stream-count-api')
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc | 3 | ||||
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml | 19 |
2 files changed, 7 insertions, 15 deletions
diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc b/vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc new file mode 100644 index 00000000..dee2e71f --- /dev/null +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += stream-count-api + +Overview of stream-count-api
\ No newline at end of file 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> |