Skip to content

Commit

Permalink
alterando incluindo postgresql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodrigues authored and Lucas Rodrigues committed Dec 7, 2017
1 parent 9f3dc7a commit 254bc92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1201-jdbc4</version>
</dependency>
</dependencies>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1201-jdbc4</version>
</dependency>

<build>
<plugins>
Expand Down

0 comments on commit 254bc92

Please sign in to comment.