From 2ec8015fb6e2f8f6e4c1e2cda9ee8d20383c1e90 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 24 Oct 2017 11:22:13 +0800 Subject: [PATCH] updates --- pom.xml | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index dea5a3c..6e354fe 100644 --- a/pom.xml +++ b/pom.xml @@ -188,18 +188,5 @@ <build> <finalName>task</finalName> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.8</source> - <target>1.8</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - </plugins> </build> </project> -- Gitblit v1.8.0