jvm 17 wip
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
<artifactId>reflections</artifactId>
|
||||
<version>0.9.12</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/de.sciss/weblaf -->
|
||||
<!-- https://mvnrepository.com/artifact/de.sciss/weblaf
|
||||
<dependency>
|
||||
<groupId>de.sciss</groupId>
|
||||
<artifactId>weblaf</artifactId>
|
||||
@@ -321,11 +321,26 @@
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.unicenta</groupId>
|
||||
<artifactId>unicenta-plugins</artifactId>
|
||||
<version>1.2.6</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>de.sciss</groupId>
|
||||
<artifactId>weblaf</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>de.sciss</groupId>
|
||||
<artifactId>weblaf-core</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>de.sciss</groupId>
|
||||
<artifactId>weblaf-ui</artifactId>
|
||||
</exclusion>
|
||||
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gluonhq</groupId>
|
||||
@@ -386,10 +401,9 @@
|
||||
<version>9.4.1208</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.sciss</groupId>
|
||||
<groupId>com.weblookandfeel</groupId>
|
||||
<artifactId>weblaf-ui</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<type>jar</type>
|
||||
<version>1.2.14</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
|
||||
Reference in New Issue
Block a user