Skip to content

Commit

Permalink
Changed http-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Jun 25, 2022
1 parent ab5e18a commit 684173f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>

<repositories>
<repository>
<id>javawebstack</id>
<url>https://repo.javawebstack.org</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.javawebstack</groupId>
<artifactId>HTTP-Client</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>http-client</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 684173f

Please sign in to comment.