File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55 <output-test url =" file://$MODULE_DIR$/target/test-classes" />
66 <content url =" file://$MODULE_DIR$" >
77 <sourceFolder url =" file://$MODULE_DIR$/test" isTestSource =" false" />
8+ <sourceFolder url =" file://$MODULE_DIR$/src/main/resources" type =" java-resource" />
89 <sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
910 <sourceFolder url =" file://$MODULE_DIR$/src/test/java" isTestSource =" true" />
10- <sourceFolder url =" file://$MODULE_DIR$/src/main/resources" type =" java-resource" />
1111 <excludeFolder url =" file://$MODULE_DIR$/target" />
1212 </content >
1313 <orderEntry type =" inheritedJdk" />
1717 <orderEntry type =" library" name =" guava-16.0.1" level =" project" />
1818 <orderEntry type =" library" name =" hamcrest-core-1.3" level =" project" />
1919 <orderEntry type =" library" name =" httpcore-4.3.2" level =" project" />
20- <orderEntry type =" library" name =" httpclient-4.3.3" level =" project" />
2120 <orderEntry type =" library" name =" commons-logging-1.1.3" level =" project" />
2221 <orderEntry type =" library" name =" commons-core-1.2.2" level =" project" />
2322 <orderEntry type =" library" name =" flexjson-1.8" level =" project" />
6665 <orderEntry type =" library" name =" Maven: org.seleniumhq.selenium:selenium-support:2.41.0" level =" project" />
6766 <orderEntry type =" library" name =" Maven: junit:junit:4.11" level =" project" />
6867 <orderEntry type =" library" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
68+ <orderEntry type =" library" name =" Maven: org.apache.httpcomponents:httpcomponents-client:4.3.3" level =" project" />
6969 </component >
7070</module >
7171
Original file line number Diff line number Diff line change 2828 <artifactId >junit</artifactId >
2929 <version >4.11</version >
3030 </dependency >
31+ <dependency >
32+ <groupId >org.apache.httpcomponents</groupId >
33+ <artifactId >httpcomponents-client</artifactId >
34+ <version >4.3.3</version >
35+ </dependency >
3136 </dependencies >
3237 <packaging >jar</packaging >
3338 <name >java-client</name >
You can’t perform that action at this time.
0 commit comments