|
@@ -6,7 +6,7 @@
|
|
|
<groupId>com.sf</groupId>
|
|
|
<artifactId>demo-12306</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
- <relativePath/> <!-- lookup parent from repository -->
|
|
|
+<!-- <relativePath/> <!– lookup parent from repository –>-->
|
|
|
</parent>
|
|
|
<groupId>com.sf</groupId>
|
|
|
<artifactId>my-spring-boot-starter</artifactId>
|
|
@@ -40,13 +40,4 @@
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
-
|
|
|
</project>
|