diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-11-05 17:25:27 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-11-07 10:14:14 -0500 |
commit | a5d4adc4185af54a19de5de748c728875511c790 (patch) | |
tree | 4128c95c0b774ff2306de4dd3f6bc7417e3c4454 /aai-rest/pom.xml | |
parent | bd693e96711752700934932bb48fe6a92a35103c (diff) |
Add parent and update modules to use it1.6.0
Issue-ID: AAI-2699
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I288cb51a4f654387d6ca078f7b4357e8ce2e43c5
Diffstat (limited to 'aai-rest/pom.xml')
-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> |