CUTR-at-USF / ontime-performance-calculator

An application to calculate on-time performance using archived GTFS-realtime data
Other
4 stars 2 forks source link

Manually installing sqljdbc4 driver not required - remove section from Readme #2

Closed barbeau closed 7 years ago

barbeau commented 7 years ago

@mohangandhiGH I cloned the repo and ran mvn install, and it looks like Maven is taking care of downloading the SQL Server JDBC driver from the OneBusAway Maven Repository (if you look in the pom.xml, there is a <dependency> for sqljdbc4).

Here's the log:

...
Downloading: http://nexus.onebusaway.org/content/groups/public/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.pom
...
Downloaded: http://nexus.onebusaway.org/content/groups/public/com/microsoft/sqlserver/sqljdbc4/4.0/sqljdbc4-4.0.jar (525 KB at 493.1 KB/sec)
...

So, you should be able to remove the section 2. of the README that talks about installing JDBC driver manually.

barbeau commented 7 years ago

Thanks @mohangandhiGH!