From 367e585464e7787d1b113fd278ff3b7ac3407728 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 11 Jan 2024 09:26:13 +0200 Subject: [PATCH] Fixed Import-Package manifest for OSGI deployments --- CHANGES.md | 3 +++ README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 231f12d..558e114 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 1.8.6 +* Fixed Import-Package manifest for OSGI deployments + ## 1.8.5 * Upgrade Okhttp to version 4.12.0 diff --git a/README.md b/README.md index 80e1b9a..36bb95d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Install the API client via Maven: com.tinify tinify - 1.8.5 + 1.8.6 ``` diff --git a/pom.xml b/pom.xml index 322aebe..204b6b6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.tinify tinify - 1.8.5 + 1.8.6 Tinify Java client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com. https://tinify.com @@ -265,7 +265,7 @@ true - !android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,* + !com.experian.b2b.global.mvdam-project.*,!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,* *;scope=compile|runtime