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:55 UTC

[sling-ide-tooling] 09/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 d56e4349ae94d174cc1973201a211be84fe3895b
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 3 17:23:23 2018 +0300

    SLING-5648 - Make Non-Eclipse Module regular Maven Packages
    
    Ensure that vlt-wrapper dependencies resolve in the Eclipse target
    platform.
---
 shared/modules/vlt-wrapper/bnd.bnd | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/shared/modules/vlt-wrapper/bnd.bnd b/shared/modules/vlt-wrapper/bnd.bnd
index 449975b..61c8f7b 100644
--- a/shared/modules/vlt-wrapper/bnd.bnd
+++ b/shared/modules/vlt-wrapper/bnd.bnd
@@ -43,4 +43,8 @@
     vault-*;lib:=true, \
     http*.jar;lib:=true
 
-Import-Package: sun.misc;resolution:=optional, *
+Import-Package: sun.misc;resolution:=optional, \
+ org.apache.commons.codec;version="[1.3.0,2)", \
+ org.apache.commons.codec.binary;version="[1.3.0,2)", \
+ org.apache.commons.io;version="[1.4,3)", \
+ *

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