Skip to content

Commit e6cff17

Browse files
authored
fix: Remove unused dependencies. (#34)
1 parent 3f5bdaf commit e6cff17

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ nexusPublishing {
105105
}
106106

107107
dependencies {
108-
// This dependency is exported to consumers, that is to say found on their compile classpath.
109-
api 'org.apache.commons:commons-math3:3.6.1'
110-
111-
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
112-
implementation 'com.google.guava:guava:23.0'
113-
114108
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '[7.1.0, 8.0.0)'
115109

116110
implementation 'dev.openfeature:sdk:[1.7.0,2.0.0)'

0 commit comments

Comments
 (0)