Commit 67b55c69 by 吴迪

修改pom

parent 8cf54a2b
...@@ -52,7 +52,21 @@ ...@@ -52,7 +52,21 @@
<remote-username>root</remote-username> <remote-username>root</remote-username>
<remote-passwd>123456</remote-passwd> <remote-passwd>123456</remote-passwd>
</properties> </properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.9</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment