File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6363 <gson .version>2.6.1</gson .version>
6464 <mesos .version>1.1.0</mesos .version>
6565 <fenzo .version>0.11.1</fenzo .version>
66-
66+
6767 <commons-dbcp .version>1.4</commons-dbcp .version>
6868 <mysql-connector-java .version>8.0.16</mysql-connector-java .version>
6969 <h2 .version>1.4.184</h2 .version>
100100 <dependencyManagement >
101101 <dependencies >
102102 <dependency >
103- <!-- Import dependency management from Spring Boot -->
104103 <groupId >org.springframework.boot</groupId >
105104 <artifactId >spring-boot-dependencies</artifactId >
106105 <version >${springboot.version} </version >
196195 <artifactId >gson</artifactId >
197196 <version >${gson.version} </version >
198197 </dependency >
199-
198+
200199 <dependency >
201200 <groupId >org.apache.mesos</groupId >
202201 <artifactId >mesos</artifactId >
213212 <artifactId >commons-dbcp</artifactId >
214213 <version >${commons-dbcp.version} </version >
215214 </dependency >
216-
215+
217216 <dependency >
218217 <groupId >org.projectlombok</groupId >
219218 <artifactId >lombok</artifactId >
You can’t perform that action at this time.
0 commit comments