diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-29 18:10:13 +0200 |
---|---|---|
committer | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-29 18:15:30 +0200 |
commit | f94a95f9db9e843671f480efd6227f7c72d47532 (patch) | |
tree | e7a9043a0bff3c0da258cec4f9fe299c7c83b1fd /dcaedt_catalog/asdc | |
parent | b4b7410445f359ad265c5e912d092bd275ba19e7 (diff) |
Sync code3.0.0-ONAP1.3.0casablanca
Sync the code between repositories
Change-Id: I3e570c9c8b090adc5520381019a22e8a46d66beb
Issue-ID: SDC-1874
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_catalog/asdc')
-rw-r--r-- | dcaedt_catalog/asdc/pom.xml | 46 |
1 files changed, 9 insertions, 37 deletions
diff --git a/dcaedt_catalog/asdc/pom.xml b/dcaedt_catalog/asdc/pom.xml index 2ecf3ff..6340f8c 100644 --- a/dcaedt_catalog/asdc/pom.xml +++ b/dcaedt_catalog/asdc/pom.xml @@ -41,22 +41,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.0.5.RELEASE</version> - <configuration> - <mainClass>org.onap.sdc.dcae.catalog.asdc.ASDCEngine</mainClass> - <classifier>exec</classifier> - </configuration> - <executions> - <execution> - <goals> - <goal>repackage</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> <dependencies> @@ -79,7 +63,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>2.0.5.RELEASE</version> + <version>2.0.6.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -89,12 +73,12 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> - <version>2.0.5.RELEASE</version> + <version>2.0.6.RELEASE</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.5</version> + <version>3.7</version> </dependency> <dependency> <groupId>commons-cli</groupId> @@ -114,7 +98,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.7</version> + <version>2.8.5</version> </dependency> <dependency> <groupId>junit</groupId> @@ -126,22 +110,10 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>2.0.2-beta</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy</artifactId> - <version>1.8.16</version> - </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy-agent</artifactId> - <version>1.8.16</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |