xiatian 2 年之前
父节点
当前提交
f724bc1e98
共有 1 个文件被更改,包括 32 次插入2 次删除
  1. 32 2
      pom.xml

+ 32 - 2
pom.xml

@@ -46,7 +46,7 @@
 		<dependency>
 			<groupId>com.oracle</groupId>
 			<artifactId>ojdbc6</artifactId>
-			<version>11.2.0.4.0-atlassian-hosted</version>
+			<version>11.2.0.3</version>
 		</dependency>
 		<dependency>
 			<groupId>mysql</groupId>
@@ -88,8 +88,38 @@
 			<artifactId>gson</artifactId>
 			<version>2.8.5</version>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-text</artifactId>
+			<version>1.9</version>
+		</dependency>
+		<dependency>
+			<groupId>com.qmth.boot</groupId>
+			<artifactId>tools-poi</artifactId>
+			<version>1.0.3</version>
+		</dependency>
 	</dependencies>
-
+	<repositories>
+		<repository>
+			<id>aliyun-repos</id>
+			<url>https://maven.aliyun.com/repository/public</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+		<repository>
+			<id>atlassian</id>
+			<name>Central Repository</name>
+			<url>https://packages.atlassian.com/maven-3rdparty/</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
 	<build>
 		<plugins>
 			<plugin>