This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 09bec31c53 OAK-10275: oak-upgrade: remove workaround for Java 1.6
(#966)
09bec31c53 is described below
commit 09bec31c53d975c665c7597f622366a597b40b8e
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Jun 7 20:53:08 2023 +0200
OAK-10275: oak-upgrade: remove workaround for Java 1.6 (#966)
---
oak-upgrade/pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/oak-upgrade/pom.xml b/oak-upgrade/pom.xml
index 0d24658aee..f81abf02e5 100644
--- a/oak-upgrade/pom.xml
+++ b/oak-upgrade/pom.xml
@@ -263,21 +263,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <!-- Workaround for http://bugs.java.com/view_bug.do?bug_id=6550655 -->
- <profiles>
- <profile>
- <id>java6</id>
- <activation>
- <jdk>1.6</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.scr.annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>