Skip to content

Commit c6e991c

Browse files
committed
#initial-commit
1 parent 6aeafdc commit c6e991c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/mewebstudio/spring-boot-jpa-nested-set</url>
99
<groupId>com.mewebstudio</groupId>
1010
<artifactId>spring-boot-jpa-nested-set</artifactId>
11-
<version>0.1.1</version>
11+
<version>0.1.2</version>
1212

1313
<developers>
1414
<developer>
@@ -48,7 +48,6 @@
4848
<maven.compiler.source>17</maven.compiler.source>
4949
<maven.compiler.target>17</maven.compiler.target>
5050
<spring-boot-starter-data-jpa.version>[3.0.11,)</spring-boot-starter-data-jpa.version>
51-
<commons-lang3.version>3.17.0</commons-lang3.version>
5251
<junit-jupiter.version>5.11.4</junit-jupiter.version>
5352
<mockito.version>5.14.2</mockito.version>
5453
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
@@ -65,11 +64,6 @@
6564
<artifactId>spring-boot-starter-data-jpa</artifactId>
6665
<version>${spring-boot-starter-data-jpa.version}</version>
6766
</dependency>
68-
<dependency>
69-
<groupId>org.apache.commons</groupId>
70-
<artifactId>commons-lang3</artifactId>
71-
<version>${commons-lang3.version}</version>
72-
</dependency>
7367
<dependency>
7468
<groupId>org.junit.jupiter</groupId>
7569
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)