Skip to content

Commit

Permalink
Remove unused dependencies (#81)
Browse files Browse the repository at this point in the history
This PR removes unused dependencies.

```release-note
None
```
  • Loading branch information
JohnNiang committed Oct 8, 2023
1 parent 0116ae6 commit c91f998
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ dependencies {

implementation platform('software.amazon.awssdk:bom:2.19.8')
implementation 'software.amazon.awssdk:s3'
implementation "javax.xml.bind:jaxb-api:2.3.1"
implementation "javax.activation:activation:1.1.1"
implementation "org.glassfish.jaxb:jaxb-runtime:2.3.3"

testImplementation 'run.halo.app:api'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit c91f998

Please sign in to comment.