We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ea807 commit efff4bdCopy full SHA for efff4bd
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>de.presti.ree6</groupId>
8
<artifactId>Ree6-SQL</artifactId>
9
<description>This is the SQL-Module for Ree6!</description>
10
- <version>1.4.4</version>
+ <version>1.4.5</version>
11
12
<properties>
13
<sonar.organization>ree6-applications</sonar.organization>
@@ -25,7 +25,6 @@
25
26
<dependencies>
27
28
-
29
<!-- Hibernate -->
30
<dependency>
31
<groupId>org.hibernate.orm</groupId>
@@ -39,7 +38,6 @@
39
38
</dependency>
40
41
<!-- Hikari -->
42
43
44
<groupId>com.zaxxer</groupId>
45
<artifactId>HikariCP</artifactId>
@@ -52,7 +50,6 @@
52
50
53
51
54
<!-- Jakarta -->
55
56
57
<groupId>jakarta.persistence</groupId>
58
<artifactId>jakarta.persistence-api</artifactId>
0 commit comments