diff options
author | wsliwka <wojciech.sliwka@nokia.com> | 2019-11-20 13:20:08 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-01-27 15:04:55 +0000 |
commit | 86e0740ff36b97ba98f1ed02f34bfb23d1b96262 (patch) | |
tree | 9e579fd898dff23f8ebba24cae2e4b50340cf758 /test/mocks/pnfsimulator/pom.xml | |
parent | 6f2913b0129ea48becccfd55eeb93cbcb991f651 (diff) |
Latest changes to pnf simulator
- replace cpp bindings by python
- remove docker spotify plugin (no longer supported)
- create own image for netopeer (with all packages installed upfront)
Issue-ID: INT-1372
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I983c0eddf12fa589fbf3ad1ffbab2b36929c9ef0
Diffstat (limited to 'test/mocks/pnfsimulator/pom.xml')
-rw-r--r-- | test/mocks/pnfsimulator/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 2f683a9ae..32d9daf18 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -68,9 +68,9 @@ </configuration> </plugin> <plugin> - <groupId>com.spotify</groupId> + <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>1.1.1</version> + <version>0.31.0</version> </plugin> </plugins> </build> |