Explorar el Código

第三方JAR通过DWSurvey私服引入

KeYuan hace 7 años
padre
commit
101a655b0a
Se han modificado 1 ficheros con 32 adiciones y 22 borrados
  1. 32 22
      pom.xml

+ 32 - 22
pom.xml

@@ -7,7 +7,36 @@
   <version>0.0.1-SNAPSHOT</version>
   <name>diaowen Maven Webapp</name>
   <url>https://github.com/wkeyuan/DWSurvey</url>
-  <dependencies>
+
+	<repositories>
+		<repository>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<id>DWSurveyRepostiory</id>
+			<name>DWSurveyRepostiory</name>
+			<url>http://maven.dwsurvey.net:8081/repository/maven-public/</url>
+		</repository>
+	</repositories>
+
+	<dependencies>
+
+		<dependency>
+			<groupId>net.xssprotect</groupId>
+			<artifactId>xssprotest</artifactId>
+			<version>1.0.2</version>
+		</dependency>
+		<dependency>
+			<groupId>net.spssw</groupId>
+			<artifactId>spssw</artifactId>
+			<version>1.66.1</version>
+		</dependency>
+		<dependency>
+			<groupId>com.baidu</groupId>
+			<artifactId>ueditor</artifactId>
+			<version>1.1.2.1</version>
+		</dependency>
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -501,13 +530,14 @@
 			<artifactId>antlr</artifactId>
 			<version>2.7.7</version>
 		</dependency>
-		<!-- https://mvnrepository.com/artifact/org.antlr/antlr-runtime -->
 		<dependency>
 			<groupId>org.antlr</groupId>
 			<artifactId>antlr-runtime</artifactId>
 			<version>3.0.1</version>
 		</dependency>
 
+
+
 	  <dependency>
 		  <groupId>com.google.zxing</groupId>
 		  <artifactId>core</artifactId>
@@ -519,26 +549,6 @@
 		  <version>3.0.0</version>
 	  </dependency>
 
-
-		<dependency>
-				<groupId>net.xssprotect</groupId>
-				<artifactId>xssprotest</artifactId>
-				<version>1.0</version>
-		</dependency>
-    
-		<dependency>
-	  		<groupId>net.spssw</groupId>
-	  		<artifactId>spssw</artifactId>
-	  		<version>1.66</version>
-		</dependency>
-
-	  <dependency>
-		  <groupId>com.baidu</groupId>
-		  <artifactId>ueditor</artifactId>
-		  <version>1.1.2</version>
-	  </dependency>
-
-
   </dependencies>
   <build>
     <finalName>diaowen</finalName>