|
|
@@ -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>
|