123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <artifactId>yuncredit-public</artifactId>
- <groupId>com.xinhuadata.yuncredit</groupId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>credit-biz</artifactId>
- <version>1.0.5</version>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jackson.version>2.2.2</jackson.version>
- <credit-common.version>1.2.1</credit-common.version>
- </properties>
- <dependencies>
- <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.60</version>
- </dependency>
- <dependency>
- <groupId>com.codahale.metrics</groupId>
- <artifactId>metrics-core</artifactId>
- <version>3.0.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5</version>
- </dependency>
- <dependency>
- <groupId>com.yuncredit.extend</groupId>
- <artifactId>wndc-commons</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.4.1</version>
- </dependency>
- <dependency>
- <groupId>com.xinhuadata.yuncredit</groupId>
- <artifactId>credit-common</artifactId>
- <version>${credit-common.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <version>3.4.6</version>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.6.1</version>
- </dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- </dependency>
- <dependency>
- <groupId>com.rabbitmq</groupId>
- <artifactId>amqp-client</artifactId>
- <version>3.6.5</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat7-maven-plugin</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
- <groupId>etc-commons-logging</groupId>
- <artifactId>etc-commons-logging</artifactId>
- <version>1.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-commons-logging-1.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.httpclient</groupId>
- <artifactId>etc.httpclient</artifactId>
- <version>4.5</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-httpclient-4.5.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.httpcore</groupId>
- <artifactId>etc.httpcore</artifactId>
- <version>4.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-httpcore-4.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.httpmime</groupId>
- <artifactId>etc.httpmime</artifactId>
- <version>4.5</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-httpmime-4.5.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.jackson.annotations</groupId>
- <artifactId>etc.jackson.annotations</artifactId>
- <version>2.8</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-jackson-annotations-2.8.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.jackson.core</groupId>
- <artifactId>etc.jackson.core</artifactId>
- <version>2.8</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-jackson-core-2.8.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.jackson.databind</groupId>
- <artifactId>etc.jackson.databind</artifactId>
- <version>2.8</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-jackson-databind-2.8.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.jackson.datatype.jsr310</groupId>
- <artifactId>etc.jackson.datatype.jsr310</artifactId>
- <version>2.8</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/etc-jackson-datatype-jsr310-2.8.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>etc.sdk.common</groupId>
- <artifactId>etc.sdk.common</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/sdk-common-1.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>slf4j.api</groupId>
- <artifactId>slf4j.api</artifactId>
- <version>1.7</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/slf4j-api-1.7.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>validation.api</groupId>
- <artifactId>validation.api</artifactId>
- <version>1.1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/validation-api-1.1.0.Final.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>sdk.b2b.protocol</groupId>
- <artifactId>sdk.b2b.protocol</artifactId>
- <version>1.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/sdk-b2b-protocol-1.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>sdk-analysis-protocol</groupId>
- <artifactId>sdk-analysis-protocol</artifactId>
- <version>3.1</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/sdk-analysis-protocol-3.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>sdk.external.waybill.protocol</groupId>
- <artifactId>sdk.external.waybill.protocol</artifactId>
- <version>1.1.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/sdk-external-waybill-protocol-1.1.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>sdk.waybill.protocol</groupId>
- <artifactId>sdk.waybill.protocol</artifactId>
- <version>1.3.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/sdk-waybill-protocol-1.3.10.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>axis</groupId>
- <artifactId>axis</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun.api.gateway</groupId>
- <artifactId>sdk-core-java</artifactId>
- <version>1.1.3</version>
- </dependency>
- <dependency>
- <groupId>net.coobird</groupId>
- <artifactId>thumbnailator</artifactId>
- <version>0.4.8</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>3.11.0</version>
- </dependency>
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- <version>2.3.0</version>
- </dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>dev</id>
- <properties>
- <profile.name>dev</profile.name>
- </properties>
- </profile>
- <profile>
- <id>test</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <profile.name>test</profile.name>
- </properties>
- </profile>
- <profile>
- <id>stable</id>
- <properties>
- <profile.name>stable</profile.name>
- </properties>
- </profile>
- <profile>
- <id>online</id>
- <properties>
- <profile.name>online</profile.name>
- </properties>
- </profile>
- <profile>
- <id>online-stand</id>
- <properties>
- <profile.name>online-stand</profile.name>
- </properties>
- </profile>
- <profile>
- <id>perf</id>
- <properties>
- <profile.name>perf</profile.name>
- </properties>
- </profile>
- </profiles>
- <build>
- <filters> <!-- 指定使用的 filter -->
- <filter>setting/settings-${profile.name}.properties</filter>
- </filters>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>true</filtering>
- <includes>
- <include>settings.properties</include>
- <include>log4j.xml</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>false</filtering>
- <excludes>
- <exclude>settings.properties</exclude>
- <exclude>log4j.xml</exclude>
- </excludes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>assembly/assembly.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <encoding>UTF-8</encoding>
- </configuration>
- <!-- <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-compiler-eclipse</artifactId> <version>1.9.1</version>
- </dependency> </dependencies> -->
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.9</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>src/main/resources</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|