|
@@ -207,18 +207,20 @@
|
|
|
<!-- <systemPath>${project.basedir}/lib/ibatis-2.9.1.jar</systemPath>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.taobao</groupId>-->
|
|
|
+<!-- <artifactId>taobao-sdk-java-auto</artifactId>-->
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
+<!-- <scope>system</scope>-->
|
|
|
+<!-- <systemPath>${project.basedir}/lib/taobao-sdk-java-auto.jar</systemPath>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.taobao</groupId>
|
|
|
<artifactId>taobao-sdk-java-auto</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
- <scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/lib/taobao-sdk-java-auto.jar</systemPath>
|
|
|
</dependency>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<!--全局排除spring-boot-starter-logging内的所有依赖-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -396,26 +398,10 @@
|
|
|
</profiles>
|
|
|
|
|
|
<repositories>
|
|
|
- <repository>
|
|
|
- <id>aliyun</id>
|
|
|
- <name>aliyun</name>
|
|
|
- <url>https://maven.aliyun.com/repository/public</url>
|
|
|
- </repository>
|
|
|
-
|
|
|
- <repository>
|
|
|
- <id>spring</id>
|
|
|
- <url>https://maven.aliyun.com/repository/spring</url>
|
|
|
- <releases>
|
|
|
- <enabled>true</enabled>
|
|
|
- </releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
|
|
|
<repository>
|
|
|
- <id>spring-plugin</id>
|
|
|
- <url>https://maven.aliyun.com/repository/spring-plugin</url>
|
|
|
+ <id>nexus-public</id>
|
|
|
+ <url>http://192.168.0.130:8081/repository/maven-public/</url>
|
|
|
<releases>
|
|
|
<enabled>true</enabled>
|
|
|
</releases>
|