5.3.1 web release

This commit is contained in:
2024-09-07 13:56:23 +01:00
parent 4a77297e23
commit 7ef06723c4
2 changed files with 68 additions and 8 deletions
+7 -7
View File
@@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<derby.version>10.15.2.0</derby.version>
<derby.version>10.14.2.0</derby.version>
</properties>
<dependencies>
<dependency>
@@ -250,11 +250,11 @@
<artifactId>derbytools</artifactId>
<version>${derby.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>${derby.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.derby</groupId>-->
<!-- <artifactId>derbyshared</artifactId>-->
<!-- <version>${derby.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
@@ -356,7 +356,7 @@
<dependency>
<groupId>com.unicenta</groupId>
<artifactId>unicenta-plugins</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gluonhq</groupId>