This is an automated email from the ASF dual-hosted git repository.
npeltier pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
The following commit(s) were added to refs/heads/master by this push:
new cd9e4df switch back to java 8
cd9e4df is described below
commit cd9e4dfef3e9cb52903f0f016d99d41a08576fa1
Author: Nicolas Peltier <[email protected]>
AuthorDate: Sat Dec 5 13:03:41 2020 +0100
switch back to java 8
as compiled pipes with 11 are not compatible with 8 versions (other way
around works)
---
.sling-module.json | 2 +-
pom.xml | 8 +-------
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/.sling-module.json b/.sling-module.json
index 096d94a..09c1cdb 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
{
"jenkins":{
- "jdks": [11]
+ "jdks": [8]
}
}
diff --git a/pom.xml b/pom.xml
index a01eef3..87013d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<description>bulk content changes tool</description>
<properties>
- <sling.java.version>11</sling.java.version>
+ <sling.java.version>8</sling.java.version>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
</properties>
@@ -272,12 +272,6 @@
<artifactId>annotations</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>javax.annotation-api</artifactId>
- <version>1.3.2</version>
- <scope>provided</scope>
- </dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>