Author: pauls
Date: Mon May 22 21:59:55 2017
New Revision: 1795864

URL: http://svn.apache.org/viewvc?rev=1795864&view=rev
Log:
Include the JSONWriter from felix utils

Modified:
    sling/whiteboard/pauls/gush/servlet/pom.xml

Modified: sling/whiteboard/pauls/gush/servlet/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/whiteboard/pauls/gush/servlet/pom.xml?rev=1795864&r1=1795863&r2=1795864&view=diff
==============================================================================
--- sling/whiteboard/pauls/gush/servlet/pom.xml (original)
+++ sling/whiteboard/pauls/gush/servlet/pom.xml Mon May 22 21:59:55 2017
@@ -56,6 +56,9 @@
                 <configuration>
                     <instructions>
                         <Export-Package></Export-Package>
+                        <Embed-Dependency>
+                             
org.apache.felix.utils;inline=org/apache/felix/utils/json/JSONWriter**
+                        </Embed-Dependency>
                     </instructions>
                 </configuration>
             </plugin>
@@ -110,5 +113,10 @@
     <groupId>org.osgi</groupId>
     <artifactId>org.osgi.service.metatype.annotations</artifactId>
     </dependency>
+    <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.utils</artifactId>
+        <version>1.9.0</version>
+    </dependency>
     </dependencies>
 </project>


Reply via email to