Skip to content

Commit 3175495

Browse files
committed
update to dropwizard 0.9.2
1 parent 302b29e commit 3175495

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

maven-nodejs-proxy/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<description>Maven proxy to download NodeJS binaries as Maven artifacts.</description>
3939

4040
<properties>
41-
<dropwizard.version>0.9.0-rc4</dropwizard.version>
41+
<dropwizard.version>0.9.2</dropwizard.version>
4242
</properties>
4343

4444
<dependencies>
@@ -55,6 +55,12 @@
5555
<version>${dropwizard.version}</version>
5656
<scope>compile</scope>
5757
</dependency>
58+
<dependency>
59+
<groupId>io.dropwizard</groupId>
60+
<artifactId>dropwizard-testing</artifactId>
61+
<version>${dropwizard.version}</version>
62+
<scope>test</scope>
63+
</dependency>
5864

5965
<dependency>
6066
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)