diff options
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/oofpcipoc/consumer/pom.xml | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index f4db4ca5e..b1a145385 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -40,7 +40,7 @@ <name>ccsdk-features :: aafshiro-features :: ${project.artifactId}</name> <properties> - <aaf-shiro-bundle.version>2.1.13</aaf-shiro-bundle.version> + <aaf-shiro-bundle.version>2.1.19</aaf-shiro-bundle.version> <skip.karaf.featureTest>true</skip.karaf.featureTest> </properties> diff --git a/sdnr/northbound/oofpcipoc/consumer/pom.xml b/sdnr/northbound/oofpcipoc/consumer/pom.xml index ea7302ba5..7ea8103ee 100644 --- a/sdnr/northbound/oofpcipoc/consumer/pom.xml +++ b/sdnr/northbound/oofpcipoc/consumer/pom.xml @@ -66,17 +66,14 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.9.8</version> </dependency> <dependency> <groupId>junit</groupId> @@ -108,7 +105,6 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.0</version> </dependency> <dependency> <groupId>org.json</groupId> @@ -118,7 +114,6 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.9</version> </dependency> </dependencies> |