File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.8.8
2+ * Fixed transient dependencies for okhttp
3+
14## 1.8.7
25* Fixed Import-Package manifest for OSGI deployments
36
Original file line number Diff line number Diff 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.7 </version >
21+ <version >1.8.8 </version >
2222</dependency >
2323```
2424
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.tinify</groupId >
55 <artifactId >tinify</artifactId >
6- <version >1.8.7 </version >
6+ <version >1.8.8 </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 >
143143 <artifactId >okhttp</artifactId >
144144 <version >${okhttp.version} </version >
145145 <scope >compile</scope >
146+ <exclusions >
147+ <exclusion >
148+ <groupId >org.jetbrains.kotlin</groupId >
149+ <artifactId >kotlin-stdlib-jdk8</artifactId >
150+ </exclusion >
151+ </exclusions >
146152 </dependency >
147153 <dependency >
148154 <groupId >com.squareup.okio</groupId >
274280 </instructions >
275281 </configuration >
276282 </plugin >
283+ <plugin >
284+ <groupId >org.apache.maven.plugins</groupId >
285+ <artifactId >maven-dependency-plugin</artifactId >
286+ <version >3.6.1</version >
287+ </plugin >
277288 </plugins >
278289 </build >
279290</project >
You can’t perform that action at this time.
0 commit comments