This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git
The following commit(s) were added to refs/heads/master by this push:
new b6388f9 Fix import
b6388f9 is described below
commit b6388f90a9af234a5259d797d74cc06b32b0c55b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Nov 23 06:29:11 2017 +0100
Fix import
---
deployer/rest/pom.xml | 2 +-
deployer/service/pom.xml | 23 ++++++++++++++++++++++-
pom.xml | 2 +-
3 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/deployer/rest/pom.xml b/deployer/rest/pom.xml
index 9322888..bbea50d 100644
--- a/deployer/rest/pom.xml
+++ b/deployer/rest/pom.xml
@@ -74,7 +74,7 @@
<configuration>
<instructions>
<Import-Package>
- org.apache.karaf.cave.deploy.api,
+ org.apache.karaf.cave.deployer.api,
*
</Import-Package>
</instructions>
diff --git a/deployer/service/pom.xml b/deployer/service/pom.xml
index c568935..120837b 100644
--- a/deployer/service/pom.xml
+++ b/deployer/service/pom.xml
@@ -310,7 +310,28 @@
org.apache.karaf.cave.deployer.service.impl,
org.apache.karaf.features.internal.model,
org.apache.felix.utils.version,
- org.apache.karaf.util
+ org.apache.karaf.util,
+ javax.el,
+ javax.interceptor,
+ org.apache.maven.monitor.logging,
+ org.apache.maven.plugin.descriptor,
+ org.apache.maven.plugin.lifecycle,
+ org.apache.maven.plugin.lifecycle.io.xpp3,
+ org.apache.maven.plugin.logging,
+ org.apache.maven.settings.building,
+ org.apache.maven.settings.crypto,
+ org.apache.maven.settings.io,
+ org.apache.maven.settings.io.xpp3,
+ org.apache.maven.settings.validation,
+ org.codehaus.classworlds,
+ org.codehaus.plexus.classworlds,
+ org.codehaus.plexus.classworlds.launcher,
+ org.codehaus.plexus.classworlds.realm,
+ org.codehaus.plexus.classworlds.strategy,
+ org.codehaus.plexus.interpolation,
+ org.codehaus.plexus.interpolation.os,
+ org.codehaus.plexus.interpolation.reflection,
+ org.codehaus.plexus.interpolation.util
</Private-Package>
<Embed-Dependency>
sisu-guice,
diff --git a/pom.xml b/pom.xml
index 60b9d9e..f4d0be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<properties>
<commons-io.version>2.4</commons-io.version>
- <cxf.version>3.2.1</cxf.version>
+ <cxf.version>3.1.6</cxf.version>
<httpclient.version>4.3.4</httpclient.version>
<jsoup.version>1.7.3</jsoup.version>
<karaf.version>4.1.3</karaf.version>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].