Skip to content

Commit

Permalink
upgraded postgresql driver (for vix)
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jan 7, 2015
1 parent 65071df commit bafe40d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-system/pom.xml
Expand Up @@ -64,7 +64,7 @@
<cron4j.version>2.2.3</cron4j.version>
<hibernate.version>4.1.12.Final</hibernate.version>
<h2.version>1.3.171</h2.version>
<jdbc.postgres>9.1-901.jdbc4</jdbc.postgres>
<jdbc.postgres>9.3-1102-jdbc41</jdbc.postgres>
<jdbc.mysql>5.1.31</jdbc.mysql>
<wicket.version>6.17.0</wicket.version>
<groovy.version>1.8.6</groovy.version>
Expand Down Expand Up @@ -532,7 +532,7 @@
<version>${jdbc.mysql}</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${jdbc.postgres}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion gui/admin-gui/pom.xml
Expand Up @@ -208,7 +208,7 @@

<!-- JDBC DRIVERS -->
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion repo/repo-sql-impl-test/pom.xml
Expand Up @@ -57,7 +57,7 @@
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tools/repo-ninja/pom.xml
Expand Up @@ -75,7 +75,7 @@

<!-- JDBC DRIVERS -->
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
</dependencies>
Expand Down

0 comments on commit bafe40d

Please sign in to comment.