Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrade h2. prevent 2 jdom libraries from being referenced.
  • Loading branch information
chenson42 committed Nov 13, 2009
1 parent eaaaa39 commit 20a6e41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion symmetric/pom.xml
Expand Up @@ -653,6 +653,12 @@
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>0.9</version>
<exclusions>
<exclusion>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand Down Expand Up @@ -699,7 +705,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.122</version>
<version>1.2.123</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 20a6e41

Please sign in to comment.