Skip to content

Commit

Permalink
Update jide version, install jide from maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 21, 2023
1 parent d5e42ae commit 11b0971
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
[group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'],
[group: 'com.github.samtools', name: 'htsjdk', version: '3.0.5'],
[group: 'org.swinglabs', name: 'swing-layout', version: '1.0.3'],
//[group: 'org.bidib.com.jidesoft', name: 'jide-common', version: '3.7.3'], // no longer in Maven Central
[group: 'com.formdev', name: 'jide-oss', version: '3.7.12'],
[group: 'com.google.guava', name: 'guava', version: '27.0.1-jre'],
[group: 'org.apache.xmlgraphics', name: 'batik-dom', version: '1.11'],
[group: 'org.apache.xmlgraphics', name: 'batik-svggen', version: '1.11'],
Expand Down
Binary file removed lib/jide-common-3.7.3.jar
Binary file not shown.
1 change: 0 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
requires java.xml;
requires jdk.xml.dom;
requires swing.layout;
requires jide.common;
requires org.apache.commons.io;
requires org.apache.commons.lang3;
requires batik.codec;
Expand Down

0 comments on commit 11b0971

Please sign in to comment.