Parcourir la source

【传音对接】【上传jar至Maven私库】

wub il y a 2 mois
Parent
commit
5764e8213c
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. BIN
      lib/transsion-exchange-1.0.4.jar
  2. 6 0
      pom.xml

BIN
lib/transsion-exchange-1.0.4.jar


+ 6 - 0
pom.xml

@@ -174,6 +174,12 @@
 			<artifactId>guava</artifactId>
 			<version>18.0</version>
 		</dependency>
+
+		<dependency>
+			<groupId>com.transsion</groupId>
+			<artifactId>transsion-exchange</artifactId>
+			<version>1.0.4</version>
+		</dependency>
 	</dependencies>
 
 	<build>