12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244 |
- <?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.superservice</groupId>
- <artifactId>super_service</artifactId>
- <packaging>war</packaging>
- <version>1.0</version>
- <name>Super Service Server</name>
- <url>http://www.palmnest.com</url>
- <prerequisites>
- <maven>2.2.1</maven>
- </prerequisites>
- <properties>
- <!-- Application settings -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <copyright.year>2013</copyright.year>
- <dao.framework>hibernate</dao.framework>
- <web.framework>spring</web.framework>
- <amp.genericCore>true</amp.genericCore>
- <amp.fullSource>false</amp.fullSource>
- <db.name>super_service</db.name>
- <!-- <db.name>sunmei_realty_customer_test</db.name> -->
- <!-- env settings -->
- <java.version>1.8</java.version>
- <!-- Maven plugin versions -->
- <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
- <jetty.maven.plugin.version>8.1.3.v20120416</jetty.maven.plugin.version>
- <maven.clean.plugin.version>2.5</maven.clean.plugin.version>
- <maven.war.plugin.version>2.3</maven.war.plugin.version>
- <native2ascii.maven.plugin.version>1.0-beta-1</native2ascii.maven.plugin.version>
- <maven.changes.plugin.version>2.8</maven.changes.plugin.version>
- <cobertura.maven.plugin.version>2.5.2</cobertura.maven.plugin.version>
- <maven.javadoc.plugin.version>2.9</maven.javadoc.plugin.version>
- <maven.jxr.plugin.version>2.3</maven.jxr.plugin.version>
- <maven.pmd.plugin.version>2.7.1</maven.pmd.plugin.version>
- <maven.surefire.report.plugin.version>2.12.4</maven.surefire.report.plugin.version>
- <webtest.maven.plugin.version>1.0.0</webtest.maven.plugin.version>
- <!-- Framework dependency versions -->
- <appfuse.version>2.2.1</appfuse.version>
- <commons.fileupload.version>1.2.1</commons.fileupload.version>
- <commons.io.version>1.3.2</commons.io.version>
- <displaytag.version>1.2</displaytag.version>
- <spring.version>3.1.3.RELEASE</spring.version><!-- 3.1.3.RELEASE -->
- <spring.security.version>3.1.5.RELEASE</spring.security.version><!-- 3.1.3.RELEASE -->
- <hibernate.search.version>4.1.1.Final</hibernate.search.version>
- <velocity.version>1.4</velocity.version>
- <cxf.version>2.7.0</cxf.version>
- <jackson.version>1.7.1</jackson.version>
- <lucene.version>3.5.0</lucene.version>
- <springmodules.validation.version>0.8</springmodules.validation.version>
- <spring.data.mongodb.version>1.2.0.RELEASE</spring.data.mongodb.version>
- <!-- Testing dependency versions -->
- <cargo.version>1.2.4</cargo.version>
- <jmock.version>2.5.1</jmock.version>
- <jsp.version>2.1</jsp.version>
- <junit.version>4.10</junit.version>
- <servlet.version>2.5</servlet.version>
- <wiser.version>1.2</wiser.version>
- <lombok.version>1.18.10</lombok.version>
- <!-- Database settings -->
- <dbunit.dataTypeFactoryName>org.dbunit.ext.mysql.MySqlDataTypeFactory</dbunit.dataTypeFactoryName>
- <dbunit.operation.type>CLEAN_INSERT</dbunit.operation.type>
- <hibernate.dialect>org.hibernate.dialect.MySQL5InnoDBDialect</hibernate.dialect>
- <jdbc.groupId>mysql</jdbc.groupId>
- <jdbc.artifactId>mysql-connector-java</jdbc.artifactId>
- <jdbc.version>5.1.22</jdbc.version>
- <jdbc.driverClassName>com.mysql.jdbc.Driver</jdbc.driverClassName>
- <!--<jdbc.url>-->
- <!--jdbc:mysql://rm-wz949306t03an8m8s4o.mysql.rds.aliyuncs.com/super_service_dev?createDatabaseIfNotExist=true&amp;useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true-->
- <!--<!– jdbc:mysql://127.0.0.1:3306/superdesk_pro_bak?createDatabaseIfNotExist=true&amp;useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true –>-->
- <!--</jdbc.url>-->
- <!--<!– <jdbc.username>root</jdbc.username>-->
- <!--<jdbc.password>root@2020</jdbc.password> –>-->
- <!---->
- <!--<jdbc.username>superdev</jdbc.username>-->
- <!--<jdbc.password>super_Service1221@!</jdbc.password>-->
- <jdbc.url>
- jdbc:mysql://112.74.48.214:53307/super_service_dev?createDatabaseIfNotExist=true&amp;useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true
- <!-- jdbc:mysql://127.0.0.1:3306/superdesk_pro_bak?createDatabaseIfNotExist=true&amp;useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true -->
- </jdbc.url>
- <!-- <jdbc.username>root</jdbc.username>
- <jdbc.password>root@2020</jdbc.password> -->
- <jdbc.username>root</jdbc.username>
- <jdbc.password>service_newbak2019</jdbc.password>
-
- <superdesk.libs.version>1.3.1-SNAPSHOT</superdesk.libs.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.github.fernandospr</groupId>
- <artifactId>javapns-jdk16</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <groupId>cn.jpush.api</groupId>
- <artifactId>jpush-client</artifactId>
- <version>3.3.4</version>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.3</version>
- </dependency>
- <!-- quartz Job -->
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- <version>1.7.3</version>
- </dependency>
- <dependency>
- <groupId>com.github.wxpay</groupId>
- <artifactId>wxpay-sdk</artifactId>
- <version>0.0.3</version>
- </dependency>
- <!-- JDBC Dependencies -->
- <dependency>
- <groupId>${jdbc.groupId}</groupId>
- <artifactId>${jdbc.artifactId}</artifactId>
- <version>${jdbc.version}</version>
- </dependency>
- <!-- apache common dependencies -->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${commons.fileupload.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons.io.version}</version>
- </dependency>
- <dependency>
- <groupId>displaytag</groupId>
- <artifactId>displaytag</artifactId>
- <version>${displaytag.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.8.3</version>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>3.2</version>
- </dependency>
- <dependency>
- <groupId>cn.superdesk.libs</groupId>
- <artifactId>superdesk-libs-common</artifactId>
- <version>${superdesk.libs.version}</version>
- </dependency>
- <!-- aspectj dependencies -->
- <dependency>
- <groupId>org.aspectj</groupId>
- <artifactId>aspectjweaver</artifactId>
- <version>1.6.10</version>
- </dependency>
- <dependency>
- <groupId>org.aspectj</groupId>
- <artifactId>aspectjrt</artifactId>
- <version>1.6.10</version>
- </dependency>
- <!-- javax dependencies -->
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>${jsp.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>${servlet.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.12.1.GA</version>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.6</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <!-- unit test dependencies -->
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>${jmock.version}</version>
- <!-- <scope>test</scope> -->
- </dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit4</artifactId>
- <version>${jmock.version}</version>
- <!-- <scope>test</scope> -->
- </dependency>
- <!-- Upgrade junit-dep used by jmock -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit-dep</artifactId>
- <version>4.5</version>
- <!-- <scope>test</scope> -->
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <!-- <scope>test</scope> -->
- </dependency>
- <!-- spring dependencies -->
- <dependency>
- <groupId>org.springmodules</groupId>
- <artifactId>spring-modules-validation</artifactId>
- <version>${springmodules.validation.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-support</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>${spring.version}</version>
- <!-- <scope>test</scope> -->
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-asm</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context-support</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aspects</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-orm</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-oxm</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-expression</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-core</artifactId>
- <version>${spring.security.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-expression</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-config</artifactId>
- <version>${spring.security.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-web</artifactId>
- <version>${spring.security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-acl</artifactId>
- <version>${spring.security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-taglibs</artifactId>
- <version>${spring.security.version}</version>
- </dependency>
- <!-- spring-data for mongodb-->
- <dependency>
- <groupId>org.springframework.data</groupId>
- <artifactId>spring-data-mongodb</artifactId>
- <version>${spring.data.mongodb.version}</version>
- </dependency>
- <!-- spring-data for redis-->
- <dependency>
- <groupId>org.springframework.data</groupId>
- <artifactId>spring-data-redis</artifactId>
- <version>1.6.4.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>redis.clients</groupId>
- <artifactId>jedis</artifactId>
- <version>2.8.0</version>
- </dependency>
- <!-- JWT Json Web Token 依赖 -->
- <dependency>
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt</artifactId>
- <version>0.7.0</version>
- </dependency>
- <dependency>
- <groupId>com.thetransactioncompany</groupId>
- <artifactId>cors-filter</artifactId>
- <version>2.6</version>
- </dependency>
- <!-- Hibernate Dependencies -->
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-search</artifactId>
- <version>${hibernate.search.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-search-orm</artifactId>
- <version>${hibernate.search.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-search-engine</artifactId>
- <version>${hibernate.search.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-search-analyzers</artifactId>
- <version>${hibernate.search.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>4.1.8.Final</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- <version>1.0.1.Final</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.common</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <version>4.0.1.Final</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-ehcache</artifactId>
- <version>4.1.8.Final</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.java-persistence</groupId>
- <artifactId>jpa-api</artifactId>
- <version>2.0-cr-1</version>
- </dependency>
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache-core</artifactId>
- <version>2.6.2</version>
- </dependency>
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache-web</artifactId>
- <version>2.0.4</version>
- </dependency>
- <!-- NND 这个只是用了TMD一点事 屏了 linjinyu 20200317-->
- <!-- <dependency>-->
- <!-- <groupId>opensymphony</groupId>-->
- <!-- <artifactId>sitemesh</artifactId>-->
- <!-- <version>2.4.2</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>org.tuckey</groupId>
- <artifactId>urlrewritefilter</artifactId>
- <version>3.1.0</version>
- </dependency>
- <!-- Lucene Dependencies -->
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-core</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-analyzers</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-highlighter</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-memory</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-misc</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-spatial</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-spellchecker</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-grouping</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-smartcn</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-stempel</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>struts-menu</groupId>
- <artifactId>struts-menu</artifactId>
- <version>2.4.3</version>
- </dependency>
- <dependency>
- <groupId>org.subethamail</groupId>
- <artifactId>subethasmtp-wiser</artifactId>
- <version>${wiser.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.directwebremoting</groupId>
- <artifactId>dwr</artifactId>
- <version>2.0.3</version>
- </dependency>
- <!-- Velocity dependencies -->
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>${velocity.version}</version>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity-dep</artifactId>
- <version>${velocity.version}</version>
- </dependency>
- <dependency>
- <groupId>velocity-tools</groupId>
- <artifactId>velocity-tools-view</artifactId>
- <version>1.0</version>
- </dependency>
- <!-- CXF Dependencies -->
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>${cxf.version}</version>
- <!-- Exclude Spring in order to get latest version -->
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-api</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-core</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-bindings-xml</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-transports-http</artifactId>
- <version>${cxf.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>${cxf.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-bindings-soap</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-databinding-jaxb</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-frontend-simple</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-ws-addr</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-ws-policy</artifactId>
- <version>${cxf.version}</version>
- </dependency>
- <!-- w key dependencies -->
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>woodstox-core-asl</artifactId>
- <version>4.1.4</version>
- </dependency>
- <dependency>
- <groupId>wsdl4j</groupId>
- <artifactId>wsdl4j</artifactId>
- <version>1.6.2</version>
- </dependency>
- <dependency>
- <groupId>jstl</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
- </dependency>
- <!-- Json dependencies -->
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-jaxrs</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-core-asl</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>2.6</version>
- </dependency>
- <!-- log4j dependencies -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <version>1.6.1</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.6.1</version>
- </dependency>
- <!-- add by yb -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.83</version>
- </dependency>
- <dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1.4.5</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>3.8</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>3.8</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.jtds</groupId>
- <artifactId>jtds</artifactId>
- <version>1.2.4</version>
- </dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>2.4</version>
- <classifier>jdk15</classifier><!--指定jdk版本-->
- </dependency>
- <dependency>
- <groupId>com.belerweb</groupId>
- <artifactId>pinyin4j</artifactId>
- <version>2.5.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.3.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.4</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.3.2</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>org.java-json</groupId>-->
- <!-- <artifactId>Java-json</artifactId>-->
- <!--<!– <version>1.1.0</version>–>-->
- <!-- <version>20190722</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>20190722</version>
- <!-- <type>bundle</type>-->
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.microsoft.dh</groupId>-->
- <!-- <artifactId>dh</artifactId>-->
- <!-- <version>1.0.0</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>com.dh.buildlock</groupId>
- <artifactId>dh</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <version>1.1.3</version>
- </dependency>
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>1.11.1</version>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.6</version>
- </dependency>
- <!-- 图片压缩 https://mvnrepository.com/artifact/net.coobird/thumbnailator -->
- <dependency>
- <groupId>net.coobird</groupId>
- <artifactId>thumbnailator</artifactId>
- <version>0.4.8</version>
- </dependency>
- <!-- 图片属性 -->
- <dependency>
- <groupId>com.drewnoakes</groupId>
- <artifactId>metadata-extractor</artifactId>
- <version>2.11.0</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka -->
- <dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka_2.11</artifactId>
- <version>2.0.0</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/net.iharder/base64 -->
- <dependency>
- <groupId>net.iharder</groupId>
- <artifactId>base64</artifactId>
- <version>2.3.8</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.7</version>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>${lombok.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.alpn</groupId>
- <artifactId>alpn-api</artifactId>
- <version>1.1.2.v20150522</version>
- </dependency>
- <dependency>
- <groupId>com.turo</groupId>
- <artifactId>pushy</artifactId>
- <version>0.11.1</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-all</artifactId>
- <version>4.1.6.Final</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-codec-mqtt</artifactId>
- <version>4.1.25.Final</version>
- </dependency>
-
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-tcnative</artifactId>
- <version>2.0.6.Final</version>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>RELEASE</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- <build>
- <defaultGoal>install</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <configuration>
- <encoding>UTF-8</encoding>
- <!-- 过滤后缀为pem、pfx的证书文件 -->
- <nonFilteredFileExtensions>
- <nonFilteredFileExtension>pem</nonFilteredFileExtension>
- <nonFilteredFileExtension>pfx</nonFilteredFileExtension>
- <nonFilteredFileExtension>p12</nonFilteredFileExtension>
- </nonFilteredFileExtensions>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.compile.plugin.version}</version>
- <configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-maven-plugin</artifactId>
- <version>${jetty.maven.plugin.version}</version>
- <configuration>
- <scanIntervalSeconds>0</scanIntervalSeconds>
- <webApp>
- <contextPath>/</contextPath>
- </webApp>
- </configuration>
- </plugin>
- <!-- clean-up previous hibernate-search indexed from integration tests,
- as there could be a lock -->
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <version>${maven.clean.plugin.version}</version>
- <configuration>
- <filesets>
- <fileset>
- <directory>${user.home}/${project.build.finalName}/index</directory>
- </fileset>
- </filesets>
- </configuration>
- </plugin>
- <!-- will package a ready-to-run app regarding hibernate-search index
- location -->
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>${maven.war.plugin.version}</version>
- <configuration>
- <escapeString>\</escapeString>
- <webResources>
- <resource>
- <directory>src/main/resources/packaged</directory>
- <targetPath>WEB-INF/classes</targetPath>
- <filtering>true</filtering>
- <includes>
- <include>hibernate.properties</include>
- </includes>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native2ascii-maven-plugin</artifactId>
- <version>${native2ascii.maven.plugin.version}</version>
- <executions>
- <execution>
- <id>native2ascii-utf8</id>
- <goals>
- <goal>native2ascii</goal>
- </goals>
- <configuration>
- <encoding>UTF8</encoding>
- <includes>
- <include>ApplicationResources_zh*.properties</include>
- <include>displaytag_zh*.properties</include>
- </includes>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- </plugins>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>true</filtering>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- <filtering>true</filtering>
- </testResource>
- <testResource>
- <directory>src/main/webapp</directory>
- <filtering>true</filtering>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </testResource>
- </testResources>
- <pluginManagement>
- <plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>
- org.codehaus.mojo
- </groupId>
- <artifactId>
- native2ascii-maven-plugin
- </artifactId>
- <versionRange>
- [1.0-beta-1,)
- </versionRange>
- <goals>
- <goal>native2ascii</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore></ignore>
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <!-- <reporting>-->
- <!-- <plugins>-->
- <!-- <plugin>-->
- <!-- <artifactId>maven-changes-plugin</artifactId>-->
- <!-- <version>${maven.changes.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
- <!-- <configuration>-->
- <!-- <instrumentation>-->
- <!-- <excludes>-->
- <!-- <exclude>**/model/*.class</exclude>-->
- <!-- </excludes>-->
- <!-- </instrumentation>-->
- <!-- </configuration>-->
- <!-- <version>${cobertura.maven.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
- <!-- <version>${maven.javadoc.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <artifactId>maven-jxr-plugin</artifactId>-->
- <!-- <version>${maven.jxr.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <artifactId>maven-pmd-plugin</artifactId>-->
- <!-- <configuration>-->
- <!-- <linkXRef>true</linkXRef>-->
- <!-- <targetJdk>${java.version}</targetJdk>-->
- <!-- </configuration>-->
- <!-- <version>${maven.pmd.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <artifactId>maven-surefire-report-plugin</artifactId>-->
- <!-- <version>${maven.surefire.report.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>webtest-maven-plugin</artifactId>-->
- <!-- <version>${webtest.maven.plugin.version}</version>-->
- <!-- </plugin>-->
- <!-- </plugins>-->
- <!-- </reporting>-->
- <!-- <profiles>-->
- <!-- <profile>-->
- <!-- <id>integration-test</id>-->
- <!-- <activation>-->
- <!-- <property>-->
- <!-- <name>!skipTests</name>-->
- <!-- </property>-->
- <!-- </activation>-->
- <!-- <build>-->
- <!-- <plugins>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.cargo</groupId>-->
- <!-- <artifactId>cargo-maven2-plugin</artifactId>-->
- <!-- <version>${cargo.version}</version>-->
- <!-- <configuration>-->
- <!-- <wait>${cargo.wait}</wait>-->
- <!-- <container>-->
- <!-- <containerId>${cargo.container}</containerId>-->
- <!-- <home>${cargo.container.home}</home>-->
- <!-- <zipUrlInstaller>-->
- <!-- <url>${cargo.container.url}</url>-->
- <!-- <extractDir>${installDir}</extractDir>-->
- <!-- </zipUrlInstaller>-->
- <!-- </container>-->
- <!-- <configuration>-->
- <!-- <home>${project.build.directory}/${cargo.container}/container</home>-->
- <!-- <properties>-->
- <!-- <cargo.hostname>${cargo.host}</cargo.hostname>-->
- <!-- <cargo.servlet.port>${cargo.port}</cargo.servlet.port>-->
- <!-- <!– To prevent conflicts with already running instances –>-->
- <!-- <cargo.tomcat.ajp.port>8123</cargo.tomcat.ajp.port>-->
- <!-- </properties>-->
- <!-- </configuration>-->
- <!-- </configuration>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <id>start-container</id>-->
- <!-- <phase>pre-integration-test</phase>-->
- <!-- <goals>-->
- <!-- <goal>start</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- <execution>-->
- <!-- <id>stop-container</id>-->
- <!-- <phase>post-integration-test</phase>-->
- <!-- <goals>-->
- <!-- <goal>stop</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>webtest-maven-plugin</artifactId>-->
- <!-- <version>${webtest.maven.plugin.version}</version>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <id>webtest-test</id>-->
- <!-- <phase>integration-test</phase>-->
- <!-- <goals>-->
- <!-- <goal>test</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- <execution>-->
- <!-- <id>webtest-verify</id>-->
- <!-- <phase>verify</phase>-->
- <!-- <goals>-->
- <!-- <goal>verify-result</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- <execution>-->
- <!-- <id>webtest-report-html</id>-->
- <!-- <phase>post-integration-test</phase>-->
- <!-- <goals>-->
- <!-- <goal>report</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- <configuration>-->
- <!-- <host>${cargo.host}</host>-->
- <!-- <port>${cargo.port}</port>-->
- <!-- <sourcedirectory>src/test/resources</sourcedirectory>-->
- <!-- <sourcefile>web-tests.xml</sourcefile>-->
- <!-- <target>${webtest.target}</target>-->
- <!-- <basepath>${project.build.finalName}</basepath>-->
- <!-- <resultpath>target/webtest/webtest-results</resultpath>-->
- <!-- <haltonfailure>false</haltonfailure>-->
- <!-- <haltonerror>false</haltonerror>-->
- <!-- <loglevel>fatal</loglevel>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- <!-- </plugins>-->
- <!-- </build>-->
- <!-- </profile>-->
- <!-- <!– ================= Production Settings Profile ================= –>-->
- <!-- <!– Use "-P prod" when you want to use the settings in this profile –>-->
- <!-- <!– =============================================================== –>-->
- <!-- <profile>-->
- <!-- <id>prod</id>-->
- <!-- <build>-->
- <!-- <plugins>-->
- <!-- <!– Override location of data file for DbUnit to load (doesn't have -->
- <!-- negative keys) –>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>dbunit-maven-plugin</artifactId>-->
- <!-- <configuration>-->
- <!-- <src>src/main/resources/default-data.xml</src>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- <!-- </plugins>-->
- <!-- </build>-->
- <!-- </profile>-->
- <!-- </profiles>-->
- </project>
|