Skip to content

Commit c29f732

Browse files
author
王亮
committed
maven version 0.0.13
1 parent 891ebb0 commit c29f732

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

springboot-framework/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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>
@@ -20,4 +14,12 @@
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>

0 commit comments

Comments
 (0)