|
|
@@ -11,39 +11,34 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>1.4.1.RELEASE</version>
|
|
|
-
|
|
|
+ <version>1.5.6.RELEASE</version>
|
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>com.uas.platform</groupId>
|
|
|
- <artifactId>platform-core</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>*</groupId>
|
|
|
- <artifactId>*</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>ant</groupId>
|
|
|
- <artifactId>ant</artifactId>
|
|
|
- <version>1.6.5</version>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <version>1.2.47</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
<version>3.7</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
+ <version>4.5.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sf.flexjson</groupId>
|
|
|
+ <artifactId>flexjson</artifactId>
|
|
|
+ <version>3.3</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -57,152 +52,45 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
<!-- <dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
</dependency>-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
- </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>druid</artifactId>
|
|
|
- <version>1.0.24</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
- <version>1.4.1.RELEASE</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.15</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.uas.account</groupId>
|
|
|
- <artifactId>account-common</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>dubbo</artifactId>
|
|
|
- <version>2.8.4</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <artifactId>log4j</artifactId>
|
|
|
- <groupId>log4j</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.caucho</groupId>
|
|
|
- <artifactId>hessian</artifactId>
|
|
|
- <version>4.0.38</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.uas.dfs</groupId>
|
|
|
- <artifactId>dfs-api</artifactId>
|
|
|
- <version>0.0.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi</artifactId>
|
|
|
- <version>3.9</version>
|
|
|
- </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
- <!-- 在maven生命周期validate阶段生成timestamp -->
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
- <version>1.3</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>validate</phase>
|
|
|
- <goals>
|
|
|
- <goal>create-timestamp</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- <configuration>
|
|
|
- <format>{0,date,yyyy-MM-dd HH:mm:ss}</format>
|
|
|
- <items>
|
|
|
- <item>timestamp</item>
|
|
|
- </items>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
- <source>1.7</source>
|
|
|
- <target>1.7</target>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-resources-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>copy-resources</id>
|
|
|
- <phase>prepare-package</phase>
|
|
|
- <goals>
|
|
|
- <goal>copy-resources</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <outputDirectory>${project.build.directory}/minify</outputDirectory>
|
|
|
- <overwrite>false</overwrite>
|
|
|
- <resources>
|
|
|
- <resource>
|
|
|
- <directory>${basedir}/src/main/webapp</directory>
|
|
|
- </resource>
|
|
|
- </resources>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-war-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <webResources>
|
|
|
- <resource>
|
|
|
- <directory>${project.build.directory}/statics</directory>
|
|
|
- </resource>
|
|
|
- <resource>
|
|
|
- <directory>${project.build.directory}/minify</directory>
|
|
|
- </resource>
|
|
|
- </webResources>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
-
|
|
|
</plugins>
|
|
|
</build>
|
|
|
- <distributionManagement>
|
|
|
- <!-- 发布release仓库 -->
|
|
|
- <repository>
|
|
|
- <id>platform-release</id>
|
|
|
- <name>platform-release</name>
|
|
|
- <url>http://113.105.74.141:8081/artifactory/libs-release-local</url>
|
|
|
- </repository>
|
|
|
- <!-- 发布快照版本 -->
|
|
|
- <snapshotRepository>
|
|
|
- <id>platform-snapshots</id>
|
|
|
- <name>platform-snapshots</name>
|
|
|
- <url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
+ <!--<distributionManagement>-->
|
|
|
+ <!--<!– 发布release仓库 –>-->
|
|
|
+ <!--<repository>-->
|
|
|
+ <!--<id>platform-release</id>-->
|
|
|
+ <!--<name>platform-release</name>-->
|
|
|
+ <!--<url>http://113.105.74.141:8081/artifactory/libs-release-local</url>-->
|
|
|
+ <!--</repository>-->
|
|
|
+ <!--<!– 发布快照版本 –>-->
|
|
|
+ <!--<snapshotRepository>-->
|
|
|
+ <!--<id>platform-snapshots</id>-->
|
|
|
+ <!--<name>platform-snapshots</name>-->
|
|
|
+ <!--<url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>-->
|
|
|
+ <!--</snapshotRepository>-->
|
|
|
+ <!--</distributionManagement>-->
|
|
|
|
|
|
</project>
|