We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f12476 commit f91cdb0Copy full SHA for f91cdb0
maven-nodejs-proxy/pom.xml
@@ -42,11 +42,28 @@
42
</properties>
43
44
<dependencies>
45
+
46
<dependency>
47
<groupId>io.dropwizard</groupId>
48
<artifactId>dropwizard-core</artifactId>
49
<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
58
</dependency>
59
60
61
+ <groupId>commons-io</groupId>
62
+ <artifactId>commons-io</artifactId>
63
+ <version>2.4</version>
64
65
66
67
</dependencies>
68
69
<build>
0 commit comments