JIDE: added missing dependency to flatlaf-testing project

This commit is contained in:
Karl Tauber
2019-11-09 18:51:52 +01:00
parent e7194e43b4
commit c379f2f3b0

View File

@@ -30,6 +30,7 @@ dependencies {
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" )
implementation( "com.jidesoft:jide-oss:3.6.18" )
}
java {