Added explicit dependency to net.minidev (for JSONObject) - not sure if this is really needed or only needed right now b/c nimbus dependency is not up-to-date on maven central

pull/306/merge
Amanda Anganes 2013-02-25 09:51:11 -05:00
parent 60b679e942
commit dce36bfde1
1 changed files with 5 additions and 0 deletions

View File

@ -278,6 +278,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.0.9</version>
</dependency>
<dependency> <dependency>
<groupId>com.nimbusds</groupId> <groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId> <artifactId>nimbus-jose-jwt</artifactId>