diff options
author | Max Benjamin <max.benjamin@att.com> | 2021-03-12 15:39:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-12 15:39:35 +0000 |
commit | b79e10d10d2c750d3f96d850c0b8b60f8d7781c4 (patch) | |
tree | ec072e3c0f465bfbaecf2f55646066e26645ea7a /adapters/so-appc-orchestrator/pom.xml | |
parent | a20dc29cb596b33864e8a1c27cd06a9fbe3078a6 (diff) | |
parent | 8aca451301378942e4c942be202d0bfd2313af93 (diff) |
Merge "version upgrades plus cleanup"
Diffstat (limited to 'adapters/so-appc-orchestrator/pom.xml')
-rw-r--r-- | adapters/so-appc-orchestrator/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/adapters/so-appc-orchestrator/pom.xml b/adapters/so-appc-orchestrator/pom.xml index f01288f1b4..2e4a4427b3 100644 --- a/adapters/so-appc-orchestrator/pom.xml +++ b/adapters/so-appc-orchestrator/pom.xml @@ -6,7 +6,6 @@ <artifactId>adapters</artifactId> <version>1.8.0-SNAPSHOT</version> </parent> - <groupId>org.onap.so.adapters</groupId> <artifactId>so-appc-orchestrator</artifactId> <packaging>jar</packaging> @@ -21,7 +20,6 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>${springboot.version}</version> <configuration> <mainClass>org.onap.so.adapters.appc.orchestrator.AppcOrchestratorApplication</mainClass> </configuration> @@ -153,7 +151,6 @@ <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-external-task-client</artifactId> - <version>1.4.0</version> </dependency> <dependency> <groupId>org.onap.so</groupId> @@ -199,7 +196,6 @@ <dependency> <groupId>pl.pragmatists</groupId> <artifactId>JUnitParams</artifactId> - <version>1.0.5</version> <scope>test</scope> </dependency> <dependency> |