123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998 |
- <?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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>ehr-cloud-parent</artifactId>
- <version>1.13.0</version>
- <packaging>pom</packaging>
- <name>ehr-cloud-parent</name>
- <description>EHR parent pom for all</description>
- <url>http://ehr.yihu.com</url>
- <organization>
- <name>JKZL Software, Inc.</name>
- <url>http://www.yihu.com</url>
- </organization>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>sand</id>
- <name>Sand Wen</name>
- <email>sand.fj.wen@gmail.com</email>
- <organization>JKZL Software, Inc.</organization>
- <organizationUrl>http://www.yihu.com</organizationUrl>
- <roles>
- <role>Project lead</role>
- <role>Project designer</role>
- <role>Project programmer</role>
- </roles>
- </developer>
- <developer>
- <id>yzh</id>
- <name>叶泽华</name>
- <email>yzh@qq.com</email>
- <organization>JKZL Software, Inc.</organization>
- <organizationUrl>http://www.yihu.com</organizationUrl>
- <roles>
- <role>Project programmer</role>
- </roles>
- </developer>
- <developer>
- <id>cws</id>
- <name>陈维山</name>
- <email>hill9868@qq.com</email>
- <organization>JKZL Software, Inc.</organization>
- <organizationUrl>http://www.yihu.com</organizationUrl>
- <roles>
- <role>Project programmer</role>
- </roles>
- </developer>
- <developer>
- <id>hzy</id>
- <name>黄志勇</name>
- <email>hzy@qq.com</email>
- <organization>JKZL Software, Inc.</organization>
- <organizationUrl>http://www.yihu.com</organizationUrl>
- <roles>
- <role>Project programmer</role>
- </roles>
- </developer>
- </developers>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- <version.java>1.8</version.java>
- <version.ehr>1.13.0</version.ehr>
- <version.eip>1.3.1</version.eip>
- <version.spring-boot>1.5.15.RELEASE</version.spring-boot>
- <version.spring-cloud>Edgware.SR4</version.spring-cloud>
- <version.spring-session-hazelcast>2.0.1.RELEASE</version.spring-session-hazelcast>
- <version.spring-data-commons>1.13.9.RELEASE</version.spring-data-commons>
- <version.spring-data-hadoop>2.2.0.RELEASE</version.spring-data-hadoop>
- <version.spring-data-solr>2.1.3.RELEASE</version.spring-data-solr>
- <version.spring-data-redis>1.7.1.RELEASE</version.spring-data-redis>
- <version.spring-data-jpa>1.11.10.RELEASE</version.spring-data-jpa>
- <version.spring-kafka>1.0.5.RELEASE</version.spring-kafka>
- <version.commons-bean-utils>1.9.2</version.commons-bean-utils>
- <version.commons-codec>1.9</version.commons-codec>
- <version.commons-collections>3.2.1</version.commons-collections>
- <version.commons-compress>1.9</version.commons-compress>
- <version.commons-dbcp2>2.1.1</version.commons-dbcp2>
- <version.commons-dbutils>1.6</version.commons-dbutils>
- <version.commons-io>2.4</version.commons-io>
- <version.commons-lang3>3.2.1</version.commons-lang3>
- <version.commons-pool2>2.4.2</version.commons-pool2>
- <version.zookeeper>3.4.6</version.zookeeper>
- <version.hadoop-client>2.6.5</version.hadoop-client>
- <version.hbase-client>1.1.1</version.hbase-client>
- <version.solr>5.5.4</version.solr>
- <version.io-dropwizard-metrics>3.1.2</version.io-dropwizard-metrics>
- <version.jackson>2.6.6</version.jackson>
- <version.jedis>2.9.0</version.jedis>
- <version.jcl-over-slf4j>1.7.19</version.jcl-over-slf4j>
- <version.jul-over-slf4j>1.7.21</version.jul-over-slf4j>
- <version.joda-time>2.8.2</version.joda-time>
- <version.junit>4.12</version.junit>
- <version.mysql>5.1.45</version.mysql>
- <version.pinyin4j>2.5.0</version.pinyin4j>
- <version.quartz>2.2.3</version.quartz>
- <version.servlet-api>3.1.0</version.servlet-api>
- <version.statsd-client>3.1.0</version.statsd-client>
- <version.swagger>2.7.0</version.swagger>
- <version.thrift>0.9.1</version.thrift>
- <version.tomcat-embed>8.5.27</version.tomcat-embed>
- <version.websocket-api>1.1</version.websocket-api>
- <version.zip4j>1.3.2</version.zip4j>
- <version.poi>3.12</version.poi>
- <version.scala>2.10.6</version.scala>
- <version.elasticsearch>2.1.0</version.elasticsearch>
- <version.elasticsearch-sql>2.4.1.0</version.elasticsearch-sql>
- <version.jest>2.4.0</version.jest>
- <version.alibaba-druid>1.0.15</version.alibaba-druid>
- <version.feign>9.5.0</version.feign>
- <version.hystrix>1.5.10</version.hystrix>
- <version.archaius>0.7.5</version.archaius>
- <version.json>20160212</version.json>
- <version.json-lib>2.4</version.json-lib>
- <version.fastjson>1.2.17</version.fastjson>
- <version.commons-net>3.3</version.commons-net>
- <version.jxl>2.6</version.jxl>
- <version.fastdfs>1.27</version.fastdfs>
- <version.spring.boot.admin>1.5.7</version.spring.boot.admin>
- <version.jettison>1.3.7</version.jettison>
- <version.springside>4.2.3-GA</version.springside>
- <!-- eip -->
- <mine-util-version>2.1.3</mine-util-version>
- <sigar-version>1.6.4</sigar-version>
- <jsch-version>0.1.53</jsch-version>
- <commons-fileupload-version>1.3.1</commons-fileupload-version>
- <commons-collections4-version>4.1</commons-collections4-version>
- <zip4j-version>1.3.2</zip4j-version>
- <okhttp-version>3.4.1</okhttp-version>
- <pinyin4j-version>2.5.0</pinyin4j-version>
- <camel-version>2.19.1</camel-version>
- <activemq-version>5.7.0</activemq-version>
- <xbean-version>3.18</xbean-version>
- <slf4j-version>1.7.21</slf4j-version>
- <zbus-version>0.11.5</zbus-version>
- <jolokia-version>1.3.5</jolokia-version>
- <spring-securit-version>4.2.3.RELEASE</spring-securit-version>
- <hos-version>1.3.0</hos-version>
- <hos-web-framework>${hos-version}</hos-web-framework>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-dependencies</artifactId>
- <version>${version.spring-boot}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-dependencies</artifactId>
- <version>${version.spring-cloud}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- Archaius -->
- <dependency>
- <groupId>com.netflix.archaius</groupId>
- <artifactId>archaius-core</artifactId>
- <version>${version.archaius}</version>
- </dependency>
- <!-- Spring data family -->
- <dependency>
- <groupId>org.springframework.data</groupId>
- <artifactId>spring-data-commons</artifactId>
- <version>${version.spring-data-commons}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.data</groupId>
- <artifactId>spring-data-hadoop-hbase</artifactId>
- <version>${version.spring-data-hadoop}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.data</groupId>
- <artifactId>spring-data-solr</artifactId>
- <version>${version.spring-data-solr}</version>
- </dependency>
- <!--Apache commons library -->
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>stax2-api</artifactId>
- <version>3.1.4</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>woodstox-core-asl</artifactId>
- <version>4.4.1</version>
- </dependency>
- <dependency>
- <groupId>org.noggit</groupId>
- <artifactId>noggit</artifactId>
- <version>0.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${version.commons-lang3}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${version.poi}</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>${version.commons-bean-utils}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-pool2</artifactId>
- <version>${version.commons-pool2}</version>
- </dependency>
- <dependency>
- <groupId>commons-dbutils</groupId>
- <artifactId>commons-dbutils</artifactId>
- <version>${version.commons-dbutils}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-dbcp2</artifactId>
- <version>${version.commons-dbcp2}</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${version.commons-io}</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>${version.commons-collections}</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>${version.commons-codec}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- <version>${version.commons-compress}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${commons-collections4-version}</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${commons-fileupload-version}</version>
- </dependency>
- <!-- Mysql library -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${version.mysql}</version>
- </dependency>
- <!-- Zookeeper library -->
- <dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <version>${version.zookeeper}</version>
- </dependency>
- <!-- Hadoop library -->
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-client</artifactId>
- <version>${version.hbase-client}</version>
- <exclusions>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- export library -->
- <dependency>
- <groupId>net.sourceforge.jexcelapi</groupId>
- <artifactId>jxl</artifactId>
- <version>${version.jxl}</version>
- </dependency>
- <!-- Google library -->
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>18.0</version>
- </dependency>
- <dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- <version>3.0.1</version>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.6.2</version>
- </dependency>
- <dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- <version>2.5.0</version>
- </dependency>
- <dependency>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- <version>4.1.0</version>
- </dependency>
- <!-- Solr library -->
- <dependency>
- <groupId>org.apache.solr</groupId>
- <artifactId>solr-core</artifactId>
- <version>${version.solr}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.solr</groupId>
- <artifactId>solr-solrj</artifactId>
- <version>${version.solr}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- Elasticsearch -->
- <dependency>
- <groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch</artifactId>
- <version>${version.elasticsearch}</version>
- </dependency>
- <dependency>
- <groupId>org.nlpcn</groupId>
- <artifactId>elasticsearch-sql</artifactId>
- <version>${version.elasticsearch-sql}</version>
- </dependency>
- <!-- Jest -->
- <dependency>
- <groupId>io.searchbox</groupId>
- <artifactId>jest</artifactId>
- <version>${version.jest}</version>
- </dependency>
- <!-- Redis library -->
- <dependency>
- <groupId>redis.clients</groupId>
- <artifactId>jedis</artifactId>
- <version>${version.jedis}</version>
- </dependency>
- <!-- FastDFS library -->
- <dependency>
- <groupId>org.csource</groupId>
- <artifactId>fastdfs-client-java</artifactId>
- <version>${version.fastdfs}</version>
- </dependency>
- <!-- Quartz library -->
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- <version>${version.quartz}</version>
- </dependency>
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz-jobs</artifactId>
- <version>${version.quartz}</version>
- </dependency>
- <!-- Zip library -->
- <dependency>
- <groupId>net.lingala.zip4j</groupId>
- <artifactId>zip4j</artifactId>
- <version>${version.zip4j}</version>
- </dependency>
- <!-- Pinyin library -->
- <dependency>
- <groupId>com.belerweb</groupId>
- <artifactId>pinyin4j</artifactId>
- <version>${version.pinyin4j}</version>
- </dependency>
- <!-- Swagger-ui library -->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger2</artifactId>
- <version>${version.swagger}</version>
- </dependency>
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- <version>${version.swagger}</version>
- </dependency>
- <!-- date Time util library -->
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>${version.joda-time}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.thrift</groupId>
- <artifactId>libthrift</artifactId>
- <version>${version.thrift}</version>
- </dependency>
- <dependency>
- <groupId>com.timgroup</groupId>
- <artifactId>java-statsd-client</artifactId>
- <version>${version.statsd-client}</version>
- </dependency>
- <dependency>
- <groupId>io.dropwizard.metrics</groupId>
- <artifactId>metrics-core</artifactId>
- <version>${version.io-dropwizard-metrics}</version>
- </dependency>
- <!-- Alibaba -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid</artifactId>
- <version>${version.alibaba-druid}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${version.fastjson}</version>
- </dependency>
- <!-- Spring Boot Admin -->
- <dependency>
- <groupId>de.codecentric</groupId>
- <artifactId>spring-boot-admin-starter-server</artifactId>
- <version>${version.spring.boot.admin}</version>
- </dependency>
- <dependency>
- <groupId>de.codecentric</groupId>
- <artifactId>spring-boot-admin-server-ui</artifactId>
- <version>${version.spring.boot.admin}</version>
- </dependency>
- <!-- Extend library-->
- <dependency>
- <groupId>org.codehaus.jettison</groupId>
- <artifactId>jettison</artifactId>
- <version>${version.jettison}</version>
- </dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${version.json}</version>
- </dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>${version.json-lib}</version>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>${version.commons-net}</version>
- </dependency>
- <!-- 个推相关 -->
- <dependency>
- <groupId>com.gexin.platform</groupId>
- <artifactId>gexin-rp-sdk-http</artifactId>
- <version>4.0.1.17</version>
- </dependency>
- <dependency>
- <groupId>com.gexin.platform</groupId>
- <artifactId>gexin-rp-fastjson</artifactId>
- <version>1.0.0.1</version>
- </dependency>
- <dependency>
- <groupId>com.gexin.platform</groupId>
- <artifactId>gexin-rp-sdk-base</artifactId>
- <version>4.0.0.22</version>
- </dependency>
- <dependency>
- <groupId>com.gexin.platform</groupId>
- <artifactId>gexin-rp-sdk-template</artifactId>
- <version>4.0.0.16</version>
- </dependency>
- <dependency>
- <groupId>com.gexin.platform</groupId>
- <artifactId>protobuf-java</artifactId>
- <version>2.5.0</version>
- </dependency>
- <dependency>
- <groupId>org.springside</groupId>
- <artifactId>springside-core</artifactId>
- <version>${version.springside}</version>
- </dependency>
- <!--ehr commons lib-->
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-admin-gateway-model</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-elasticsearch</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-fastdfs</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-hbase</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-mysql</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-query</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-redis</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-data-solr</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-ehr-constants</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-entity</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-profile-core</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-redis-mq</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-rest-model</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-ui-swagger</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-util</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-web</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>commons-cat</artifactId>
- <version>${version.ehr}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.hos</groupId>
- <artifactId>common-rest-model</artifactId>
- <version>${version.eip}</version>
- </dependency>
- <!-- Camel -->
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-parent</artifactId>
- <version>${camel-version}</version>
- <scope>import</scope>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-spring-boot-starter</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>spi-annotations</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jetty</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jms</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-http4</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-quartz</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-quartz2</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-xmljson</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-stream</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-mongodb</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-restlet</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-servlet</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jdbc</artifactId>
- <version>${camel-version}</version>
- </dependency>
- <!-- camel end -->
- <!-- ActiveMQ -->
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>${activemq-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-camel</artifactId>
- <version>${activemq-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-pool</artifactId>
- <version>${activemq-version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.xbean</groupId>
- <artifactId>xbean-spring</artifactId>
- <version>${xbean-version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>io.zbus</groupId>
- <artifactId>zbus</artifactId>
- <version>${zbus-version}</version>
- </dependency>
- <!-- Logging -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4j-version}</version>
- </dependency>
- <!-- Testing -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${version.junit}</version>
- </dependency>
- <!-- Jolokia -->
- <dependency>
- <groupId>org.jolokia</groupId>
- <artifactId>jolokia-core</artifactId>
- <version>${jolokia-version}</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp-version}</version>
- </dependency>
- <dependency>
- <groupId>eu.medsea.mimeutil</groupId>
- <artifactId>mime-util</artifactId>
- <version>${mine-util-version}</version>
- </dependency>
- <dependency>
- <groupId>org.fusesource</groupId>
- <artifactId>sigar</artifactId>
- <version>${sigar-version}</version>
- </dependency>
- <dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>${jsch-version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-web</artifactId>
- <version>${spring-securit-version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-config</artifactId>
- <version>${spring-securit-version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-core</artifactId>
- <version>${spring-securit-version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-crypto</artifactId>
- <version>${spring-securit-version}</version>
- </dependency>
- <dependency>
- <groupId>com.yihu.ehr</groupId>
- <artifactId>hos-web-framework</artifactId>
- <version>${hos-version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <repositories>
- <repository>
- <id>public</id>
- <name>public</name>
- <url>http://172.19.103.43:8081/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>public</id>
- <name>public</name>
- <url>http://172.19.103.43:8081/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- <!--用于发布到服务器 对应setting的对应server表情里面的id -->
- <distributionManagement>
- <repository>
- <id>jkzlRepositories</id>
- <name>jkzlRepositories</name>
- <url>http://172.19.103.43:8081/nexus/content/repositories/jkzlRepositories/</url>
- </repository>
- <snapshotRepository>
- <id>snapshots</id>
- <name>Snapshots</name>
- <url>http://172.19.103.43:8081/nexus/content/repositories/snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- <build>
- <pluginManagement>
- <plugins>
- <!--用于编译Maven项目的Java源代码-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
- <configuration>
- <source>${version.java}</source>
- <target>${version.java}</target>
- <encoding>${project.build.sourceEncoding}</encoding>
- <maxmem>1024m</maxmem>
- <compilerArgs>
- <arg>-Xlint:none</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- <!--用于打包可执行jar包-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <archive>
- <addMavenDescriptor>false</addMavenDescriptor>
- <manifest>
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest>
- <manifestEntries>
- <X-Compile-Source-JDK>${version.java}</X-Compile-Source-JDK>
- <X-Compile-Target-JDK>${version.java}</X-Compile-Target-JDK>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <!--maven打成源码包-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version>
- <configuration>
- <attach>true</attach>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.20</version>
- <!--跳过测试-->
- <configuration>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- <!--生成JavaDoc-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!--生成可spring boot jar-->
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>${version.spring-boot}</version>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin-ext</artifactId>
- <version>${version.spring-boot}</version>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.7</version>
- <configuration>
- <delimiters>
- <delimiter>@</delimiter>
- </delimiters>
- <useDefaultDelimiters>false</useDefaultDelimiters>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <version>2.5.2</version>
- </plugin>
- <!--deploy插件用于把Maven自动构建生成的版本发布到中央代理仓库如Nexus服务器上,
- 也能把第三方依赖库(如Jar包)或一个独立的Jar包直接发布到中央代理仓库供大家共享使用-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8.2</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </project>
|