Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Revert wicket-bootstrap to 0.9.7 due to #44, #42, and #43
Browse files Browse the repository at this point in the history
  • Loading branch information
ceefour committed May 1, 2015
1 parent f96f414 commit a0e13a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-core</artifactId>
<version>0.9.8</version>
<version>0.9.7</version>
<!-- won't be needed after wicket-webjars 0.4.4 / wicket-bootstrap 0.9.8 -->
<exclusions>
<exclusion>
Expand All @@ -65,17 +65,17 @@
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-extensions</artifactId>
<version>0.9.8</version>
<version>0.9.7</version>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-themes</artifactId>
<version>0.9.8</version>
<version>0.9.7</version>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-less</artifactId>
<version>0.9.8</version>
<version>0.9.7</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down

0 comments on commit a0e13a2

Please sign in to comment.