Skip to content

Commit b3a29a3

Browse files
authored
Merge pull request #31 from javadev/improved-import-package
Fixed Import-Package manifest for OSGI deployments
2 parents 5e1bbcb + 367e585 commit b3a29a3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.8.6
2+
* Fixed Import-Package manifest for OSGI deployments
3+
14
## 1.8.5
25
* Upgrade Okhttp to version 4.12.0
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install the API client via Maven:
1818
<dependency>
1919
<groupId>com.tinify</groupId>
2020
<artifactId>tinify</artifactId>
21-
<version>1.8.5</version>
21+
<version>1.8.6</version>
2222
</dependency>
2323
```
2424

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.tinify</groupId>
55
<artifactId>tinify</artifactId>
6-
<version>1.8.5</version>
6+
<version>1.8.6</version>
77
<name>Tinify</name>
88
<description>Java client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.</description>
99
<url>https://tinify.com</url>
@@ -265,7 +265,7 @@
265265
<extensions>true</extensions>
266266
<configuration>
267267
<instructions>
268-
<Import-Package>!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,*
268+
<Import-Package>!com.experian.b2b.global.mvdam-project.*,!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,*
269269
</Import-Package>
270270
<Embed-Dependency>
271271
*;scope=compile|runtime

0 commit comments

Comments
 (0)