Release appc
[appc.git] / appc-adapters / appc-netconf-adapter / appc-netconf-adapter-features / onap-appc-netconf-adapter / pom.xml
index 221e53a..2453903 100644 (file)
@@ -18,23 +18,22 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ============LICENSE_END=========================================================
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
-        <relativePath />
+        <version>2.7.2</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.onap.appc</groupId>
     <artifactId>onap-appc-netconf-adapter</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.7.2</version>
     <packaging>feature</packaging>
 
-    <name></name>
+    <name/>
 
     <dependencies>
         <dependency>
@@ -49,18 +48,6 @@ limitations under the License.
             <version>${project.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
-            <exclusions>
-              <exclusion>
-                <groupId>com.fasterxml.jackson.core</groupId>
-                <artifactId>jackson-databind</artifactId>
-              </exclusion>
-           </exclusions>
-        </dependency>
-
-        <dependency>
-           <groupId>com.fasterxml.jackson.core</groupId>
-           <artifactId>jackson-databind</artifactId>
-           <version>2.8.11.3</version>
         </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>