Skip to content

Commit

Permalink
remove pandora dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fulan.zjf committed Feb 8, 2018
1 parent 203804e commit 13219d1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions sofa-archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<mybatis-starter.version>1.1.1</mybatis-starter.version>
<spring-version>4.3.5.RELEASE</spring-version>
<spring-boot.version>1.4.7.RELEASE</spring-boot.version>
<pandora-boot.version>2017-10-stable</pandora-boot.version>
<spring-test.version>4.3.2.RELEASE</spring-test.version>
<junit.version>4.12</junit.version>
<logback.version>1.2.3.5-struct</logback.version>
Expand Down Expand Up @@ -76,27 +75,20 @@
<version>${project.version}</version>
</dependency>
<!--Project modules End-->
<!--Pandora Boot-->
<!--Spring Boot-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.taobao.pandora</groupId>
<artifactId>pandora-boot-starter-bom</artifactId>
<version>${pandora-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis-starter.version}</version>
</dependency>
<!--Pandora Boot End-->
<!--Spring Boot End-->
<!-- Spring Framework -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 13219d1

Please sign in to comment.