diff options
author | shentao <shentao@chinamobile.com> | 2017-09-20 21:32:03 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-09-20 21:32:14 +0800 |
commit | 3132da22b04febc6df23504f82e0f8b13d163697 (patch) | |
tree | f948a464fdee9afdc6a0bf59667f84eaedc96585 /pom.xml | |
parent | c4163c72a1ffb6742dd203e197f76fefe9baa9f9 (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.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |