Skip to content

Commit

Permalink
Included the PostgreSQL connector in the stand-alone distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Sep 24, 2016
1 parent f31ac77 commit 571cfb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -74,6 +74,7 @@
<mysql-connector.version>5.1.38</mysql-connector.version>
<h2.version>1.4.187</h2.version>
<hsqldb.version>2.3.3</hsqldb.version>
<postgresql-version>9.4.1211</postgresql-version>

<spring.version>4.2.5.RELEASE</spring.version>
<oltu.version>1.0.1</oltu.version>
Expand Down
5 changes: 5 additions & 0 deletions rapidoid-standalone/pom.xml
Expand Up @@ -36,6 +36,11 @@
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-connector.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql-version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 571cfb4

Please sign in to comment.