You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2017/10/25 12:52:45 UTC

svn commit: r1813274 - /oltu/trunk/demos/client-demo/pom.xml

Author: simonetripodi
Date: Wed Oct 25 12:52:45 2017
New Revision: 1813274

URL: http://svn.apache.org/viewvc?rev=1813274&view=rev
Log:
OLTU-209 - remove org.json

Modified:
    oltu/trunk/demos/client-demo/pom.xml

Modified: oltu/trunk/demos/client-demo/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/demos/client-demo/pom.xml?rev=1813274&r1=1813273&r2=1813274&view=diff
==============================================================================
--- oltu/trunk/demos/client-demo/pom.xml (original)
+++ oltu/trunk/demos/client-demo/pom.xml Wed Oct 25 12:52:45 2017
@@ -97,6 +97,12 @@
       <version>${oltu.oauth2.version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.johnzon</groupId>
+      <artifactId>johnzon-core</artifactId>
+      <version>1.1.4</version>
+    </dependency>
+
     <!-- Spring MVC -->
     <!--  Spring -->
     <dependency>