Skip to content

Commit

Permalink
Included the MySQL connector and HSQL 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 9bba1f3 commit f31ac77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rapidoid-standalone/pom.xml
Expand Up @@ -26,6 +26,16 @@
<artifactId>rapidoid-fluent</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-connector.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit f31ac77

Please sign in to comment.