Skip to content

Commit

Permalink
Updated JGoodies dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Mar 8, 2015
1 parent 799459d commit 0424ff5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions org.protege.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@
<artifactId>org.apache.felix.main</artifactId>
</dependency>

<!--<dependency>-->
<!--<groupId>com.jgoodies</groupId>-->
<!--<artifactId>looks</artifactId>-->
<!--<version>2.2.2</version>-->
<!--</dependency>-->

<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>looks</artifactId>
<version>2.2.2</version>
<artifactId>jgoodies-looks</artifactId>
<version>2.5.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0424ff5

Please sign in to comment.