Просмотр исходного кода

新增发送收发短信jar<!-- sendMsg -->模块

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1328 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
aof 10 лет назад
Родитель
Сommit
3ab1b34b1a
1 измененных файлов с 47 добавлено и 9 удалено
  1. 47 9
      pom.xml

+ 47 - 9
pom.xml

@@ -65,6 +65,28 @@
 			<artifactId>commons-fileupload</artifactId>
 			<version>1.3.1</version>
 		</dependency>
+		<!-- sendMsg -->
+		<dependency>
+			<groupId>org.apache.axis</groupId>
+			<artifactId>axis</artifactId>
+			<version>1.6.0</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis.jaxrpc</groupId>
+			<artifactId>axis-jaxrpc</artifactId>
+			<version>1.4</version>
+		</dependency>
+		<dependency>
+		    <groupId>commons-discovery</groupId>
+		    <artifactId>commons-discovery</artifactId>
+		    <version>0.4</version>
+		</dependency>
+		<dependency>
+		    <groupId>com.ibm</groupId>
+		    <artifactId>wsdl4j</artifactId>
+		    <version>1.4</version>
+		</dependency>
+		
 		<!-- hibernate -->
 		<dependency>
 			<groupId>org.hibernate</groupId>
@@ -208,16 +230,32 @@
 				</goals> 远程服务器的相关配置 <configuration> <hostname>60.host</hostname> <port>9999</port> 
 				用户名和密码为jboss as 中添加的用户名和密码 <username>administrator</username> <password>select111***</password> 
 				</configuration> </execution> </executions> </plugin> -->
-			<plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> 
-				<version>2.2</version> <executions> <execution> <phase>install</phase> <goals> 
-				<goal>deploy</goal> </goals> <configuration> <url>http://60.host:9090/manager/text</url> 
-				<username>administrator</username> <password>select111***</password> <path>/platform-b2b</path> 
-				<update>true</update> </configuration> </execution> </executions> </plugin>
-			<plugin>
+			<!-- <plugin>
+				<groupId>org.apache.tomcat.maven</groupId>
+				<artifactId>tomcat7-maven-plugin</artifactId>
+				<version>2.2</version>
+				<executions>
+					<execution>
+						<phase>install</phase>
+						<goals>
+							<goal>deploy</goal>
+						</goals>
+						<configuration>
+							<url>http://60.host:9090/manager/text</url>
+							<username>administrator</username>
+							<password>select111***</password>
+							<path>/platform-b2b</path>
+							<update>true</update>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin> -->
+			
+			<!-- <plugin>
 				<groupId>com.samaxes.maven</groupId>
 				<artifactId>minify-maven-plugin</artifactId>
 				<version>1.7.4</version>
-				<!-- 静态文件压缩 -->
+				静态文件压缩
 				<executions>
 					<execution>
 						<id>default-minify</id>
@@ -278,7 +316,7 @@
 				<groupId>com.uas.plugins</groupId>
 				<artifactId>static-maven-plugin</artifactId>
 				<version>0.0.1-SNAPSHOT</version>
-				<!-- 静态资源分离 -->
+				静态资源分离
 				<executions>
 					<execution>
 						<id>default-static</id>
@@ -317,7 +355,7 @@
 						</resource>
 					</webResources>
 				</configuration>
-			</plugin>
+			</plugin> -->
 		</plugins>
 	</build>
 	<properties>