Use latest released parent pom
[ccsdk/features.git] / sdnr / wt / oauth-provider / provider-jar / pom.xml
index 5d9cbee..681831e 100644 (file)
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.4.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-oauth-provider-jar</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>ccsdk-features :: ${project.artifactId}</name>
         <maven.javadoc.skip>true</maven.javadoc.skip>
         <checkstyle.skip>true</checkstyle.skip>
     </properties>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.shiro</groupId>
-                <artifactId>shiro-core</artifactId>
-                <version>1.3.2</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>jackson-databind</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.auth0</groupId>
             <artifactId>java-jwt</artifactId>
-            <version>3.11.0</version>
-             <exclusions>
-                <exclusion>
-                    <groupId>com.fasterxml.jackson.core</groupId>
-                    <artifactId>jackson-databind</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-codec</groupId>
-                    <artifactId>commons-codec</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
-            <groupId>com.highstreet-technologies.aaa</groupId>
+           <groupId>org.bouncycastle</groupId>
+           <artifactId>bcprov-jdk15on</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-shiro</artifactId>
-            <version>0.12.1</version>
             <exclusions>
-<!--                 <exclusion> -->
-<!--                     <groupId>org.opendaylight.aaa</groupId> -->
-<!--                     <artifactId>aaa-shiro-api</artifactId> -->
-<!--                 </exclusion> -->
                 <exclusion>
                     <groupId>org.opendaylight.aaa</groupId>
                     <artifactId>aaa-cert</artifactId>
                     <groupId>ehcache-root</groupId>
                     <artifactId>ehcache</artifactId>
                 </exclusion>
-<!--                 <exclusion> -->
-<!--                     <groupId>org.jolokia</groupId> -->
-<!--                     <artifactId>jolokia-osgi</artifactId> -->
-<!--                 </exclusion> -->
             </exclusions>
         </dependency>
         <dependency>