|
@@ -1,12 +1,10 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
3
|
|
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
|
|
3
|
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
4
|
4
|
<output url="file://$MODULE_DIR$/target/classes" />
|
5
|
5
|
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
6
|
6
|
<content url="file://$MODULE_DIR$">
|
7
|
7
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
8
|
|
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
9
|
|
- <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
10
|
8
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
11
|
9
|
</content>
|
12
|
10
|
<orderEntry type="inheritedJdk" />
|
|
@@ -14,5 +12,14 @@
|
14
|
12
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.6" level="project" />
|
15
|
13
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.0" level="project" />
|
16
|
14
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.6" level="project" />
|
|
15
|
+ <orderEntry type="library" name="Maven: com.mashape.unirest:unirest-java:1.4.9" level="project" />
|
|
16
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.2" level="project" />
|
|
17
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.4" level="project" />
|
|
18
|
+ <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
|
19
|
+ <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" />
|
|
20
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpasyncclient:4.1.1" level="project" />
|
|
21
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore-nio:4.4.4" level="project" />
|
|
22
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpmime:4.5.2" level="project" />
|
|
23
|
+ <orderEntry type="library" name="Maven: org.json:json:20160212" level="project" />
|
17
|
24
|
</component>
|
18
|
25
|
</module>
|