This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git
The following commit(s) were added to refs/heads/master by this push:
new 35cd627 SLING-9893 Update Karaf to 4.3.1
35cd627 is described below
commit 35cd6272daf63751e706e99e7467f5847260b0a6
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Apr 10 22:16:30 2021 +0200
SLING-9893 Update Karaf to 4.3.1
---
pom.xml | 2 +-
src/main/feature/feature.xml | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index a3c7e25..776f8ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
- <version>4.3.0</version>
+ <version>4.3.1</version>
<extensions>true</extensions>
<executions>
<execution>
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 0f1dcac..2b198a2 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -822,8 +822,4 @@
<bundle
dependency="true">mvn:org.apache.aries/org.apache.aries.util/1.1.3</bundle>
<feature version="${project.version}">asm</feature>
</feature>
- <!-- Pax URL Classpath (KARAF-6904) -->
- <feature name="pax-url-classpath" version="${project.version}">
- <bundle>mvn:org.ops4j.pax.url/pax-url-classpath/2.6.7</bundle>
- </feature>
</features>