stargate needs org.json

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-02-26 02:59:01 +00:00
parent ee6ae40426
commit 68aeb1831d
1 changed files with 5 additions and 0 deletions

View File

@ -69,5 +69,10 @@
<artifactId>jersey-server</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
</dependencies>
</project>