File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <dependencies >
5- <dependency >
6- <groupId >org.springframework.data</groupId >
7- <artifactId >spring-data-commons</artifactId >
8- </dependency >
9- </dependencies >
104 <parent >
115 <groupId >com.codingapi.springboot</groupId >
126 <artifactId >springboot-framework-parent</artifactId >
2014 <properties >
2115 <java .version>1.8</java .version>
2216 </properties >
17+
18+ <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.data</groupId >
21+ <artifactId >spring-data-commons</artifactId >
22+ </dependency >
23+ </dependencies >
24+
2325</project >
You can’t perform that action at this time.
0 commit comments