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

Commit

Permalink
exclude javassist due to #43 and we're still in wicket-bootstrap 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ceefour committed May 1, 2015
1 parent a0e13a2 commit 57cc158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
<version>${wicket-atmosphere.version}</version>
<exclusions>
<!-- TODO: only required before wicket-webjars upgrades to reflections 0.9.9 which uses javassist 3.18.2-GA natively -->
<!--<exclusion>
<exclusion>
<artifactId>javassist</artifactId>
<groupId>javassist</groupId>
</exclusion>-->
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 57cc158

Please sign in to comment.