Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 3, 2024
1 parent f0d0813 commit e0d4848
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions proxyserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dropwizard.version>1.3.29</dropwizard.version>
</properties>


<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

0 comments on commit e0d4848

Please sign in to comment.