Skip to content

Commit 670bcea

Browse files
authored
Merge pull request #32 from javadev/improved-import
Improved Import-Package in pom.xml
2 parents b3a29a3 + 1b4e0d8 commit 670bcea

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.7
2+
* Fixed Import-Package manifest for OSGI deployments
3+
14
## 1.8.6
25
* Fixed Import-Package manifest for OSGI deployments
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.6</version>
21+
<version>1.8.7</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.6</version>
6+
<version>1.8.7</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>!com.experian.b2b.global.mvdam-project.*,!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,*
268+
<Import-Package>!com.tinify.*,!org.bouncycastle.jsse.*,!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)