Skip to content

Commit

Permalink
Use org.json version which is available in the mainstream repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsh committed Mar 1, 2012
1 parent e2ad0f5 commit 1233da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitlogic-core/pom.xml
Expand Up @@ -63,7 +63,7 @@
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>
<artifactId>json</artifactId> <artifactId>json</artifactId>
<version>1.0</version> <version>20090211</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
Expand Down

0 comments on commit 1233da7

Please sign in to comment.