Skip to content

Commit

Permalink
updating dropwizard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jchoi614 committed Jul 2, 2024
1 parent d9cfe8d commit 0fee702
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions proxyserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@


<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
Expand Down Expand Up @@ -63,12 +68,6 @@
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 0fee702

Please sign in to comment.