Skip to content

Commit cdf68de

Browse files
committed
fix: Remove unused maths dependency
1 parent 4b59225 commit cdf68de

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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
8489
Initial 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

deepl-java/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)