Skip to content

Commit

Permalink
Clean dep
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 30, 2022
1 parent f2a1f74 commit 08cbe40
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,19 @@ dependencies {


// Use JUnit test framework
testImplementation 'junit:junit:4.+'
testImplementation 'junit:junit:4.12'

implementation 'org.json:json:20190722'
implementation group: 'commons-io', name: 'commons-io', version: '2.5'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.0.rc1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.11.0.rc1'
implementation group: 'org.jdom', name: 'jdom2', version: '2.0.6'
implementation group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.08'


implementation group: 'com.formdev', name: 'flatlaf', version: '0.45'
implementation group: 'com.github.weisj', name: 'darklaf-core', version: '2.7.2'
implementation group: 'com.github.iconloader', name: 'icon-loader', version: '0.0.3'
//implementation group: 'com.github.iconloader', name: 'icon-loader', version: '0.0.3'

implementation 'com.github.APN-Pucky:GitJarUpdate:0.0.+'
implementation 'com.github.APN-Pucky:GitJarUpdate:0.0.9'

}

Expand Down

0 comments on commit 08cbe40

Please sign in to comment.