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 2018/04/05 11:03:53 UTC

[sling-ide-tooling] 07/14: SLING-5648 - Make Non-Eclipse Module regular Maven Packages

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

rombert pushed a commit to branch feature/intellij
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 17de862040526bd1b5e1b2cf57afc77a273c2035
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 3 17:23:23 2018 +0300

    SLING-5648 - Make Non-Eclipse Module regular Maven Packages
    
    Export all javax.jcr packages from impl-vlt, removing the need to
    reference the javax.jcr artifact.
---
 shared/modules/vlt-wrapper/bnd.bnd  | 10 +++++++++-
 shared/p2/shared-feature/pom.xml    |  5 -----
 shared/p2/shared-repository/pom.xml |  5 -----
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/shared/modules/vlt-wrapper/bnd.bnd b/shared/modules/vlt-wrapper/bnd.bnd
index 679bf03..449975b 100644
--- a/shared/modules/vlt-wrapper/bnd.bnd
+++ b/shared/modules/vlt-wrapper/bnd.bnd
@@ -1,5 +1,13 @@
 -exportcontents: javax.jcr,\
  javax.jcr.nodetype,\
+ javax.jcr.lock,\
+ javax.jcr.observation, \
+ javax.jcr.query, \
+ javax.jcr.query.qom, \
+ javax.jcr.retention, \
+ javax.jcr.security , \
+ javax.jcr.util, \
+ javax.jcr.version, \
  org.apache.jackrabbit.api,\
  org.apache.jackrabbit.api.management, \
  org.apache.jackrabbit.api.security.authorization, \
@@ -35,4 +43,4 @@
     vault-*;lib:=true, \
     http*.jar;lib:=true
 
-Import-Package: sun.misc;resolution:=optional, *
\ No newline at end of file
+Import-Package: sun.misc;resolution:=optional, *
diff --git a/shared/p2/shared-feature/pom.xml b/shared/p2/shared-feature/pom.xml
index 0498268..ad1b93d 100644
--- a/shared/p2/shared-feature/pom.xml
+++ b/shared/p2/shared-feature/pom.xml
@@ -30,11 +30,6 @@
       <artifactId>org.apache.sling.ide.impl-vlt</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-        <groupId>javax.jcr</groupId>
-        <artifactId>jcr</artifactId>
-        <version>2.0</version>
-    </dependency>
   </dependencies>
 
 </project>
diff --git a/shared/p2/shared-repository/pom.xml b/shared/p2/shared-repository/pom.xml
index daadf5e..68bd30e 100644
--- a/shared/p2/shared-repository/pom.xml
+++ b/shared/p2/shared-repository/pom.xml
@@ -30,11 +30,6 @@
       <artifactId>org.apache.sling.ide.impl-vlt</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-        <groupId>javax.jcr</groupId>
-        <artifactId>jcr</artifactId>
-        <version>2.0</version>
-    </dependency>
   </dependencies>
 
 </project>

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.