File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3737 <datatables-buttons .version>2.4.1</datatables-buttons .version>
3838 <datatables-responsive .version>2.2.7</datatables-responsive .version>
3939 <handlebars .version>4.7.7</handlebars .version>
40+ <sqlite-jdbc .version>3.50.3.0</sqlite-jdbc .version>
41+ <commons-lang .version>3.18.0</commons-lang .version>
4042 <!-- Plugin versions -->
4143 <maven .license-plugin.version>4.6</maven .license-plugin.version>
4244 <maven .build-helper-maven.plugin.version>3.6.0</maven .build-helper-maven.plugin.version>
127129 <groupId >jakarta.servlet</groupId >
128130 <artifactId >jakarta.servlet-api</artifactId >
129131 </dependency >
132+ <dependency >
133+ <groupId >org.xerial</groupId >
134+ <artifactId >sqlite-jdbc</artifactId >
135+ <version >${sqlite-jdbc.version} </version >
136+ </dependency >
137+ <dependency >
138+ <groupId >org.apache.commons</groupId >
139+ <artifactId >commons-lang3</artifactId >
140+ <version >${commons-lang.version} </version >
141+ </dependency >
130142 <dependency >
131143 <groupId >org.springframework.boot</groupId >
132144 <artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments