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:
parent
ee6ae40426
commit
68aeb1831d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue