Skip to content

Commit

Permalink
slick-pg: fixed issue #12 and added some more pg geom cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Oct 26, 2013
1 parent a3a65d8 commit c15b350
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 77 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,22 @@
<artifactId>postgresql</artifactId>
<version>9.2-1003-jdbc4</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-ast_2.10</artifactId>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-core_2.10</artifactId>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.10</artifactId>
<version>3.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Loading

0 comments on commit c15b350

Please sign in to comment.