reset password
Author Message
nikhilkamath08
Posts: 5
Posted 23:02 Jul 09, 2015 |

Hi,

While adding the dependency for the "postgresql", the version mentioned in my system is "9.4.4", but when I add that version in pom.xml file it gives me an error.

So I added the version "9.4-1200-jdbc41", just wanted to know is it correct.?

 

cysun
Posts: 2935
Posted 06:12 Jul 10, 2015 |

9.4.4 is the version of PostgreSQL DBMS, and 9.4-1200-jdbc41 is the version of the PostgreSQL JDBC driver. The version numbers of those two are usually not exactly the same, but it should work just fine.