Skip to content

Commit 7fcd3d4

Browse files
fixed pom.xml location and updated .gitignore
Former-commit-id: 24dd6a83f8e84ce05978e18039cf516b96269a6f
1 parent db2785c commit 7fcd3d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pom.xml renamed to pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
</properties>
15+
16+
<dependencies>
17+
<dependency>
18+
<groupId>org.apache.httpcomponents</groupId>
19+
<artifactId>httpclient</artifactId>
20+
<version>4.5.5</version>
21+
</dependency>
22+
</dependencies>
1523
</project>

0 commit comments

Comments
 (0)