Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians authored Sep 20, 2024
1 parent 409e3f8 commit 39b60c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
<version>3.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-codec-http -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.2.0.Alpha4</version>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -112,4 +119,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 39b60c2

Please # to comment.