You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:22:57 UTC

[sling-org-apache-sling-jms] 05/14: SLING-5645 Embedded gson added default exclude all exports to jms and services-it bundles

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jms.git

commit 0027887cc4f08829bb543189742337d7c1b6d10e
Author: Ian Boston <ie...@apache.org>
AuthorDate: Mon Oct 3 15:52:05 2016 +0000

    SLING-5645 Embedded gson added default exclude all exports to jms and services-it bundles
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1763176 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95a7a87..715ae96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,8 @@
                             activemq-protobuf,
                             activemq-kahadb-store,
                             activemq-jms-pool,
-                            hawtbuf</Embed-Dependency>
+                            hawtbuf,
+                            gson</Embed-Dependency>
                         <Import-Package>
                             org.apache.activemq.jaas*;resolution:=optional,
                             org.apache.commons.net.ftp*;resolution:=optional,
@@ -83,7 +84,6 @@
                             javax.jmdns*;resolution:=optional,
                             !org.apache.maven*,
                             *
-
                         </Import-Package>
                         <!--
                         <Import-Package>com.thoughtworks.xstream*;resolution:=optional,
@@ -106,6 +106,7 @@
                             *
                         </Import-Package>
                         -->
+                        <Export-Package></Export-Package>
                     </instructions>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.