diff options
Diffstat (limited to 'sources/hv-collector-xnf-simulator/pom.xml')
-rw-r--r-- | sources/hv-collector-xnf-simulator/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sources/hv-collector-xnf-simulator/pom.xml b/sources/hv-collector-xnf-simulator/pom.xml index 69ca53b2..24351191 100644 --- a/sources/hv-collector-xnf-simulator/pom.xml +++ b/sources/hv-collector-xnf-simulator/pom.xml @@ -92,7 +92,7 @@ </dependency> <dependency> <groupId>${project.parent.groupId}</groupId> - <artifactId>hv-collector-utils</artifactId> + <artifactId>hv-collector-commandline</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> @@ -128,10 +128,6 @@ <artifactId>kotlinx-coroutines-core</artifactId> </dependency> <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> @@ -165,6 +161,4 @@ <artifactId>ratpack-core</artifactId> </dependency> </dependencies> - - </project>
\ No newline at end of file |