summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/service/pom.xml')
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
index f0a99945..61d685e6 100644
--- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
+++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
@@ -26,7 +26,9 @@
<artifactId>vnfmadapter-service</artifactId>
<name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/service</name>
<packaging>war</packaging>
-
+ <properties>
+ <java.version>11</java.version>
+ </properties>
<dependencies>
<dependency>
<groupId>org.powermock</groupId>