44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <parent >
7- <groupId >org.sterl.spring </groupId >
8- <artifactId >spring-persistent-tasks-root </artifactId >
9- <version >1.6.0-SNAPSHOT </version >
10- <relativePath >../pom.xml</ relativePath >
7+ <groupId >org.springframework.boot </groupId >
8+ <artifactId >spring-boot-starter-parent </artifactId >
9+ <version >3.3.8 </version >
10+ <relativePath /> <!-- lookup parent from repository -- >
1111 </parent >
1212
1313 <artifactId >spring-persistent-tasks-example</artifactId >
1717 <dependency >
1818 <groupId >org.sterl.spring</groupId >
1919 <artifactId >spring-persistent-tasks-core</artifactId >
20- <version >${project.version} </version >
20+ <version >1.5.6 </version >
2121 </dependency >
2222 <dependency >
2323 <groupId >org.sterl.spring</groupId >
2424 <artifactId >spring-persistent-tasks-ui</artifactId >
25- <version >${project.version} </version >
25+ <version >1.5.6</version >
26+ </dependency >
27+ <dependency >
28+ <groupId >org.sterl.spring</groupId >
29+ <artifactId >spring-persistent-tasks-db</artifactId >
30+ <version >1.5.6</version >
2631 </dependency >
2732 <dependency >
2833 <groupId >org.springframework.boot</groupId >
4550 <dependency >
4651 <groupId >uk.co.jemos.podam</groupId >
4752 <artifactId >podam</artifactId >
53+ <version >8.0.1.RELEASE</version >
4854 </dependency >
4955
5056 <dependency >
5965 <scope >runtime</scope >
6066 </dependency >
6167
62- <dependency >
63- <groupId >org.springframework.boot</groupId >
64- <artifactId >spring-boot-devtools</artifactId >
65- <scope >runtime</scope >
66- <optional >true</optional >
67- </dependency >
68-
6968 <dependency >
7069 <groupId >com.h2database</groupId >
7170 <artifactId >h2</artifactId >
8786 <scope >test</scope >
8887 </dependency >
8988 </dependencies >
90-
91- <build >
92- <plugins >
93- <plugin >
94- <groupId >org.springframework.boot</groupId >
95- <artifactId >spring-boot-maven-plugin</artifactId >
96- <version >${spring-boot.version} </version >
97- </plugin >
98- </plugins >
99- </build >
100-
10189</project >
0 commit comments