diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -38,11 +38,12 @@ <org.apache.maven.user-settings></org.apache.maven.user-settings> <!-- this is used for Chef mso-code cookbook --> <swm.version>2.19.3-1</swm.version> + <openstack.version>1.1.0</openstack.version> <evosuiteVersion>1.0.4-alpha2</evosuiteVersion> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> - <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath> + <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <distributionManagement> @@ -198,7 +199,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <version>3.6.1</version> <configuration> <debug>true</debug> <compilerArgument>-Xlint</compilerArgument> @@ -330,7 +331,7 @@ <version>4.20</version> <configuration> <buildId>mso-${project.version}</buildId> - <source>1.7</source> + <source>1.8</source> </configuration> </plugin> <!-- license plugin --> @@ -397,13 +398,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.evosuite</groupId> - <artifactId>evosuite-standalone-runtime</artifactId> - <version>${evosuiteVersion}</version> + <version>4.12</version> <scope>test</scope> </dependency> </dependencies> |