fagfa wrote:
> Hi, where (I mean, M2 repository) can I found the JDBC driver jar for
> Microsoft SQL server 2000 and 2005? Thanks,
I guess Microsoft's own driver is not in the repository (redistribution
limitations). You can download it from Microsoft and install it locally
or on you remote internal repo (see
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html,
http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html).
You can also use JTDS driver (http://jtds.sourceforge.net). It works
well for me. It is on the main M2 repository, groupId
net.sourceforge.jtds, artifactId jtds, version 1.2.
Andrius
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|