From b669e6c33f843e21606e64877b6d3cd853ace8c4 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 01 Feb 2021 15:49:59 +0800
Subject: [PATCH] modify
---
pom.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 191b9fe..a0c4c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,23 @@
<scope>system</scope>
<systemPath>${basedir}/lib/ripple-core-0.0.1-SNAPSHOT.jar</systemPath>
</dependency>
+
+ <dependency>
+ <groupId>taobao</groupId>
+ <artifactId>taobao-sdk</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/taobao-sdk-java.jar</systemPath>
+ </dependency>
+
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
@@ -262,6 +276,12 @@
<artifactId>httpmime</artifactId>
<version>4.3.5</version>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>13.0</version>
+ <scope>compile</scope>
+ </dependency>
<!-- submail邮件 end -->
</dependencies>
--
Gitblit v1.9.1