diff options
author | Steve Smokowski <ss835w@att.com> | 2020-06-19 14:11:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-19 14:11:45 +0000 |
commit | 0abec191b0645a80c9bc5df4af3423a9377b83db (patch) | |
tree | d5a1c8aa302d8c1b8c689c8ed32e36d672581e0d /mso-catalog-db/pom.xml | |
parent | dcca3afc8f9c4de72e84a7573932544996438c7c (diff) | |
parent | 9868f1749ac413b5b7df287d35983bf24ce517ea (diff) |
Merge "Prepare for java 11"
Diffstat (limited to 'mso-catalog-db/pom.xml')
-rw-r--r-- | mso-catalog-db/pom.xml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index 7444866315..0a435aa991 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -35,29 +35,12 @@ </executions> </plugin> </plugins> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> - <configuration> - <source>1.8</source> - <target>1.8</target> - <fork>true</fork> - <compilerArgs> - <arg>-parameters</arg> - </compilerArgs> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> <dependencies> <dependency> <groupId>uk.co.blackpepper.bowman</groupId> <artifactId>bowman-client</artifactId> - <version>0.3.0</version> + <version>${bowman.client.version}</version> </dependency> <dependency> <groupId>org.onap.so</groupId> @@ -74,11 +57,6 @@ <artifactId>mariadb-java-client</artifactId> </dependency> <dependency> - <groupId>com.openpojo</groupId> - <artifactId>openpojo</artifactId> - <version>0.8.6</version> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> |