We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d02875 commit 98bf4aeCopy full SHA for 98bf4ae
pom.xml
@@ -15,6 +15,9 @@
15
<httpclient.version>4.5.2</httpclient.version>
16
<jackson.version>2.7.2</jackson.version>
17
<junit.version>4.12</junit.version>
18
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
+ <maven.compiler.source>1.5</maven.compiler.source>
20
+ <maven.compiler.target>1.5</maven.compiler.target>
21
</properties>
22
23
<dependencies>
@@ -63,17 +66,4 @@
63
66
</dependency>
64
67
</dependencies>
65
68
- <build>
- <plugins>
- <plugin>
69
- <groupId>org.apache.maven.plugins</groupId>
70
- <artifactId>maven-compiler-plugin</artifactId>
71
- <version>3.5.1</version>
72
- <configuration>
73
- <source>1.5</source>
74
- <target>1.5</target>
75
- </configuration>
76
- </plugin>
77
- </plugins>
78
- </build>
79
</project>
0 commit comments