Commit c18267dc by fengshuonan

更改pom配置

parent 92f38220
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
</parent>
<groupId>cn.stylefeng.guns</groupId> <groupId>cn.stylefeng.guns</groupId>
<artifactId>guns</artifactId> <artifactId>guns</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
...@@ -26,18 +32,6 @@ ...@@ -26,18 +32,6 @@
<jwt.version>0.9.0</jwt.version> <jwt.version>0.9.0</jwt.version>
</properties> </properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.0.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies> <dependencies>
<!--代码生成器--> <!--代码生成器-->
......
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