diff options
Diffstat (limited to 'aai-rest')
-rw-r--r-- | aai-rest/pom.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 203a89e4..73b41103 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -28,12 +28,12 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-common</artifactId> + <artifactId>aai-parent</artifactId> <version>1.6.0-SNAPSHOT</version> + <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-rest</artifactId> <name>aai-rest</name> - <version>1.6.0-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> @@ -43,28 +43,14 @@ <spring.security.version>1.0.8.RELEASE</spring.security.version> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-parent</artifactId> - <version>${spring.boot.starter.parent.version}</version> - <scope>import</scope> - <type>pom</type> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> - <version>${eelf.core.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>${spring.boot.starter.web.version}</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> @@ -87,12 +73,10 @@ <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> - <version>2.0.1</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.5</version> </dependency> <!-- Explicitly stating the security spring framework and @@ -105,7 +89,6 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-rsa</artifactId> - <version>${spring.security.version}</version> <exclusions> <exclusion> <groupId>org.bouncycastle</groupId> @@ -121,7 +104,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.21.RELEASE</version> <scope>test</scope> </dependency> </dependencies> |