diff options
author | Taka Cho <takamune.cho@att.com> | 2019-07-19 10:28:36 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-07-19 10:29:24 -0400 |
commit | 796e49ff45457326467330656ce9fd336fe71711 (patch) | |
tree | fce370c7fad3eb7696fd590ed1990171237d7ef7 /pom.xml | |
parent | 39122feeda8a36406aa9d3beb0e05cfb0d77981c (diff) |
remove opendaylight-karaf-empty
opendaylight-karaf-empty is for testing
purpose and outdated
Issue-ID: APPC-1651
Change-Id: I768b7afa9a60db6413f71320fd11575b1fafce97
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -99,7 +99,6 @@ limitations under the License. <odl.ietf-inet-types.version>1.5.1</odl.ietf-inet-types.version> <odl.controller.config.api.version>0.7.1</odl.controller.config.api.version> <odl.commons.opendaylight.version>2.0.5</odl.commons.opendaylight.version> - <odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version> </properties> @@ -264,12 +263,6 @@ limitations under the License. <type>xml</type> </dependency> <dependency> - <groupId>org.opendaylight.controller</groupId> - <artifactId>opendaylight-karaf-empty</artifactId> - <version>${odl.karaf.empty.distro.version}</version> - <type>zip</type> - </dependency> - <dependency> <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>ietf-inet-types-2013-07-15</artifactId> <version>${odl.ietf-inet-types.version}</version> |