File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 12
12
<groupId >com.baeldung</groupId >
13
13
<artifactId >parent-boot-2</artifactId >
14
14
<version >0.0.1-SNAPSHOT</version >
15
+ <relativePath >../parent-boot-2</relativePath >
15
16
</parent >
16
17
17
18
<dependencies >
75
76
<version >${opencsv.version} </version >
76
77
</dependency >
77
78
79
+ <dependency >
80
+ <groupId >org.springframework.boot</groupId >
81
+ <artifactId >spring-boot-starter-batch</artifactId >
82
+ </dependency >
83
+
78
84
<dependency >
79
85
<groupId >org.hsqldb</groupId >
80
86
<artifactId >hsqldb</artifactId >
81
87
<scope >runtime</scope >
82
88
</dependency >
83
-
89
+
90
+ <dependency >
91
+ <groupId >org.awaitility</groupId >
92
+ <artifactId >awaitility</artifactId >
93
+ <version >${awaitility.version} </version >
94
+ <scope >test</scope >
95
+ </dependency >
84
96
</dependencies >
85
97
86
98
<properties >
89
101
<sqlite .version>3.15.1</sqlite .version>
90
102
<opencsv .version>4.1</opencsv .version>
91
103
<jaxb .version>2.3.1</jaxb .version>
104
+ <awaitility .version>3.1.1</awaitility .version>
92
105
</properties >
93
106
94
107
</project >
You can’t perform that action at this time.
0 commit comments