summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-20 21:32:03 +0800
committershentao <shentao@chinamobile.com>2017-09-20 21:32:14 +0800
commit3132da22b04febc6df23504f82e0f8b13d163697 (patch)
treef948a464fdee9afdc6a0bf59667f84eaedc96585 /pom.xml
parentc4163c72a1ffb6742dd203e197f76fefe9baa9f9 (diff)
Upload monitor service code for usecase-ui
Change-Id: I0e437747bbeba94d93da47b9b7dc1e4f53cc78f3 Issue-Id: USECASEUI-41 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d82d6398..fedfb8eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,15 @@
</execution>
</executions>
</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>
</plugins>
</build>