Pārlūkot izejas kodu

Merge branch 'master' of http://10.1.235.20:3000/ipu/android-share

leijie 8 gadi atpakaļ
vecāks
revīzija
575c71c6f4
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      ipu-server-lib/pom.xml

+ 2 - 0
ipu-server-lib/pom.xml

@ -47,6 +47,7 @@
47 47
		<maven-surefire-plugin>2.5</maven-surefire-plugin>
48 48
		<maven-war-plugin>2.6</maven-war-plugin>
49 49
		<exec-maven-plugin>1.5.0</exec-maven-plugin>
50
		<maven-dependency-plugin>2.4</maven-dependency-plugin>
50 51
51 52
		<!-- 本地jar路径 -->
52 53
		<jar-path>${project.basedir}/local1</jar-path>
@ -415,6 +416,7 @@
415 416
				<plugin>
416 417
					<groupId>org.apache.maven.plugins</groupId>
417 418
					<artifactId>maven-dependency-plugin</artifactId>
419
					<version>${maven-dependency-plugin}</version>
418 420
					<executions>
419 421
						<execution>
420 422
							<id>copy-dep</id>