Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 14, 2008
1 parent 08beaab commit 0df4452
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions symmetric-web/pom.xml
Expand Up @@ -38,6 +38,44 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-ds</artifactId>
<version>1.4.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</exclusion>
<exclusion>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
</exclusion>
<exclusion>
<groupId>tablelayout</groupId>
<artifactId>TableLayout</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
</exclusion>
<exclusion>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</exclusion>
<exclusion>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
</exclusion>
<exclusion>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
</exclusion>
<exclusion>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 0df4452

Please sign in to comment.