diff options
Diffstat (limited to 'modules/json/pom.xml')
-rw-r--r-- | modules/json/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 95f611ca..445723e7 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -12,15 +12,5 @@ </parent> <artifactId>json</artifactId> <dependencies> - <dependency> - <groupId>org.clojure.contrib</groupId> - <artifactId>pprint</artifactId> - <version>1.3.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.clojure.contrib</groupId> - <artifactId>string</artifactId> - <version>1.3.0-SNAPSHOT</version> - </dependency> </dependencies> </project>
\ No newline at end of file |