File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+ ### Fixed
9+ * Remove unused ` commons-math ` dependency
10+
11+
712## [ 1.3.0] - 2023-06-09
813### Fixed
914* Changed document translation to poll the server every 5 seconds. This should greatly reduce observed document translation processing time.
@@ -84,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8489Initial version.
8590
8691
92+ [ Unreleased ] : https://github.com/DeepLcom/deepl-java/compare/v1.3.0...HEAD
8793[ 1.3.0 ] : https://github.com/DeepLcom/deepl-java/compare/v1.2.0...v1.3.0
8894[ 1.2.0 ] : https://github.com/DeepLcom/deepl-java/compare/v1.1.0...v1.2.0
8995[ 1.1.0 ] : https://github.com/DeepLcom/deepl-java/compare/v1.0.1...v1.1.0
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ dependencies {
2828 testImplementation(" org.junit.jupiter:junit-jupiter:5.8.1" )
2929 testImplementation(" org.mockito:mockito-inline:4.11.0" )
3030
31- api(" org.apache.commons:commons-math3:3.6.1" )
32-
3331// implementation("com.google.guava:guava:30.1.1-jre")
3432 implementation(" com.google.code.gson:gson:2.9.0" )
3533}
You can’t perform that action at this time.
0 commit comments