Skip to content

Commit

Permalink
drop some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 30, 2022
1 parent 8d04c63 commit f8b0f97
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,27 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.4'

// This dependency is exported to consumers, that is to say found on their compile classpath.
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'org.json:json:20190722'
//implementation 'org.apache.commons:commons-math3:3.6.1'
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:28.0-jre'
//implementation 'com.google.guava:guava:+'


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

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: 'commons-io', name: 'commons-io', version: '2.5'
//implementation group: 'org.bitbucket.cowwoc', name: 'diff-match-patch', version: '1.2'
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.fifesoft', name: 'rsyntaxtextarea', version: '3.1.1'
implementation group: 'com.github.weisj', name: 'darklaf-core', version: '2.7.2'
//implementation group: 'com.jidesoft', name: 'jide-oss', version: '3.6.18'
implementation group: 'com.github.iconloader', name: 'icon-loader', version: '0.0.3'
implementation group: 'org.jdom', name: 'jdom2', version: '2.0.6'
implementation group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.08'

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

implementation 'com.github.APN-Pucky:GitJarUpdate:0.0.8'
}


Expand Down

0 comments on commit f8b0f97

Please sign in to comment.