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

企业圈邀请注册功能

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

+ 20 - 10
pom.xml

@@ -42,7 +42,7 @@
 				<!-- static plugin -->
 				<static-path>http://static.ubtob.com</static-path>
 			</properties>
-
+			
 		</profile>
 	</profiles>
 	<dependencies>
@@ -262,7 +262,17 @@
 			<artifactId>spring-data-redis</artifactId>
 			<version>1.6.0.RELEASE</version>
 		</dependency>
-
+		<!-- 邮件 -->
+		<dependency>
+			<groupId>com.uas.message</groupId>
+			<artifactId>message-mail-api</artifactId>
+		</dependency>
+		<!-- 消息-->
+		<dependency>
+			<groupId>com.uas.message</groupId>
+			<artifactId>message-sms-api</artifactId>
+		</dependency>
+	
 		<dependency>
 			<groupId>com.uas.account</groupId>
 			<artifactId>account-common</artifactId>
@@ -325,7 +335,7 @@
 		</resources>
 		<!-- 在maven生命周期validate阶段生成timestamp -->
 		<plugins>
-			<!-- <plugin>
+			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>buildnumber-maven-plugin</artifactId>
 				<version>1.3</version>
@@ -345,16 +355,16 @@
 						</items>
 					</configuration>
 				</configuration>
-			</plugin> -->
-			<!-- <plugin>
+			</plugin>
+			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
 					<source>1.7</source>
 					<target>1.7</target>
 				</configuration>
-			</plugin> -->
-			<!-- <plugin>
+			</plugin>
+			<plugin>
 				<groupId>com.samaxes.maven</groupId>
 				<artifactId>minify-maven-plugin</artifactId>
 				<version>1.7.4</version>
@@ -463,9 +473,9 @@
 						</resource>
 					</webResources>
 				</configuration>
-			</plugin> -->
+			</plugin>
 		</plugins>
-		<!-- <pluginManagement>
+		<pluginManagement>
 			<plugins>
 				<plugin>
 					<groupId>org.eclipse.m2e</groupId>
@@ -500,7 +510,7 @@
 					</configuration>
 				</plugin>
 			</plugins>
-		</pluginManagement> -->
+		</pluginManagement>
 	</build>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>