Skip to content

Commit 12848b6

Browse files
committed
use the maven released postgresql driver as dependency for IDEs
1 parent f08d4ef commit 12848b6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@
7272
<artifactId>jruby-complete</artifactId>
7373
<version>${jruby.version}</version>
7474
</dependency>
75-
76-
<!-- e.g.
77-
mvn install:install-file -DgroupId=org.postgresql -DartifactId=pgjdbc -Dversion=9.2-1002 -Dpackaging=jar -Dfile=./jdbc-postgres/lib/postgresql-9.2-1002.jdbc4.jar
78-
-->
7975
<dependency>
8076
<groupId>org.postgresql</groupId>
81-
<artifactId>pgjdbc</artifactId>
82-
<version>9.2-1002</version>
77+
<artifactId>postgresql</artifactId>
78+
<version>9.2-1003-jdbc4</version>
8379
</dependency>
8480
</dependencies>
8581

8682
<build>
87-
83+
8884
<sourceDirectory>src/java</sourceDirectory>
8985
<resources>
9086
<resource>

0 commit comments

Comments
 (0)