Remove odl-restconf dependency on jackson 39/79339/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 9 Jan 2019 12:19:17 +0000 (13:19 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 9 Jan 2019 12:19:17 +0000 (13:19 +0100)
Jackson is part of odl-restconf-common, it should not be in
the user-installable feature.

Change-Id: I2d4019b1aca6cb1942400b4469356a10b2dbbcb0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/restconf/odl-restconf/src/main/feature/feature.xml [deleted file]

diff --git a/features/restconf/odl-restconf/src/main/feature/feature.xml b/features/restconf/odl-restconf/src/main/feature/feature.xml
deleted file mode 100644 (file)
index df674b1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Copyright © 2018 Red Hat, Inc. and others.
-  ~
-  ~ This program and the accompanying materials are made available under the
-  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
-  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
-  -->
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netconf-${project.version}">
-    <feature name="odl-restconf" version="${project.version}">
-        <feature version="[4,5)">odl-jackson-2.9</feature>
-    </feature>
-</features>