File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1313 <properties >
1414 <unirest .version>1.4.9</unirest .version>
1515 <httpclient .version>4.5.2</httpclient .version>
16- <jackson .version>2.2 .0</jackson .version>
16+ <jackson .version>2.1 .0</jackson .version>
1717 <junit .version>4.12</junit .version>
1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1919 <maven .compiler.source>1.5</maven .compiler.source>
2020 <maven .compiler.target>1.5</maven .compiler.target>
2121 </properties >
2222
23+ <build >
24+ <plugins >
25+ <plugin >
26+ <groupId >org.apache.maven.plugins</groupId >
27+ <artifactId >maven-compiler-plugin</artifactId >
28+ <version >3.5.1</version >
29+ <configuration >
30+ <source >1.5</source >
31+ <target >1.5</target >
32+ </configuration >
33+ </plugin >
34+ </plugins >
35+ </build >
36+
2337 <dependencies >
2438 <dependency >
2539 <groupId >com.google.http-client</groupId >
You can’t perform that action at this time.
0 commit comments