This is an automated email from the ASF dual-hosted git repository.
fortino pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new a5a95b11fe OAK-10552: remove jackson runtime dependencies and declare
them as optional import packages (#1211)
a5a95b11fe is described below
commit a5a95b11fe36164e3d3bc3c3a8b10c6804299cf8
Author: Fabrizio Fortino <[email protected]>
AuthorDate: Wed Nov 15 13:22:30 2023 +0100
OAK-10552: remove jackson runtime dependencies and declare them as optional
import packages (#1211)
---
oak-solr-osgi/pom.xml | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/oak-solr-osgi/pom.xml b/oak-solr-osgi/pom.xml
index 72aad7926c..ccf4e15875 100644
--- a/oak-solr-osgi/pom.xml
+++ b/oak-solr-osgi/pom.xml
@@ -52,6 +52,8 @@
org.apache.zookeeper.txn.*;resolution:=optional,
org.eclipse.*;resolution:=optional,
org.xerial.snappy.*;resolution:=optional,
+
com.fasterxml.jackson.annotation.*;resolution:=optional,
+
com.fasterxml.jackson.databind.*;resolution:=optional,
*
</Import-Package>
<Embed-Dependency>*;scope=runtime;inline=true</Embed-Dependency>
@@ -138,26 +140,6 @@
<version><!-- see OAK-10548-->3.9.1</version>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.dataformat</groupId>
- <artifactId>jackson-dataformat-smile</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <scope>runtime</scope>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>