aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/honeycomb_plugin/parent-pom
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-08 15:08:41 -0400
committerMarco Platania <platania@research.att.com>2019-05-08 15:08:41 -0400
commit91735f200ed89b790251d9a83df24995b28aa079 (patch)
tree6da4a12e6c07834ce5b8cfc2051a0f29b865686e /vnfs/honeycomb_plugin/parent-pom
parent95cd08dcb2874f5cce4f97167e0ff4f219ae8087 (diff)
Removed unused stuff from demo (master)
Change-Id: Ia869971690e31e8a81ea0bb5c1707785f7ab819e Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin/parent-pom')
-rw-r--r--vnfs/honeycomb_plugin/parent-pom/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/vnfs/honeycomb_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/parent-pom/pom.xml
index d8322b89..f368d543 100644
--- a/vnfs/honeycomb_plugin/parent-pom/pom.xml
+++ b/vnfs/honeycomb_plugin/parent-pom/pom.xml
@@ -52,15 +52,9 @@ done
<debug.parameters>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005</debug.parameters>
<guice.version>4.1.0</guice.version>
<guice.config.version>1.2.0</guice.config.version>
- <!--restconf.version>1.3.2-Beryllium-SR2</restconf.version-->
- <!--netconf.version>1.0.2-Beryllium-SR2</netconf.version-->
<jersey.version>1.19.1</jersey.version>
<jetty.version>9.3.11.v20160721</jetty.version>
<servlet.version>3.1.0</servlet.version>
- <!--yangtools.version>0.8.2-Beryllium-SR2</yangtools.version-->
- <!--mdsal.version>1.3.2-Beryllium-SR2</mdsal.version-->
- <!-- Used by mdsal as provided/runtime dependency-->
- <!--osgi.core.version>5.0.0</osgi.core.version-->
</properties>
<modelVersion>4.0.0</modelVersion>
@@ -69,12 +63,9 @@ done
<!-- Generate executable shell script -->
<modules>
- <!--module>../sample-plugin/sample-plugin-api</module-->
- <!--module>../sample-plugin/sample-plugin-impl</module-->
<module>../stream-count/stream-count-api</module>
<module>../stream-count/stream-count-impl</module>
<module>../stream-count/stream-count-distribution</module>
- <!--module>../sample-distribution</module-->
</modules>
<build>