Release appc
[appc.git] / appc-config / appc-flow-controller / provider / pom.xml
index 3c7cb12..d930971 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP : APPC
   ================================================================================
-  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
   Copyright (C) 2017 Amdocs
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.4.0</version>
+               <version>2.6.0-SNAPSHOT</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
     <url>http://maven.apache.org</url>
 
     <dependencies>
-        <dependency>
-            <groupId>equinoxSDK381</groupId>
-            <artifactId>org.eclipse.osgi</artifactId>
-            <version>${equinox.osgi.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>
             <artifactId>sli-provider</artifactId>
             <version>1.9.2</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
     </dependencies>
 
             </plugin>
         </plugins>
     </build>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.6.1</version>
 </project>