summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2017-02-15 19:45:27 +0530
committerMurali-P <murali.p@huawei.com>2017-02-15 19:45:27 +0530
commit6f62c8ae06aac477aa1d1b68563802f7c148002c (patch)
tree1e3e3fbd32b39c289e26067e6705fba3777fb033
parent249a2d4130d03f5accdcff2b0b165515048f1e0d (diff)
Update Java JRE
Resolved:VNFSDK-21 VNF SDK Function test Change-Id: Icebd5007ff3179c04e2d4066a92f622c182fceed Signed-off-by: Murali-P <murali.p@huawei.com>
-rw-r--r--vnf-sdk-function-test/pom.xml26
1 files changed, 19 insertions, 7 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 9e7e8de..a42e36b 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.openo.vnf-sdk.function-test</groupId>
@@ -25,14 +26,14 @@
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
+ <version>2.10</version>
<versionRange>[2.0,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>
@@ -41,6 +42,15 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.3</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
@@ -80,8 +90,10 @@
<source>1.8</source>
<target>1.8</target>
<transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+ <transformer
+ implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+ <transformer
+ implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openo.vnfsdk.functest.VnfSdkFuncTestApp</mainClass>
</transformer>
</transformers>
@@ -134,8 +146,8 @@
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>1.16.4</version>
+ <artifactId>lombok</artifactId>
+ <version>1.16.4</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>