[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Wed Aug 13 15:12:39 UTC 2008
kawas
Wed Aug 13 11:12:38 EDT 2008
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv23069/xmls
Modified Files:
project.pom
Log Message:
excluded the jdbc:jdbc dependency from commons-dbcp because it had redirection in it and then replaced it with the library that jdbc:jdbc redirects to
moby-live/Java/xmls project.pom,1.11,1.12
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/project.pom,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /home/repository/moby/moby-live/Java/xmls/project.pom 2008/07/23 09:32:35 1.11
+++ /home/repository/moby/moby-live/Java/xmls/project.pom 2008/08/13 15:12:38 1.12
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.biomoby</groupId>
<artifactId>jmoby</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<name>jMoby</name>
<description>
A sub-project of the BioMoby project. It aims to develop tools in Java for BioMoby.
@@ -162,6 +162,12 @@
<version>3.1</version>
</dependency>
+ <!-- This is the jdbc:jdbc dependency -->
+ <dependency>
+ <groupId>javax.sql</groupId>
+ <artifactId>jdbc-stdext</artifactId>
+ <version>2.0</version>
+ </dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
@@ -179,6 +185,10 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jdbc</groupId>
+ <artifactId>jdbc</artifactId>
+ </exclusion>
</exclusions>
</dependency>
More information about the MOBY-guts
mailing list