Skip to content

Commit

Permalink
Changing restlet dependency to avoid having a third-party maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed May 21, 2021
1 parent 17ce73e commit c47822b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/rest-assured-itest-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
<version>${jackson2.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.jse</groupId>
<groupId>hu.blackbelt.bundles.restlet</groupId>
<artifactId>org.restlet</artifactId>
<version>2.3.12</version>
<version>2.3.12_1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,4 @@
</dependency>
</dependencies>
</dependencyManagement>

<repositories>
<repository>
<id>maven-restlet</id>
<name>Public online Restlet repository</name>
<url>https://maven.restlet.org</url>
</repository>
</repositories>
</project>

0 comments on commit c47822b

Please sign in to comment.