Skip to content

Commit f91cdb0

Browse files
committed
add further dependencies
1 parent 5f12476 commit f91cdb0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

maven-nodejs-proxy/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,28 @@
4242
</properties>
4343

4444
<dependencies>
45+
4546
<dependency>
4647
<groupId>io.dropwizard</groupId>
4748
<artifactId>dropwizard-core</artifactId>
4849
<version>${dropwizard.version}</version>
50+
<scope>compile</scope>
51+
</dependency>
52+
53+
<dependency>
54+
<groupId>org.apache.httpcomponents</groupId>
55+
<artifactId>httpclient</artifactId>
56+
<version>4.5</version>
57+
<scope>compile</scope>
4958
</dependency>
59+
60+
<dependency>
61+
<groupId>commons-io</groupId>
62+
<artifactId>commons-io</artifactId>
63+
<version>2.4</version>
64+
<scope>compile</scope>
65+
</dependency>
66+
5067
</dependencies>
5168

5269
<build>

0 commit comments

Comments
 (0)