-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi James,
please try this diff - - change com.ibatis to org.apache.ibatis - - version from 2.3.0.667 to 2.3.0 - - drop the common entry. - -- dims C:\Apache\abdera\adapters\jdbc>svn diff Index: pom.xml =================================================================== - --- pom.xml (revision 620077) +++ pom.xml (working copy) @@ -71,16 +71,10 @@ ~ </dependency> ~ <dependency> - - <groupId>com.ibatis</groupId> + <groupId>org.apache.ibatis</groupId> ~ <artifactId>ibatis-sqlmap</artifactId> - - <version>2.3.0.667</version> + <version>2.3.0</version> ~ </dependency> - - - - <dependency> - - <groupId>com.ibatis</groupId> - - <artifactId>ibatis-common</artifactId> - - <version>2.3.0.667</version> - - </dependency> ~ </dependencies> ~ </project> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFHrSSIgNg6eWEDv1kRAi1OAKCm7hNZU81fNsUMjVgJtLH4hfD81ACgwndx n63JBfte/gj+GsgUB/JNKbg= =kSfl -----END PGP SIGNATURE-----
