Repository: clerezza Updated Branches: refs/heads/master 69bd94abd -> e734ab8a5
using com.googlecode.json-simple rather than old clerezza.ext artifact Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/3495b272 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/3495b272 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/3495b272 Branch: refs/heads/master Commit: 3495b272de962394a562d45ae7d51fbf55ea9c01 Parents: 69bd94a Author: Reto Gmuer <[email protected]> Authored: Sat Jun 13 08:33:27 2015 +0000 Committer: Reto Gmuer <[email protected]> Committed: Sat Jun 13 08:33:27 2015 +0000 ---------------------------------------------------------------------- rdf/rdfjson/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/3495b272/rdf/rdfjson/pom.xml ---------------------------------------------------------------------- diff --git a/rdf/rdfjson/pom.xml b/rdf/rdfjson/pom.xml index 37c1e32..1576c60 100644 --- a/rdf/rdfjson/pom.xml +++ b/rdf/rdfjson/pom.xml @@ -51,9 +51,8 @@ <version>1.0.0</version> </dependency> <dependency> - <groupId>org.apache.clerezza.ext</groupId> - <artifactId>org.json.simple</artifactId> - <version>0.4</version> + <groupId>com.googlecode.json-simple</groupId> + <artifactId>json-simple</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId>
