diff options
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index a7bcd7a1dd..b28a9e1361 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -584,8 +584,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20131018</version> - <scope>compile</scope> + <version>${org.json.version}</version> </dependency> <!-- CASSANDRA --> @@ -952,6 +951,11 @@ <version>${commons.collections.version}</version> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter</artifactId> + <version>${spring.boot.version}</version> + </dependency> + <dependency> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>security-util-lib</artifactId> <version>${security.util.lib.version}</version> @@ -960,6 +964,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> </exclusion> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |