Skip to content

Commit

Permalink
Merge pull request #32 from javadev/improved-import
Browse files Browse the repository at this point in the history
Improved Import-Package in pom.xml
  • Loading branch information
rkoopmans authored Jan 15, 2024
2 parents b3a29a3 + 1b4e0d8 commit 670bcea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.8.7
* Fixed Import-Package manifest for OSGI deployments

## 1.8.6
* Fixed Import-Package manifest for OSGI deployments

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install the API client via Maven:
<dependency>
<groupId>com.tinify</groupId>
<artifactId>tinify</artifactId>
<version>1.8.6</version>
<version>1.8.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tinify</groupId>
<artifactId>tinify</artifactId>
<version>1.8.6</version>
<version>1.8.7</version>
<name>Tinify</name>
<description>Java client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.</description>
<url>https://tinify.com</url>
Expand Down Expand Up @@ -265,7 +265,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>!com.experian.b2b.global.mvdam-project.*,!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,*
<Import-Package>!com.tinify.*,!org.bouncycastle.jsse.*,!com.experian.b2b.global.mvdam-project.*,!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,*
</Import-Package>
<Embed-Dependency>
*;scope=compile|runtime
Expand Down

0 comments on commit 670bcea

Please sign in to comment.