diff options
author | Marco Platania <platania@research.att.com> | 2019-05-08 13:49:41 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-05-08 13:49:41 -0400 |
commit | f4db92493f1bd94184d23e1771a8f600202391a6 (patch) | |
tree | 7dc7ae2f56a9a7b49800154b7b1e4e0a2450afcd /vnfs/honeycomb_plugin/parent-pom | |
parent | 3e4c0d93034e07a93d881ef13db3e5f2e2f9f3ba (diff) |
Remove unused stuff from demo repository
Change-Id: Icc2b2b74a3db494ecc9cf596eb70eea15a447af9
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.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vnfs/honeycomb_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/parent-pom/pom.xml index 2b7fe77e..37862c5e 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> |