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 302b29e commit 3175495Copy full SHA for 3175495
maven-nodejs-proxy/pom.xml
@@ -38,7 +38,7 @@
38
<description>Maven proxy to download NodeJS binaries as Maven artifacts.</description>
39
40
<properties>
41
- <dropwizard.version>0.9.0-rc4</dropwizard.version>
+ <dropwizard.version>0.9.2</dropwizard.version>
42
</properties>
43
44
<dependencies>
@@ -55,6 +55,12 @@
55
<version>${dropwizard.version}</version>
56
<scope>compile</scope>
57
</dependency>
58
+ <dependency>
59
+ <groupId>io.dropwizard</groupId>
60
+ <artifactId>dropwizard-testing</artifactId>
61
+ <version>${dropwizard.version}</version>
62
+ <scope>test</scope>
63
+ </dependency>
64
65
<dependency>
66
<groupId>commons-io</groupId>
0 commit comments