Skip to content

Commit

Permalink
chore: remove unused glassfish.jersey deps (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 2, 2024
1 parent fb9fbc3 commit 8b8488d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ dependencies {
implementation 'org.yaml:snakeyaml:_'
implementation 'commons-io:commons-io:_'

implementation 'org.glassfish.jersey.core:jersey-client:_'
implementation 'org.glassfish.jersey.inject:jersey-hk2:_'
implementation 'org.glassfish.jersey.media:jersey-media-multipart:_'
implementation 'javax.activation:activation:_'

implementation 'org.apache.commons:commons-lang3:_'
Expand Down
6 changes: 0 additions & 6 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ version.org.projectlombok..lombok=1.18.30

version.org.json..json=20230227

version.org.glassfish.jersey.media..jersey-media-multipart=3.1.3

version.org.glassfish.jersey.inject..jersey-hk2=3.1.3

version.org.glassfish.jersey.core..jersey-client=3.1.3

version.org.apache.logging.log4j..log4j-core=2.21.0

version.org.apache.logging.log4j..log4j-api=2.21.0
Expand Down

0 comments on commit 8b8488d

Please sign in to comment.