diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-03 14:31:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-03 14:31:11 +0000 |
commit | cbce0a5fc41f4d168a0a8aa37a98fe3e22076c50 (patch) | |
tree | 9e02432fb193c49bd7fa3d429df3492feeb0a6fe /test | |
parent | 423db590adc966aa0b0a555b54a2e3fcda111114 (diff) | |
parent | 38b0c5e993e89300d06aaeaa584e17e00327cbde (diff) |
Merge "Preparing simulator for INT-607"
Diffstat (limited to 'test')
-rw-r--r-- | test/mocks/pnfsimulator/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index bd203bbf6..b71af2032 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -182,6 +182,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.7.0</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> @@ -192,6 +193,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> + <version>3.0.2</version> <configuration> <archive> <manifestEntries> |