Skip to content

Commit

Permalink
Fall back to wicket-extensions 9.5.0 to have full documentation; remo…
Browse files Browse the repository at this point in the history
…ve unused Nexus
  • Loading branch information
ErikVerheul committed Nov 8, 2021
1 parent 46da16f commit 8fa0b49
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>10.0.0-M1-SNAPSHOT</version>
<version>9.5.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -213,17 +213,4 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>Apache Nexus</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 8fa0b49

Please sign in to comment.