Hi,

anyone knows if the jdbc driver is available via maven repository? and
what's its groupid?

I downloaded the sqljdbc4.jar from Microsoft and set a 'system' dependency,
is that the only way to do it?

 <dependency>
      <groupId>com.microsoft.sqlserver.jdbc</groupId>
      <artifactId>sqljdbc</artifactId>
      <version>2.0</version>
      <scope>system</scope>
      <systemPath>/usr/java/sqljdbc_2.0/enu/sqljdbc4.jar</systemPath>
    </dependency>


-- 
Eyal Edri

Reply via email to