1
pom.xml
1
pom.xml
@@ -32,7 +32,6 @@
|
||||
<springdata.jpa>3.0.0-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>4.0.0-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
|
||||
<servlet.version>5.0.0</servlet.version>
|
||||
|
||||
<hibernate.version>6.1.1.Final</hibernate.version>
|
||||
</properties>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>${servlet.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>${servlet.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>${servlet.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -111,7 +110,7 @@
|
||||
<dependency>
|
||||
<groupId>jakarta.persistence</groupId>
|
||||
<artifactId>jakarta.persistence-api</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<version>3.1.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user