File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 8
8
<url >https://github.com/mewebstudio/spring-boot-jpa-nested-set</url >
9
9
<groupId >com.mewebstudio</groupId >
10
10
<artifactId >spring-boot-jpa-nested-set</artifactId >
11
- <version >0.1.1 </version >
11
+ <version >0.1.2 </version >
12
12
13
13
<developers >
14
14
<developer >
48
48
<maven .compiler.source>17</maven .compiler.source>
49
49
<maven .compiler.target>17</maven .compiler.target>
50
50
<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>
52
51
<junit-jupiter .version>5.11.4</junit-jupiter .version>
53
52
<mockito .version>5.14.2</mockito .version>
54
53
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
65
64
<artifactId >spring-boot-starter-data-jpa</artifactId >
66
65
<version >${spring-boot-starter-data-jpa.version} </version >
67
66
</dependency >
68
- <dependency >
69
- <groupId >org.apache.commons</groupId >
70
- <artifactId >commons-lang3</artifactId >
71
- <version >${commons-lang3.version} </version >
72
- </dependency >
73
67
<dependency >
74
68
<groupId >org.junit.jupiter</groupId >
75
69
<artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments