We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08d4ef commit 12848b6Copy full SHA for 12848b6
pom.xml
@@ -72,19 +72,15 @@
72
<artifactId>jruby-complete</artifactId>
73
<version>${jruby.version}</version>
74
</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
- -->
79
<dependency>
80
<groupId>org.postgresql</groupId>
81
- <artifactId>pgjdbc</artifactId>
82
- <version>9.2-1002</version>
+ <artifactId>postgresql</artifactId>
+ <version>9.2-1003-jdbc4</version>
83
84
</dependencies>
85
86
<build>
87
+
88
<sourceDirectory>src/java</sourceDirectory>
89
<resources>
90
<resource>
0 commit comments