summaryrefslogtreecommitdiffstats
path: root/so-sdn-clients/pom.xml
diff options
context:
space:
mode:
authorMax Benjamin <max.benjamin@att.com>2021-03-12 15:39:35 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-12 15:39:35 +0000
commitb79e10d10d2c750d3f96d850c0b8b60f8d7781c4 (patch)
treeec072e3c0f465bfbaecf2f55646066e26645ea7a /so-sdn-clients/pom.xml
parenta20dc29cb596b33864e8a1c27cd06a9fbe3078a6 (diff)
parent8aca451301378942e4c942be202d0bfd2313af93 (diff)
Merge "version upgrades plus cleanup"
Diffstat (limited to 'so-sdn-clients/pom.xml')
-rw-r--r--so-sdn-clients/pom.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/so-sdn-clients/pom.xml b/so-sdn-clients/pom.xml
index 025bb1f06a..96d47445de 100644
--- a/so-sdn-clients/pom.xml
+++ b/so-sdn-clients/pom.xml
@@ -87,15 +87,8 @@
</dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.camunda.bpm.springboot</groupId>
- <artifactId>camunda-bpm-spring-boot-starter</artifactId>
- <version>${camunda.springboot.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
- <version>1.2.4.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -125,20 +118,9 @@
<dependency>
<groupId>ch.vorburger.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
- <version>2.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-configuration-processor</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>org.onap.so</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
@@ -156,18 +138,5 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</dependency>
- <dependency>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-client</artifactId>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.inject</groupId>
- <artifactId>jersey-hk2</artifactId>
- <version>2.26</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-json-jackson</artifactId>
- </dependency>
</dependencies>
</project>