diff --git a/org.springframework.jdbc/.classpath b/org.springframework.jdbc/.classpath index c3fb75286a6..3a966f3305e 100644 --- a/org.springframework.jdbc/.classpath +++ b/org.springframework.jdbc/.classpath @@ -13,8 +13,7 @@ - - + diff --git a/org.springframework.jdbc/ivy.xml b/org.springframework.jdbc/ivy.xml index 4f0495020af..f9625881a98 100644 --- a/org.springframework.jdbc/ivy.xml +++ b/org.springframework.jdbc/ivy.xml @@ -24,7 +24,6 @@ - @@ -32,7 +31,7 @@ - + diff --git a/org.springframework.jdbc/template.mf b/org.springframework.jdbc/template.mf index 58bf26163aa..70d7325dde3 100644 --- a/org.springframework.jdbc/template.mf +++ b/org.springframework.jdbc/template.mf @@ -14,7 +14,6 @@ Import-Template: javax.sql.rowset.*;version="[1.0.1, 2.0.0)";resolution:=optional, javax.transaction.*;version="[1.0.1, 2.0.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", - org.enhydra.jdbc.*;version="[1.5.0, 2.0.0)";resolution:=optional, org.springframework.beans.*;version="[3.0.0, 3.0.1)", org.springframework.core.*;version="[3.0.0, 3.0.1)", org.springframework.dao.*;version="[3.0.0, 3.0.1)", diff --git a/org.springframework.transaction/.classpath b/org.springframework.transaction/.classpath index 926fe4687a5..985e81a51be 100644 --- a/org.springframework.transaction/.classpath +++ b/org.springframework.transaction/.classpath @@ -12,10 +12,9 @@ - - + diff --git a/org.springframework.transaction/ivy.xml b/org.springframework.transaction/ivy.xml index cec0a78fd38..c426a32182d 100644 --- a/org.springframework.transaction/ivy.xml +++ b/org.springframework.transaction/ivy.xml @@ -13,8 +13,7 @@ - - + @@ -29,14 +28,13 @@ - - - + + diff --git a/org.springframework.transaction/template.mf b/org.springframework.transaction/template.mf index adb3751de76..f17016623c3 100644 --- a/org.springframework.transaction/template.mf +++ b/org.springframework.transaction/template.mf @@ -14,7 +14,6 @@ Import-Template: javax.transaction.*;version="[1.0.1, 2.0.0)";resolution:=optional, org.aopalliance.*;version="[1.0.0, 2.0.0)", org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", - org.objectweb.jotm.*;version="[2.0.10, 3.0.0)";resolution:=optional, org.springframework.aop.*;version="[3.0.0, 3.0.1)", org.springframework.beans.*;version="[3.0.0, 3.0.1)", org.springframework.context.*;version="[3.0.0, 3.0.1)",