|
@@ -59,7 +59,26 @@
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
+
|
|
|
+
|
|
|
<build>
|
|
|
+ <plugins>
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
+ <version>2.5.1</version>
|
|
|
+ <configuration>
|
|
|
+ <source>1.8</source>
|
|
|
+ <target>1.8</target>
|
|
|
+ <encoding>UTF-8</encoding>
|
|
|
+ <compilerArguments>
|
|
|
+ <verbose />
|
|
|
+ <bootclasspath>${java.home}\lib\rt.jar;${java.home}\lib\jce.jar</bootclasspath>
|
|
|
+ </compilerArguments>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+
|
|
|
<resources>
|
|
|
<resource>
|
|
|
<directory>lib</directory>
|