2014-02-17 17:58:32 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2017-09-21 08:33:20 -04:00
<project xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xmlns= "http://maven.apache.org/POM/4.0.0" xsi:schemaLocation= "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2014-02-17 17:58:32 -05:00
<parent >
<groupId > org.sonatype.oss</groupId>
<artifactId > oss-parent</artifactId>
2014-10-23 08:12:58 -04:00
<version > 9</version>
2014-02-17 17:58:32 -05:00
</parent>
<modelVersion > 4.0.0</modelVersion>
<groupId > ca.uhn.hapi.fhir</groupId>
<artifactId > hapi-fhir</artifactId>
<packaging > pom</packaging>
2018-01-23 10:30:43 -05:00
<version > 3.3.0-SNAPSHOT</version>
2014-07-02 08:57:07 -04:00
<name > HAPI-FHIR</name>
2016-11-11 20:30:09 -05:00
<url > https://hapifhir.io</url>
2014-05-11 21:46:36 -04:00
2014-04-24 12:25:47 -04:00
<organization >
<name > University Health Network</name>
<url > http://www.uhn.ca</url>
</organization>
2014-05-11 21:46:36 -04:00
2014-04-24 12:25:47 -04:00
<inceptionYear > 2014</inceptionYear>
2014-05-11 21:46:36 -04:00
2014-08-28 09:44:04 -04:00
<issueManagement >
<system > GitHub</system>
<url > https://github.com/jamesagnew/hapi-fhir/issues/</url>
</issueManagement>
2014-09-03 18:03:44 -04:00
2014-11-07 14:26:59 -05:00
<distributionManagement >
<site >
<id > git.server</id>
<url > scm:git:git@github.com:jamesagnew/hapi-fhir.git</url>
</site>
</distributionManagement>
2014-08-28 09:44:04 -04:00
<scm >
<connection > scm:git:git@github.com:jamesagnew/hapi-fhir.git</connection>
<url > scm:git:git@github.com:jamesagnew/hapi-fhir.git</url>
<developerConnection > scm:git:git@github.com:jamesagnew/hapi-fhir.git</developerConnection>
</scm>
2014-09-03 18:03:44 -04:00
2016-09-17 16:55:21 -04:00
<repositories >
<repository >
<snapshots >
<enabled > false</enabled>
</snapshots>
<id > bintray-dnault-maven</id>
<name > bintray</name>
2017-05-19 05:27:45 -04:00
<url > https://dl.bintray.com/dnault/maven</url>
2016-09-17 16:55:21 -04:00
</repository>
2016-09-25 17:54:44 -04:00
<repository >
<id > jitpack.io</id>
<url > https://jitpack.io</url>
</repository>
2016-09-17 16:55:21 -04:00
</repositories>
2014-02-17 17:58:32 -05:00
<description >
</description>
<dependencies >
2015-08-19 11:49:00 -04:00
<!-- Cobertura is here as a 'provided' depdendency just to get the @CoverageIgnore annotation. It would be nice if there was a better way for this.. -->
2016-01-28 11:36:59 -05:00
<!-- <dependency> <groupId>net.sourceforge.cobertura</groupId> <artifactId>cobertura</artifactId> <version>2.1.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jetty</artifactId>
<groupId > org.mortbay.jetty</groupId> </exclusion> </exclusions> </dependency> -->
2015-08-19 11:49:00 -04:00
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<scope > test</scope>
<exclusions >
<exclusion >
<artifactId > hamcrest-core</artifactId>
<groupId > org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.hamcrest</groupId>
<artifactId > java-hamcrest</artifactId>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.mockito</groupId>
<artifactId > mockito-all</artifactId>
<scope > test</scope>
2015-06-21 00:56:23 -04:00
</dependency>
2014-02-17 17:58:32 -05:00
</dependencies>
2014-09-03 18:03:44 -04:00
<prerequisites >
2015-08-19 11:49:00 -04:00
<maven > 3.2</maven>
2014-09-03 18:03:44 -04:00
</prerequisites>
2014-10-30 13:57:29 -04:00
2014-04-23 15:24:31 -04:00
<developers >
<developer >
2014-09-26 09:37:41 -04:00
<id > jamesagnew</id>
2014-04-23 15:24:31 -04:00
<name > James Agnew</name>
2014-09-26 09:37:41 -04:00
<organization > University Health Network</organization>
2014-04-23 15:24:31 -04:00
</developer>
2017-03-01 13:29:03 -05:00
<developer >
<id > dmuylwyk</id>
<name > Diederik Muylwyk</name>
<organization > Smile CDR</organization>
</developer>
2014-04-23 15:24:31 -04:00
<developer >
<name > Dmitri Sotnikov</name>
2014-09-26 09:37:41 -04:00
<organization > University Health Network</organization>
2014-04-23 15:24:31 -04:00
</developer>
<developer >
<name > Lisa Wong</name>
2014-09-26 09:37:41 -04:00
<organization > University Health Network</organization>
2014-04-23 15:24:31 -04:00
</developer>
<developer >
<name > Josh Mandel</name>
2014-09-18 17:13:43 -04:00
<organization > Boston Children's Hospital</organization>
2014-04-23 15:24:31 -04:00
</developer>
2014-07-02 08:57:07 -04:00
<developer >
2014-11-14 10:52:38 -05:00
<id > lmds</id>
2014-07-02 08:57:07 -04:00
<name > Laura MacDougall Sookraj</name>
2014-09-26 09:37:41 -04:00
<organization > University Health Network</organization>
</developer>
<developer >
<name > Neal Acharya</name>
<organization > University Health Network</organization>
2014-09-18 17:13:43 -04:00
</developer>
<developer >
<name > David Hay</name>
<organization > Orion Health</organization>
</developer>
2015-02-05 14:04:16 -05:00
<developer >
<id > sweetnavelorange</id>
<name > James Butler</name>
<organization > Orion Health</organization>
</developer>
2014-09-18 17:13:43 -04:00
<developer >
<id > suranga</id>
<name > Suranga Nath Kasthurirathne</name>
2014-09-26 09:37:41 -04:00
<organization > OpenMRS / Regenstrief Center for Biomedical Informatics</organization>
2014-09-18 17:13:43 -04:00
</developer>
<developer >
<id > dougmartin</id>
<name > Doug Martin</name>
<organization > Regenstrief Center for Biomedical Informatics</organization>
2014-07-02 08:57:07 -04:00
</developer>
2014-09-26 09:37:41 -04:00
<developer >
<id > akley</id>
<name > Alexander Kley</name>
</developer>
2014-10-17 16:03:33 -04:00
<developer >
<id > preston</id>
<name > Preston Lee</name>
<organization > Arizona State University</organization>
</developer>
<developer >
2014-11-20 16:29:10 -05:00
<id > jjathman</id>
2014-10-17 16:03:33 -04:00
<name > Joe Athman</name>
</developer>
2014-10-17 16:39:47 -04:00
<developer >
<id > petromykhailysyn</id>
<name > Petro Mykhailyshyn</name>
</developer>
2014-11-20 14:42:24 -05:00
<developer >
<id > tahurac</id>
<name > Tahura Chaudhry</name>
<organization > University Health Network</organization>
</developer>
2014-12-10 10:24:04 -05:00
<developer >
<id > b.debeaubien</id>
<name > Bill de Beaubien</name>
<organization > Systems Made Simple</organization>
</developer>
2015-02-03 10:39:54 -05:00
<developer >
<id > twilson650</id>
<name > Tom Wilson</name>
</developer>
2015-02-09 10:07:53 -05:00
<developer >
<id > esteban-aliverti</id>
<name > Esteban Aliverti</name>
</developer>
2015-02-24 07:49:31 -05:00
<developer >
<id > mochaholic</id>
<name > Mohammad Jafari</name>
<organization > Edmond Scientific Company</organization>
</developer>
2015-05-04 13:02:50 -04:00
<developer >
<id > joel-costigliola</id>
<name > Joel Costigliola</name>
<organization > JCOS-Technologies</organization>
</developer>
2015-08-25 07:49:14 -04:00
<developer >
<id > pukkaone</id>
<name > Chin Huang</name>
</developer>
2015-08-31 02:46:05 -04:00
<developer >
<id > SingingTree</id>
<name > Bryce Van Dyk</name>
2015-09-11 16:13:40 -04:00
</developer>
2015-10-01 11:45:33 -04:00
<developer >
<id > botunge</id>
<name > Thomas Andersen</name>
</developer>
2015-10-21 12:03:36 -04:00
<developer >
<id > samlanfranchi</id>
<name > Sam Lanfranchi</name>
</developer>
2015-10-27 18:34:27 -04:00
<developer >
<id > jkiddo</id>
<name > Jens Kristian Villadsen</name>
</developer>
2015-11-15 12:53:02 -05:00
<developer >
<id > cmikeb1</id>
<name > C. Mike Bylund</name>
</developer>
2015-11-26 07:03:01 -05:00
<developer >
<id > nrpeterson</id>
<name > Nick Peterson</name>
</developer>
2015-11-27 15:03:05 -05:00
<developer >
<id > petervanhoute</id>
<name > Peter Van Houte</name>
</developer>
2016-05-22 14:56:27 -04:00
<developer >
<id > SRiviere</id>
2017-12-07 13:23:50 -05:00
<name > Sebastien Riviere</name>
2016-05-22 14:56:27 -04:00
</developer>
2016-01-07 21:37:04 -05:00
<developer >
<id > karlmdavis</id>
<name > Karl M. Davis</name>
</developer>
2016-01-21 21:45:57 -05:00
<developer >
<id > matt-blanchette</id>
<name > Matt Blanchette</name>
</developer>
2016-02-03 14:08:52 -05:00
<developer >
<id > petromykhailysyn</id>
<name > Petro Mykhaylyshyn</name>
</developer>
2016-02-08 22:04:30 -05:00
<developer >
<id > adam-carbone</id>
<name > Adam Carbone</name>
</developer>
2016-02-28 15:47:34 -05:00
<developer >
<id > joelsch</id>
2017-03-01 03:06:55 -05:00
<name > Joel Schneider</name>
2016-02-28 15:50:31 -05:00
</developer>
2016-05-05 06:59:50 -04:00
<developer >
<id > euvitudo</id>
<name > Phillip Warner</name>
</developer>
2016-05-05 07:08:48 -04:00
<developer >
<id > subhrajyotim</id>
<name > Subhro</name>
</developer>
2016-07-19 19:15:56 -04:00
<developer >
<id > mion00</id>
<name > Carlo Mion</name>
</developer>
2016-08-02 20:18:59 -04:00
<developer >
<id > kiwiandroiddev</id>
<name > Matt Clarke</name>
<organization > Orion Health</organization>
2016-09-16 13:16:28 -04:00
</developer>
<developer >
<id > FilipDomazet</id>
<name > Filip Domazet</name>
2016-08-02 20:18:59 -04:00
</developer>
2016-10-19 10:39:54 -04:00
<developer >
<id > bdenton</id>
<name > Bill Denton</name>
<organization > Akana, Inc</organization>
</developer>
2016-10-20 11:28:02 -04:00
<developer >
<id > hnnesv</id>
<name > Hannes Venter</name>
<organization > Jembi Health Systems</organization>
</developer>
2016-11-04 18:59:42 -04:00
<developer >
<id > vadi2</id>
<name > Vadim Peretokin</name>
2017-07-13 19:36:07 -04:00
<organization > Furore Informatica</organization>
2016-11-04 18:59:42 -04:00
</developer>
2016-11-25 18:28:18 -05:00
<developer >
<id > lawley</id>
<name > Michael Lawley</name>
<organization > CSIRO</organization>
</developer>
2016-12-11 18:30:05 -05:00
<developer >
<id > CarthageKing</id>
<name > CarthageKing</name>
</developer>
2016-12-12 07:32:36 -05:00
<developer >
<id > gijsbert802</id>
<name > Gijsbert van den Brink</name>
</developer>
2016-12-12 07:41:24 -05:00
<developer >
<id > rqg0717</id>
<name > James Ren</name>
</developer>
2017-01-29 18:01:00 -05:00
<developer >
<id > Robbert1</id>
<name > Robbert van Waveren</name>
</developer>
2017-01-31 07:22:38 -05:00
<developer >
<id > daliboz</id>
<name > Jenny Syed</name>
<organization > Cerner</organization>
</developer>
2017-02-04 16:10:59 -05:00
<developer >
<id > sekaijin</id>
<name > sekaijin</name>
</developer>
2017-03-16 21:57:55 -04:00
<developer >
<id > hugosoares</id>
<name > Hugo Soares</name>
</developer>
2017-03-17 06:30:52 -04:00
<developer >
<id > SRiviere</id>
<name > Sebastien Riviere</name>
</developer>
2017-03-17 06:49:09 -04:00
<developer >
<id > jodue</id>
<name > jodue</name>
</developer>
2017-03-17 06:52:23 -04:00
<developer >
<id > joelsch</id>
<name > Joel Schneider</name>
</developer>
2017-04-17 17:55:39 -04:00
<developer >
<id > elnin0815</id>
</developer>
2017-04-17 18:03:55 -04:00
<developer >
<id > dangerousben</id>
<name > Ben Spencer</name>
</developer>
2017-06-07 21:14:53 -04:00
<developer >
<id > maclema</id>
<name > maclema</name>
</developer>
2017-06-07 21:29:16 -04:00
<developer >
<id > ohr</id>
<name > Christian Ohr</name>
</developer>
2017-07-10 16:07:33 -04:00
<developer >
<id > eug48</id>
2017-07-11 11:06:50 -04:00
<name > Eugene Lubarsky</name>
2017-07-10 16:07:33 -04:00
</developer>
2017-07-13 19:38:28 -04:00
<developer >
<id > SarenCurrie</id>
<name > Saren Currie</name>
</developer>
2017-08-02 14:50:44 -04:00
<developer >
<id > dconlan</id>
<name > dconlan</name>
</developer>
2017-08-13 10:57:06 -04:00
<developer >
<id > psbrandt</id>
<name > Pascal Brandt</name>
</developer>
2017-08-13 11:03:06 -04:00
<developer >
<id > InfiniteLoop90</id>
<name > Clayton Bodendein</name>
</developer>
2017-08-22 08:46:46 -04:00
<developer >
<id > rhausam</id>
<name > Rob Hausam</name>
</developer>
2017-10-30 16:18:10 -04:00
<developer >
<id > patrick-werner</id>
<name > Patrick Werner</name>
</developer>
2017-11-01 15:37:05 -04:00
<developer >
<id > malcolmm83</id>
<name > Malcolm McRoberts</name>
</developer>
2017-11-13 13:22:17 -05:00
<developer >
<id > mouellet</id>
<name > Mathieu Ouellet</name>
</developer>
2017-11-13 13:35:10 -05:00
<developer >
<id > JiajingLiang</id>
<name > Jiajing Liang</name>
</developer>
2017-11-22 20:05:37 -05:00
<developer >
<id > jamesdaily</id>
<name > James Daily</name>
</developer>
2017-12-22 16:10:05 -05:00
<developer >
<id > darktyko</id>
<name > Kyle Meadows</name>
</developer>
2016-10-19 10:39:54 -04:00
</developers>
2014-04-23 15:24:31 -04:00
2014-03-24 08:32:28 -04:00
<licenses >
<license >
<name > Apache Software License 2.0</name>
<url > https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
2014-02-17 17:58:32 -05:00
<properties >
2015-09-09 16:47:07 -04:00
<!-- configure timestamp in MANIFEST.MF for maven - war - provider -->
<maven.build.timestamp.format > yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
2014-10-30 13:57:29 -04:00
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
2015-06-21 22:10:13 -04:00
2014-10-30 13:57:29 -04:00
<!-- For site - deploy -->
<siteMainDirectory > ${user.home}/sites/hapi-fhir</siteMainDirectory>
<scmPubCheckoutDirectory > ${user.home}/sites/scm/hapi-fhir</scmPubCheckoutDirectory>
2015-08-16 22:09:01 -04:00
<!-- Dependency Versions -->
2017-12-13 12:18:54 -05:00
<derby_version > 10.14.1.0</derby_version>
2018-01-31 07:41:24 -05:00
<jaxb_api_version > 2.3.0</jaxb_api_version>
<jaxb_core_version > 2.3.0</jaxb_core_version>
2017-03-31 14:32:46 -04:00
<jersey_version > 2.25.1</jersey_version>
2018-01-26 06:22:06 -05:00
<jetty_version > 9.4.8.v20171121</jetty_version>
<!-- <hibernate_version>5.2.10.Final</hibernate_version> -->
<hibernate_version > 5.2.12.Final</hibernate_version>
2017-03-31 14:32:46 -04:00
<hibernate_validator_version > 5.4.1.Final</hibernate_validator_version>
2017-01-30 17:59:01 -05:00
<!-- Update lucene version when you update hibernate - search version -->
2017-08-14 21:35:56 -04:00
<hibernate_search_version > 5.7.1.Final</hibernate_search_version>
2017-03-31 14:32:46 -04:00
<lucene_version > 5.5.4</lucene_version>
2015-03-17 08:11:42 -04:00
<maven_assembly_plugin_version > 2.5.3</maven_assembly_plugin_version>
<maven_license_plugin_version > 1.8</maven_license_plugin_version>
2014-08-23 16:40:26 -04:00
<phloc_schematron_version > 2.7.1</phloc_schematron_version>
2017-08-13 14:39:47 -04:00
<phloc_commons_version > 4.4.11</phloc_commons_version>
2018-01-26 06:22:06 -05:00
<spring_version > 5.0.3.RELEASE</spring_version>
2017-08-22 06:57:00 -04:00
<spring-boot.version > 1.5.6.RELEASE</spring-boot.version>
2018-01-26 06:22:06 -05:00
<thymeleaf-version > 3.0.9.RELEASE</thymeleaf-version>
2015-10-29 15:38:19 -04:00
<!-- We are aiming to still work on a very old version of SLF4j even though we depend on the newest, just to be nice to users of the API. This version is tested in the hapi - fhir - cobertura. -->
2015-10-08 17:38:14 -04:00
<slf4j_target_version > 1.6.0</slf4j_target_version>
2015-10-29 15:38:19 -04:00
2015-02-16 14:17:29 -05:00
<project.reporting.outputEncoding > UTF-8</project.reporting.outputEncoding>
2017-05-09 18:08:59 -04:00
<ebay_cors_filter_version > 1.0.1</ebay_cors_filter_version>
2014-02-17 17:58:32 -05:00
</properties>
2015-08-16 22:09:01 -04:00
<dependencyManagement >
<dependencies >
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > aopalliance</groupId>
<artifactId > aopalliance</artifactId>
<version > 1.0</version>
</dependency>
2015-08-17 15:54:00 -04:00
<dependency >
<groupId > ch.qos.logback</groupId>
<artifactId > logback-classic</artifactId>
2017-08-13 14:39:47 -04:00
<version > 1.2.3</version>
</dependency>
<dependency >
<groupId > com.atlassian.commonmark</groupId>
<artifactId > commonmark</artifactId>
<version > 0.9.0</version>
2015-08-17 15:54:00 -04:00
</dependency>
2017-09-21 08:33:20 -04:00
<dependency >
<groupId > com.fasterxml.jackson.core</groupId>
<artifactId > jackson-annotations</artifactId>
2017-10-22 21:56:44 -04:00
<version > 2.9.2</version>
2017-09-21 08:33:20 -04:00
</dependency>
<dependency >
<groupId > com.fasterxml.jackson.core</groupId>
<artifactId > jackson-core</artifactId>
2017-10-22 21:56:44 -04:00
<version > 2.9.2</version>
2017-09-21 08:33:20 -04:00
</dependency>
<dependency >
<groupId > com.fasterxml.jackson.core</groupId>
<artifactId > jackson-databind</artifactId>
2017-10-22 21:56:44 -04:00
<version > 2.9.2</version>
2017-09-21 08:33:20 -04:00
</dependency>
<dependency >
<groupId > com.fasterxml.jackson.datatype</groupId>
<artifactId > jackson-datatype-jsr310</artifactId>
2017-10-22 21:56:44 -04:00
<version > 2.9.2</version>
2017-09-21 08:33:20 -04:00
</dependency>
<dependency >
<groupId > com.fasterxml.jackson.dataformat</groupId>
<artifactId > jackson-dataformat-yaml</artifactId>
2017-10-22 21:56:44 -04:00
<version > 2.9.2</version>
2017-09-21 08:33:20 -04:00
</dependency>
<dependency >
<groupId > com.fasterxml.jackson.module</groupId>
<artifactId > jackson-module-jaxb-annotations</artifactId>
2017-10-22 21:56:44 -04:00
<version > 2.9.2</version>
2017-09-21 08:33:20 -04:00
</dependency>
2017-09-16 15:03:22 -04:00
<dependency >
<groupId > com.icegreen</groupId>
<artifactId > greenmail</artifactId>
2018-02-05 19:11:11 -05:00
<version > 1.5.6</version>
2017-09-16 15:03:22 -04:00
</dependency>
<dependency >
<groupId > com.icegreen</groupId>
<artifactId > greenmail-spring</artifactId>
2018-02-05 19:11:11 -05:00
<version > 1.5.6</version>
2017-09-16 15:03:22 -04:00
</dependency>
2016-09-25 17:54:44 -04:00
<dependency >
<groupId > com.github.bkiers</groupId>
<artifactId > Liqp</artifactId>
<version > 0.6.4</version>
</dependency>
2016-09-17 16:55:21 -04:00
<dependency >
<groupId > com.github.dnault</groupId>
<artifactId > xml-patch</artifactId>
<version > 0.3.0</version>
</dependency>
2017-04-01 09:03:42 -04:00
<dependency >
<groupId > com.google.errorprone</groupId>
<artifactId > error_prone_core</artifactId>
2017-08-16 11:20:21 -04:00
<version > 2.0.19</version>
2017-04-01 09:03:42 -04:00
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > com.google.guava</groupId>
<artifactId > guava</artifactId>
2017-08-16 11:20:21 -04:00
<version > 23.0</version>
2015-08-31 08:20:24 -04:00
</dependency>
<dependency >
<groupId > com.phloc</groupId>
<artifactId > phloc-schematron</artifactId>
<version > ${phloc_schematron_version}</version>
</dependency>
<dependency >
<groupId > com.phloc</groupId>
<artifactId > phloc-commons</artifactId>
<version > ${phloc_commons_version}</version>
</dependency>
2017-08-13 14:39:47 -04:00
<dependency >
<groupId > com.squareup.okhttp3</groupId>
<artifactId > okhttp</artifactId>
2017-08-14 21:35:56 -04:00
<version > 3.8.1</version>
2017-08-13 14:39:47 -04:00
</dependency>
2017-09-16 15:03:22 -04:00
<dependency >
<groupId > com.sun.mail</groupId>
<artifactId > javax.mail</artifactId>
<version > 1.6.0</version>
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
2015-09-11 16:13:40 -04:00
<groupId > commons-cli</groupId>
<artifactId > commons-cli</artifactId>
2017-08-13 14:39:47 -04:00
<version > 1.4</version>
2015-08-31 08:20:24 -04:00
</dependency>
<dependency >
<groupId > commons-codec</groupId>
<artifactId > commons-codec</artifactId>
<version > 1.10</version>
</dependency>
2015-09-11 16:13:40 -04:00
<dependency >
<groupId > commons-io</groupId>
<artifactId > commons-io</artifactId>
2016-07-25 08:46:02 -04:00
<version > 2.5</version>
2015-09-11 16:13:40 -04:00
</dependency>
2016-06-05 09:40:06 -04:00
<dependency >
<groupId > directory-naming</groupId>
<artifactId > naming-java</artifactId>
<version > 0.8</version>
<scope > test</scope>
<exclusions >
<exclusion >
<artifactId > commons-logging</artifactId>
<groupId > commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
2017-08-13 14:39:47 -04:00
<dependency >
<groupId > es.nitaur.markdown</groupId>
<artifactId > txtmark</artifactId>
<version > 0.16</version>
</dependency>
2015-11-29 11:43:09 -05:00
<dependency >
<groupId > javax.ejb</groupId>
<artifactId > ejb-api</artifactId>
<version > 3.0</version>
</dependency>
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > javax.el</groupId>
<artifactId > javax.el-api</artifactId>
<version > 3.0.0</version>
</dependency>
2017-04-23 19:28:45 -04:00
<dependency >
<groupId > javax.interceptor</groupId>
<artifactId > javax.interceptor-api</artifactId>
<version > 1.2</version>
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > javax.json</groupId>
<artifactId > javax.json-api</artifactId>
2017-08-16 11:20:21 -04:00
<version > 1.1</version>
2015-08-31 08:20:24 -04:00
</dependency>
2018-01-31 07:41:24 -05:00
<dependency >
<groupId > javax.xml.bind</groupId>
<artifactId > jaxb-api</artifactId>
<version > ${jaxb_api_version}</version>
</dependency>
2017-01-29 13:22:28 -05:00
<dependency >
<groupId > com.google.code.gson</groupId>
<artifactId > gson</artifactId>
2017-08-13 14:39:47 -04:00
<version > 2.8.1</version>
2017-01-29 13:22:28 -05:00
</dependency>
2018-01-31 07:41:24 -05:00
<dependency >
<groupId > com.sun.xml.bind</groupId>
<artifactId > jaxb-core</artifactId>
<version > ${jaxb_core_version}</version>
</dependency>
<dependency >
<groupId > com.sun.xml.bind</groupId>
<artifactId > jaxb-impl</artifactId>
<version > ${jaxb_core_version}</version>
</dependency>
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > javax.mail</groupId>
<artifactId > javax.mail-api</artifactId>
2017-08-16 11:20:21 -04:00
<version > 1.6.0</version>
2015-09-08 08:14:55 -04:00
</dependency>
2015-08-16 22:09:01 -04:00
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > javax.servlet-api</artifactId>
<version > 3.1.0</version>
</dependency>
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > javax.transaction</groupId>
2016-01-11 07:42:13 -05:00
<artifactId > javax.transaction-api</artifactId>
<version > 1.2</version>
2015-09-08 08:14:55 -04:00
</dependency>
<dependency >
<groupId > javax.validation</groupId>
<artifactId > validation-api</artifactId>
<version > 1.1.0.Final</version>
</dependency>
2015-11-29 11:43:09 -05:00
<dependency >
<groupId > javax.ws.rs</groupId>
<artifactId > javax.ws.rs-api</artifactId>
2016-01-03 00:19:16 -05:00
<version > 2.0.1</version>
2015-11-29 11:43:09 -05:00
</dependency>
2016-12-25 13:50:46 -05:00
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 4.12</version>
</dependency>
2015-08-24 15:23:28 -04:00
<dependency >
<groupId > lt.velykis.maven.skins</groupId>
<artifactId > reflow-velocity-tools</artifactId>
<version > 1.1.1</version>
</dependency>
2016-09-17 13:40:03 -04:00
<dependency >
<groupId > net.riotopsys</groupId>
<artifactId > json_patch</artifactId>
<version > 0.0.0</version>
</dependency>
2016-06-05 09:40:06 -04:00
<dependency >
<groupId > net.sf.json-lib</groupId>
<artifactId > json-lib</artifactId>
<version > 2.4</version>
<classifier > jdk15</classifier>
<exclusions >
<exclusion >
<artifactId > commons-logging</artifactId>
<groupId > commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > net.sf.json-lib</groupId>
<artifactId > json-lib</artifactId>
<version > 2.4</version>
<classifier > jdk15-sources</classifier>
</dependency>
2017-05-22 17:25:05 -04:00
<dependency >
<groupId > net.sf.saxon</groupId>
<artifactId > Saxon-HE</artifactId>
2017-08-13 14:39:47 -04:00
<!-- <version>9.8.0 - 3</version> -->
2017-05-22 17:25:05 -04:00
<version > 9.5.1-5</version>
</dependency>
2017-06-14 08:35:41 -04:00
<dependency >
<groupId > net.ttddyy</groupId>
<artifactId > datasource-proxy</artifactId>
2017-08-13 14:39:47 -04:00
<version > 1.4.2</version>
</dependency>
<dependency >
<groupId > org.antlr</groupId>
<artifactId > ST4</artifactId>
<version > 4.0.8</version>
2017-06-14 08:35:41 -04:00
</dependency>
2015-08-19 07:47:45 -04:00
<dependency >
2015-08-16 22:09:01 -04:00
<groupId > org.apache.commons</groupId>
<artifactId > commons-dbcp2</artifactId>
<version > 2.1.1</version>
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.apache.commons</groupId>
<artifactId > commons-lang3</artifactId>
2017-08-13 14:39:47 -04:00
<version > 3.6</version>
2015-08-31 08:20:24 -04:00
</dependency>
2015-08-16 22:09:01 -04:00
<dependency >
<groupId > org.apache.derby</groupId>
<artifactId > derby</artifactId>
<version > ${derby_version}</version>
</dependency>
<dependency >
<groupId > org.apache.derby</groupId>
<artifactId > derbynet</artifactId>
<version > ${derby_version}</version>
</dependency>
<dependency >
<groupId > org.apache.derby</groupId>
<artifactId > derbyclient</artifactId>
<version > ${derby_version}</version>
</dependency>
2015-08-19 11:49:00 -04:00
<dependency >
<groupId > org.apache.httpcomponents</groupId>
<artifactId > httpclient</artifactId>
2017-08-13 14:39:47 -04:00
<version > 4.5.3</version>
2015-08-19 11:49:00 -04:00
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.apache.httpcomponents</groupId>
<artifactId > httpclient-android</artifactId>
<version > 4.3.5.1</version>
</dependency>
2015-08-19 11:49:00 -04:00
<dependency >
<groupId > org.apache.httpcomponents</groupId>
<artifactId > httpcore</artifactId>
2017-08-13 14:39:47 -04:00
<version > 4.4.6</version>
2015-08-19 11:49:00 -04:00
</dependency>
2015-11-02 08:12:36 -05:00
<dependency >
<groupId > org.apache.lucene</groupId>
<artifactId > lucene-highlighter</artifactId>
2017-01-30 17:59:01 -05:00
<version > ${lucene_version}</version>
2015-11-02 08:12:36 -05:00
</dependency>
<dependency >
<groupId > org.apache.lucene</groupId>
<artifactId > lucene-analyzers-phonetic</artifactId>
2017-01-30 17:59:01 -05:00
<version > ${lucene_version}</version>
2015-11-02 08:12:36 -05:00
</dependency>
2015-08-24 15:23:28 -04:00
<dependency >
<groupId > org.apache.maven.doxia</groupId>
<artifactId > doxia-module-markdown</artifactId>
2016-02-15 11:22:19 -05:00
<version > 1.6</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-api</artifactId>
2016-11-11 22:30:19 -05:00
<version > 1.9.5</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-manager-plexus</artifactId>
2016-11-11 22:30:19 -05:00
<version > 1.9.5</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-provider-gitexe</artifactId>
2016-11-11 22:30:19 -05:00
<version > 1.9.5</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-scm</artifactId>
2017-08-16 11:20:21 -04:00
<version > 3.0.0</version>
2015-08-24 15:23:28 -04:00
</dependency>
2017-03-31 14:33:07 -04:00
<dependency >
<groupId > org.apache.maven</groupId>
<artifactId > maven-project</artifactId>
<version > 2.2.1</version>
</dependency>
<dependency >
<groupId > org.apache.maven</groupId>
<artifactId > maven-plugin-api</artifactId>
2017-08-13 14:39:47 -04:00
<version > 3.5.0</version>
2017-03-31 14:33:07 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.plugin-tools</groupId>
<artifactId > maven-plugin-annotations</artifactId>
2017-08-13 14:39:47 -04:00
<version > 3.5</version>
2017-03-31 14:33:07 -04:00
</dependency>
2015-08-24 15:23:28 -04:00
<dependency >
<groupId > org.apache.velocity</groupId>
<artifactId > velocity</artifactId>
<version > 1.7</version>
</dependency>
2015-09-03 08:07:43 -04:00
<dependency >
<groupId > org.apache.velocity</groupId>
<artifactId > velocity-tools</artifactId>
<version > 2.0</version>
</dependency>
2017-08-13 14:39:47 -04:00
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-compiler-api</artifactId>
<version > 2.8.2</version>
</dependency>
2017-04-01 09:03:42 -04:00
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-compiler-javac</artifactId>
2017-08-13 14:39:47 -04:00
<version > 2.8.2</version>
2017-04-01 09:03:42 -04:00
</dependency>
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-compiler-javac-errorprone</artifactId>
2017-08-13 14:39:47 -04:00
<version > 2.8.2</version>
2017-04-01 09:03:42 -04:00
</dependency>
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-utils</artifactId>
2017-08-16 11:20:21 -04:00
<version > 3.1.0</version>
2017-04-01 09:03:42 -04:00
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.codehaus.woodstox</groupId>
<artifactId > woodstox-core-asl</artifactId>
<version > 4.4.1</version>
</dependency>
2017-05-09 18:08:59 -04:00
<dependency >
<groupId > org.ebaysf.web</groupId>
<artifactId > cors-filter</artifactId>
<version > ${ebay_cors_filter_version}</version>
</dependency>
2015-08-19 11:49:00 -04:00
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-http</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 11:49:00 -04:00
</dependency>
2015-08-16 22:09:01 -04:00
<dependency >
2015-08-19 07:47:45 -04:00
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-servlets</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 07:47:45 -04:00
</dependency>
2018-01-26 07:44:13 -05:00
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-io</artifactId>
<version > ${jetty_version}</version>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-continuation</artifactId>
<version > ${jetty_version}</version>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-security</artifactId>
<version > ${jetty_version}</version>
</dependency>
2015-08-19 07:47:45 -04:00
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-servlet</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 07:47:45 -04:00
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-server</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 07:47:45 -04:00
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-util</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 07:47:45 -04:00
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-webapp</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 07:47:45 -04:00
</dependency>
2018-01-26 07:44:13 -05:00
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-xml</artifactId>
<version > ${jetty_version}</version>
</dependency>
2015-09-28 09:06:57 -04:00
<dependency >
<groupId > org.eclipse.jetty.websocket</groupId>
<artifactId > websocket-api</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-09-28 09:06:57 -04:00
</dependency>
<dependency >
<groupId > org.eclipse.jetty.websocket</groupId>
<artifactId > websocket-client</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-09-28 09:06:57 -04:00
</dependency>
<dependency >
<groupId > org.eclipse.jetty.websocket</groupId>
<artifactId > websocket-server</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-09-28 09:06:57 -04:00
</dependency>
2015-09-13 22:06:31 -04:00
<dependency >
<groupId > org.fusesource.jansi</groupId>
<artifactId > jansi</artifactId>
2017-08-13 14:39:47 -04:00
<version > 1.16</version>
2015-09-13 22:06:31 -04:00
</dependency>
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > org.glassfish</groupId>
<artifactId > javax.el</artifactId>
<version > 3.0.0</version>
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.glassfish</groupId>
<artifactId > javax.json</artifactId>
<version > 1.0.4</version>
</dependency>
2015-11-29 11:43:09 -05:00
<dependency >
<groupId > org.glassfish.jersey.core</groupId>
<artifactId > jersey-server</artifactId>
<version > ${jersey_version}</version>
</dependency>
<dependency >
<groupId > org.glassfish.jersey.containers</groupId>
<artifactId > jersey-container-servlet-core</artifactId>
<version > ${jersey_version}</version>
</dependency>
<dependency >
<groupId > org.glassfish.jersey.containers</groupId>
<artifactId > jersey-container-jetty-http</artifactId>
<version > ${jersey_version}</version>
</dependency>
<dependency >
<groupId > org.glassfish.jersey.media</groupId>
<artifactId > jersey-media-moxy</artifactId>
<version > ${jersey_version}</version>
</dependency>
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > org.jscience</groupId>
<artifactId > jscience</artifactId>
<version > 4.3.1</version>
</dependency>
2016-12-25 12:48:36 -05:00
<dependency >
<groupId > org.hamcrest</groupId>
<artifactId > java-hamcrest</artifactId>
<version > 2.0.0.0</version>
</dependency>
2015-09-08 08:14:55 -04:00
<dependency >
<groupId > org.hibernate</groupId>
<artifactId > hibernate-core</artifactId>
<version > ${hibernate_version}</version>
</dependency>
<dependency >
<groupId > org.hibernate</groupId>
<artifactId > hibernate-ehcache</artifactId>
<version > ${hibernate_version}</version>
</dependency>
<dependency >
<groupId > org.hibernate</groupId>
<artifactId > hibernate-entitymanager</artifactId>
<version > ${hibernate_version}</version>
</dependency>
<dependency >
<groupId > org.hibernate</groupId>
<artifactId > hibernate-validator</artifactId>
<version > ${hibernate_validator_version}</version>
</dependency>
2015-10-31 17:09:32 -04:00
<dependency >
<groupId > org.hibernate</groupId>
<artifactId > hibernate-search-orm</artifactId>
2017-01-30 17:59:01 -05:00
<version > ${hibernate_search_version}</version>
2015-10-31 17:09:32 -04:00
</dependency>
2015-10-29 15:38:19 -04:00
<dependency >
<groupId > org.javassist</groupId>
<artifactId > javassist</artifactId>
<version > 3.20.0-GA</version>
</dependency>
2016-12-25 12:48:36 -05:00
<dependency >
<groupId > org.mockito</groupId>
<artifactId > mockito-all</artifactId>
<version > 1.10.19</version>
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-android</artifactId>
2017-03-31 14:32:46 -04:00
<version > 1.7.25</version>
2015-08-31 08:20:24 -04:00
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-api</artifactId>
2017-03-31 14:32:46 -04:00
<version > 1.7.25</version>
2015-08-31 08:20:24 -04:00
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > jcl-over-slf4j</artifactId>
2017-03-31 14:32:46 -04:00
<version > 1.7.25</version>
2015-08-31 08:20:24 -04:00
</dependency>
2015-08-16 22:09:01 -04:00
<dependency >
2015-08-19 11:49:00 -04:00
<groupId > org.springframework</groupId>
<artifactId > spring-beans</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-context-support</artifactId>
<version > ${spring_version}</version>
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
<version > ${spring_version}</version>
</dependency>
2015-09-24 07:01:04 -04:00
<dependency >
<groupId > org.springframework.data</groupId>
<artifactId > spring-data-jpa</artifactId>
2017-08-14 21:35:56 -04:00
<version > 1.11.6.RELEASE</version>
2015-09-24 07:01:04 -04:00
</dependency>
2015-09-28 09:06:57 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-messaging</artifactId>
<version > ${spring_version}</version>
</dependency>
2015-08-19 11:49:00 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-orm</artifactId>
<version > ${spring_version}</version>
</dependency>
2015-08-20 14:27:19 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-test</artifactId>
<version > ${spring_version}</version>
</dependency>
2015-08-19 11:49:00 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-tx</artifactId>
<version > ${spring_version}</version>
2015-08-16 22:09:01 -04:00
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-web</artifactId>
<version > ${spring_version}</version>
</dependency>
2015-09-21 09:08:19 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-webmvc</artifactId>
<version > ${spring_version}</version>
</dependency>
2015-09-28 09:06:57 -04:00
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-websocket</artifactId>
<version > ${spring_version}</version>
</dependency>
2017-08-22 06:57:00 -04:00
<dependency >
<groupId > org.springframework.boot</groupId>
<artifactId > spring-boot-dependencies</artifactId>
<version > ${spring-boot.version}</version>
<type > pom</type>
<scope > import</scope>
</dependency>
2015-08-31 08:20:24 -04:00
<dependency >
<groupId > org.thymeleaf</groupId>
<artifactId > thymeleaf</artifactId>
<version > ${thymeleaf-version}</version>
</dependency>
2015-10-17 09:39:27 -04:00
<dependency >
<groupId > org.thymeleaf</groupId>
<artifactId > thymeleaf-spring4</artifactId>
<version > ${thymeleaf-version}</version>
</dependency>
2015-08-31 08:39:49 -04:00
<dependency >
2017-08-13 14:39:47 -04:00
<groupId > org.xmlunit</groupId>
<artifactId > xmlunit-core</artifactId>
<version > 2.4.0</version>
</dependency>
<dependency >
<groupId > xpp3</groupId>
<artifactId > xpp3</artifactId>
<version > 1.1.4c</version>
</dependency>
<dependency >
<groupId > xpp3</groupId>
<artifactId > xpp3_xpath</artifactId>
<version > 1.1.4c</version>
2015-08-31 08:39:49 -04:00
</dependency>
2015-08-16 22:09:01 -04:00
</dependencies>
</dependencyManagement>
2014-02-17 17:58:32 -05:00
<build >
<pluginManagement >
<plugins >
2018-01-04 14:45:17 -05:00
<plugin >
<groupId > com.gemnasium</groupId>
<artifactId > gemnasium-maven-plugin</artifactId>
<version > 0.2.0</version>
<configuration >
<projectSlug > github.com/jamesagnew/hapi-fhir</projectSlug>
</configuration>
</plugin>
2017-10-15 11:27:30 -04:00
<plugin >
<groupId > org.basepom.maven</groupId>
<artifactId > duplicate-finder-maven-plugin</artifactId>
<version > 1.2.1</version>
</plugin>
2015-09-20 10:18:33 -04:00
<plugin >
<groupId > de.juplo</groupId>
2016-12-08 07:07:29 -05:00
<artifactId > hibernate-maven-plugin</artifactId>
2018-01-31 07:41:24 -05:00
<version > 2.1.1</version>
2016-12-08 07:07:29 -05:00
<configuration >
2018-01-31 07:41:24 -05:00
<execute > false</execute>
2016-12-08 07:07:29 -05:00
<skip > false</skip>
<scanDependencies > false</scanDependencies>
<scanTestClasses > false</scanTestClasses>
<scanClasses > true</scanClasses>
<force > true</force>
</configuration>
2015-09-20 10:18:33 -04:00
</plugin>
2015-09-19 11:00:57 -04:00
<plugin >
<groupId > org.apache.felix</groupId>
<artifactId > maven-bundle-plugin</artifactId>
2017-08-13 14:39:47 -04:00
<version > 3.3.0</version>
2015-09-19 11:00:57 -04:00
</plugin>
2015-07-21 08:59:44 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
2015-08-31 08:20:24 -04:00
<artifactId > maven-antrun-plugin</artifactId>
<version > 1.8</version>
2015-06-21 22:10:13 -04:00
</plugin>
2014-02-17 17:58:32 -05:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
2017-11-13 13:50:39 -05:00
<version > 3.7.0</version>
2014-02-17 17:58:32 -05:00
<configuration >
2017-08-13 14:39:47 -04:00
<source > 1.7</source>
<target > 1.7</target>
2016-09-16 17:43:24 -04:00
<!--
We compile the unit tests at Java 8. Might as well since they
need Java 8 in order to run (Jetty needs 8) so this way we can
use nice java 8 features in tests at least
-->
<testSource > 1.8</testSource>
<testTarget > 1.8</testTarget>
2015-06-17 13:51:05 -04:00
<forceJavacCompilerUse > true</forceJavacCompilerUse>
2015-08-28 11:35:12 -04:00
<encoding > UTF-8</encoding>
2017-11-13 13:50:39 -05:00
<fork > true</fork>
<meminitial > 128m</meminitial>
2017-11-13 20:59:33 -05:00
<maxmem > 1600m</maxmem>
2014-02-17 17:58:32 -05:00
</configuration>
2015-03-28 19:28:34 -04:00
<dependencies >
<dependency >
<groupId > com.google.errorprone</groupId>
<artifactId > error_prone_core</artifactId>
2017-03-31 14:32:46 -04:00
<version > 2.0.19</version>
2015-03-28 19:28:34 -04:00
</dependency>
2017-08-13 14:39:47 -04:00
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-compiler-api</artifactId>
<version > 2.8.2</version>
</dependency>
2015-03-28 19:28:34 -04:00
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-compiler-javac</artifactId>
2017-08-13 14:39:47 -04:00
<version > 2.8.2</version>
2015-03-28 19:28:34 -04:00
</dependency>
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-compiler-javac-errorprone</artifactId>
2017-08-13 14:39:47 -04:00
<version > 2.8.2</version>
2015-03-28 19:28:34 -04:00
</dependency>
2016-01-28 11:36:59 -05:00
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-utils</artifactId>
2017-08-16 11:20:21 -04:00
<version > 3.1.0</version>
2016-01-28 11:36:59 -05:00
</dependency>
2015-03-28 19:28:34 -04:00
</dependencies>
2014-02-17 17:58:32 -05:00
</plugin>
2015-09-11 16:13:40 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-dependency-plugin</artifactId>
2018-01-26 06:22:06 -05:00
<version > 3.0.2</version>
2015-09-11 16:13:40 -04:00
</plugin>
2015-08-19 08:52:37 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-deploy-plugin</artifactId>
<version > 2.8.2</version>
</plugin>
2015-09-20 10:18:33 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-gpg-plugin</artifactId>
<version > 1.6</version>
</plugin>
2015-08-19 08:52:37 -04:00
<plugin >
2015-08-19 11:49:00 -04:00
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
2017-03-31 14:32:46 -04:00
<version > 2.10.4</version>
2015-08-19 08:52:37 -04:00
</plugin>
2015-09-20 10:18:33 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jxr-plugin</artifactId>
<version > 2.5</version>
</plugin>
2015-08-19 08:52:37 -04:00
<plugin >
2015-08-19 11:49:00 -04:00
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-failsafe-plugin</artifactId>
2016-01-15 18:02:20 -05:00
<version > 2.19.1</version>
2015-08-19 08:52:37 -04:00
</plugin>
2017-03-31 14:33:07 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-plugin-plugin</artifactId>
<version > 3.5</version>
</plugin>
2016-02-03 08:35:05 -05:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-shade-plugin</artifactId>
<version > 2.4.3</version>
</plugin>
2015-08-19 08:52:37 -04:00
<plugin >
2015-08-19 11:49:00 -04:00
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-source-plugin</artifactId>
2017-11-05 19:20:49 -05:00
<version > 3.0.1</version>
2016-01-28 14:31:21 -05:00
<dependencies >
<dependency >
<groupId > org.codehaus.plexus</groupId>
<artifactId > plexus-utils</artifactId>
2017-08-16 11:20:21 -04:00
<version > 3.1.0</version>
2016-01-28 14:31:21 -05:00
</dependency>
</dependencies>
2015-08-19 08:52:37 -04:00
</plugin>
2014-09-03 12:57:17 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
2017-10-13 11:08:46 -04:00
<version > 2.20.1</version>
2014-09-03 12:57:17 -04:00
<configuration >
2015-06-21 22:10:13 -04:00
<redirectTestOutputToFile > true</redirectTestOutputToFile>
2014-09-04 18:03:19 -04:00
<runOrder > random</runOrder>
2016-08-22 22:03:02 -04:00
<argLine > -Dfile.encoding=UTF-8 -Xmx1024m</argLine>
2016-08-05 12:36:41 -04:00
<forkCount > 1.0C</forkCount>
2014-09-03 12:57:17 -04:00
</configuration>
</plugin>
2014-03-24 08:32:28 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
2015-08-19 11:49:00 -04:00
<artifactId > maven-war-plugin</artifactId>
2017-11-05 19:20:49 -05:00
<version > 3.2.0</version>
2014-03-24 08:32:28 -04:00
</plugin>
2015-10-21 07:57:42 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > build-helper-maven-plugin</artifactId>
2017-03-31 14:32:46 -04:00
<version > 3.0.0</version>
2015-10-21 07:57:42 -04:00
</plugin>
2014-03-24 08:32:28 -04:00
<plugin >
2015-08-19 11:49:00 -04:00
<groupId > org.codehaus.mojo</groupId>
<artifactId > animal-sniffer-maven-plugin</artifactId>
2017-11-23 15:06:41 -05:00
<version > 1.16</version>
2014-03-24 08:32:28 -04:00
</plugin>
<plugin >
2015-08-19 11:49:00 -04:00
<groupId > org.codehaus.mojo</groupId>
<artifactId > cobertura-maven-plugin</artifactId>
<version > 2.7</version>
<configuration >
<skip > true</skip>
</configuration>
2014-03-24 08:32:28 -04:00
</plugin>
2014-04-24 12:25:47 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > license-maven-plugin</artifactId>
2017-12-07 13:23:50 -05:00
<version > 1.14</version>
2014-04-24 12:25:47 -04:00
<configuration >
2014-09-03 18:03:44 -04:00
<verbose > true</verbose>
2014-04-24 12:25:47 -04:00
<addSvnKeyWords > false</addSvnKeyWords>
2017-12-07 13:23:50 -05:00
<encoding > UTF-8</encoding>
2014-04-24 12:25:47 -04:00
</configuration>
</plugin>
2016-02-08 13:59:09 -05:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > versions-maven-plugin</artifactId>
2018-01-26 06:22:06 -05:00
<version > 2.5</version>
2016-02-08 13:59:09 -05:00
</plugin>
2015-08-19 11:49:00 -04:00
<plugin >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-maven-plugin</artifactId>
2015-12-01 18:35:24 -05:00
<version > ${jetty_version}</version>
2015-08-19 11:49:00 -04:00
</plugin>
<plugin >
<groupId > org.eluder.coveralls</groupId>
<artifactId > coveralls-maven-plugin</artifactId>
2016-12-14 09:21:00 -05:00
<version > 4.3.0</version>
2015-08-19 11:49:00 -04:00
<configuration >
<coberturaReports >
</coberturaReports>
</configuration>
</plugin>
2016-06-14 22:03:24 -04:00
<plugin >
<groupId > org.jacoco</groupId>
2017-09-21 06:13:30 -04:00
<artifactId >
jacoco-maven-plugin</artifactId>
2017-03-31 14:32:46 -04:00
<version > 0.7.9</version>
2016-06-14 22:03:24 -04:00
</plugin>
2014-10-30 13:57:29 -04:00
<plugin >
2015-09-15 10:28:09 -04:00
<groupId > org.apache.maven.plugins</groupId>
2014-10-30 13:57:29 -04:00
<artifactId > maven-site-plugin</artifactId>
2016-05-08 13:11:55 -04:00
<!-- Be careful upgrading the version of this plugin - 3.5 breaks the relow - maven - skin that we use currently. Also once we move to 3.5 the site.xml <head> tag needs to have its contents put in a CDATA
block. What an unpleasant misadventure to figure that all out...... -->
2016-03-16 07:01:20 -04:00
<version > 3.4</version>
2014-10-30 13:57:29 -04:00
<configuration >
<skip > false</skip>
<skipDeploy > true</skipDeploy>
2015-02-09 22:26:04 -05:00
<inputEncoding > UTF-8</inputEncoding>
<outputEncoding > UTF-8</outputEncoding>
2016-11-11 22:30:19 -05:00
<relativizeDecorationLinks > false</relativizeDecorationLinks>
2014-10-30 13:57:29 -04:00
</configuration>
<dependencies >
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-scm</artifactId>
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-manager-plexus</artifactId>
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-provider-gitexe</artifactId>
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-api</artifactId>
</dependency>
2016-05-08 13:11:55 -04:00
<!-- <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia - core</artifactId> </dependency> -->
2015-02-09 22:26:04 -05:00
<dependency >
<groupId > org.apache.maven.doxia</groupId>
<artifactId > doxia-module-markdown</artifactId>
</dependency>
<dependency >
<groupId > lt.velykis.maven.skins</groupId>
<artifactId > reflow-velocity-tools</artifactId>
</dependency>
<dependency >
<groupId > org.apache.velocity</groupId>
<artifactId > velocity</artifactId>
</dependency>
2014-10-30 13:57:29 -04:00
</dependencies>
</plugin>
2015-08-19 11:49:00 -04:00
<!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
2014-11-08 11:18:04 -05:00
<plugin >
<groupId > org.eclipse.m2e</groupId>
<artifactId > lifecycle-mapping</artifactId>
<version > 1.0.0</version>
<configuration >
<lifecycleMappingMetadata >
<pluginExecutions >
<pluginExecution >
<pluginExecutionFilter >
<groupId >
ca.uhn.hapi.fhir
</groupId>
<artifactId >
hapi-tinder-plugin
</artifactId>
<versionRange >
[0.8-SNAPSHOT,)
</versionRange>
<goals >
<goal >
generate-jparest-server
</goal>
</goals>
</pluginExecutionFilter>
<action >
<ignore > </ignore>
</action>
</pluginExecution>
<pluginExecution >
<pluginExecutionFilter >
<groupId >
org.apache.maven.plugins
</groupId>
<artifactId >
maven-antrun-plugin
</artifactId>
<versionRange >
[1.7,)
</versionRange>
<goals >
<goal > run</goal>
</goals>
</pluginExecutionFilter>
<action >
<ignore > </ignore>
</action>
</pluginExecution>
2017-02-04 16:09:20 -05:00
<!--
2015-03-26 11:57:07 -04:00
<pluginExecution >
<pluginExecutionFilter >
<groupId >
org.codehaus.mojo
</groupId>
<artifactId >
build-helper-maven-plugin
</artifactId>
<versionRange >
[1.9.1,)
</versionRange>
<goals >
<goal > add-source</goal>
</goals>
</pluginExecutionFilter>
<action >
<ignore > </ignore>
</action>
</pluginExecution>
2015-03-28 19:28:34 -04:00
<pluginExecution >
<pluginExecutionFilter >
<groupId >
org.apache.maven.plugins
</groupId>
<artifactId >
maven-compiler-plugin
</artifactId>
<versionRange >
[3.3,)
</versionRange>
<goals >
<goal > compile</goal>
<goal > testCompile</goal>
</goals>
</pluginExecutionFilter>
<action >
<ignore > </ignore>
</action>
</pluginExecution>
2017-02-04 16:09:20 -05:00
-->
2014-11-08 11:18:04 -05:00
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
2015-06-21 22:10:13 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-checkstyle-plugin</artifactId>
2018-02-19 12:55:41 -05:00
<version > 3.0.0</version>
2015-06-21 22:10:13 -04:00
<dependencies >
<dependency >
<groupId > com.puppycrawl.tools</groupId>
<artifactId > checkstyle</artifactId>
2018-02-19 12:55:41 -05:00
<version > 8.8</version>
2015-06-21 22:10:13 -04:00
</dependency>
</dependencies>
<configuration >
2015-09-12 00:42:47 -04:00
<configLocation > ${project.basedir}/src/checkstyle/checkstyle.xml</configLocation>
2015-06-21 22:10:13 -04:00
</configuration>
</plugin>
2015-06-24 12:26:40 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-install-plugin</artifactId>
<version > 2.5.2</version>
</plugin>
2014-02-17 17:58:32 -05:00
</plugins>
</pluginManagement>
2014-10-30 13:57:29 -04:00
<plugins >
2015-12-01 16:58:06 -05:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-enforcer-plugin</artifactId>
<executions >
<execution >
<id > enforce-java</id>
<goals >
<goal > enforce</goal>
</goals>
<configuration >
<rules >
<requireJavaVersion >
<version > [1.8,)</version>
<message >
The hapi-fhir Maven build requires JDK version 1.8 or higher.
</message>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
2015-03-25 22:32:32 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > license-maven-plugin</artifactId>
2015-03-26 11:57:07 -04:00
<inherited > false</inherited>
2015-03-25 22:32:32 -04:00
<executions >
<execution >
<id > update-project-license</id>
<phase > package</phase>
<goals >
<goal > update-project-license</goal>
</goals>
<configuration >
<licenseName > apache_v2</licenseName>
</configuration>
</execution>
</executions>
</plugin>
2014-10-30 13:57:29 -04:00
<plugin >
<artifactId > maven-antrun-plugin</artifactId>
<inherited > false</inherited>
<executions >
<execution >
<id > copySubProjects</id>
<phase > site</phase>
<goals >
<goal > run</goal>
</goals>
<configuration >
<target >
<copy todir= "target/site/apidocs" >
2015-10-29 15:38:19 -04:00
<fileset dir= "hapi-fhir-base/target/site/apidocs" />
2014-10-30 13:57:29 -04:00
</copy>
2015-02-06 15:50:29 -05:00
<copy todir= "target/site/apidocs-dstu2" >
2015-10-29 15:38:19 -04:00
<fileset dir= "hapi-fhir-structures-dstu2/target/site/apidocs" />
2014-10-30 13:57:29 -04:00
</copy>
2016-02-03 16:56:32 -05:00
<copy todir= "target/site/apidocs-dstu3" >
<fileset dir= "hapi-fhir-structures-dstu3/target/site/apidocs" />
</copy>
2017-09-24 17:55:16 -04:00
<copy todir= "target/site/apidocs-r4" >
<fileset dir= "hapi-fhir-structures-r4/target/site/apidocs" />
</copy>
2015-02-03 17:53:22 -05:00
<copy todir= "target/site/apidocs-jpaserver" >
2015-10-29 15:38:19 -04:00
<fileset dir= "hapi-fhir-jpaserver-base/target/site/apidocs" />
2015-02-03 17:53:22 -05:00
</copy>
<copy todir= "target/site/xref-jpaserver" >
2015-10-29 15:38:19 -04:00
<fileset dir= "hapi-fhir-jpaserver-base/target/site/xref" />
2015-02-03 17:53:22 -05:00
</copy>
2015-03-02 06:56:16 -05:00
<copy todir= "target/site/xref-base" >
2015-10-29 15:38:19 -04:00
<fileset dir= "hapi-fhir-base/target/site/xref" />
2015-06-21 12:22:14 -04:00
</copy>
2015-09-11 16:13:40 -04:00
<!-- <copy todir="target/site/cobertura"> <fileset dir="hapi - fhir - cobertura/target/site/cobertura" /> </copy> -->
2015-06-21 22:10:13 -04:00
<copy todir= "target/site" >
2015-10-29 15:38:19 -04:00
<fileset dir= "hapi-fhir-base/target/site" includes= "checkstyle.*" />
2015-06-21 22:10:13 -04:00
</copy>
<echo > Fixing Checkstyle Report</echo>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "checkstyle.html" />
2015-06-21 22:10:13 -04:00
<replacetoken > "../../</replacetoken>
<replacevalue > "./</replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "*.html" />
2015-06-21 22:10:13 -04:00
<replacetoken > http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css</replacetoken>
<replacevalue > ./css/bootstrap-responsive.min.css</replacevalue>
</replace>
2016-04-13 08:09:51 -04:00
<replace dir= "target/site" summary= "true" >
<include name= "*.html" />
<replacetoken > http://netdna.bootstrapcd</replacetoken>
<replacevalue > https://netdna.bootstrapcd</replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
<include name= "*.html" />
<replacetoken > http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css</replacetoken>
<replacevalue > https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css</replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
<include name= "*.html" />
<replacetoken > http://ajax.googleapis</replacetoken>
<replacevalue > https://ajax.googleapis</replacevalue>
</replace>
2016-05-22 08:44:35 -04:00
<replace dir= "target/site" summary= "true" >
<include name= "*.html" />
<replacetoken > \t</replacetoken>
2016-06-14 22:03:24 -04:00
<replacevalue >
</replacevalue>
2016-05-22 08:44:35 -04:00
</replace>
2015-06-21 22:10:13 -04:00
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "index.html" />
2015-06-21 22:10:13 -04:00
<replacetoken > <![CDATA[<h2 id="Welcome">Welcome</h2>]]> </replacetoken>
<replacevalue > <![CDATA[<div class="jumbotron subhead">
<div class= "row" id= "banner" >
<div class= "span12" >
<div class= "pull-left" >
<a href= "./" id= "bannerLeft" > <img src= "images/hapi_fhir_banner.png" alt= '"' H A P I ' " ' /> </a>
</div>
<div class= "pull-right" >
<a href= "./" id= "bannerRight" > <img src= "images/hapi_fhir_banner_right.png" alt= '"' F H I R ' " ' /> </a>
</div>
</div>
</div>
</div> ]]></replacevalue>
</replace>
2015-08-19 11:49:00 -04:00
<!-- <replaceregexp file="target/site/checkstyle.html" byline="false" match="<ul class="breadcrumb.*?</ul>" replace="" flags="s"/> -->
2014-10-30 13:57:29 -04:00
</target>
</configuration>
</execution>
<execution >
<id > addSyntaxHighlighter</id>
<phase > site</phase>
<goals >
<goal > run</goal>
</goals>
<configuration >
<target >
2015-03-02 06:56:16 -05:00
<echo > Adding Fontawesome</echo>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "*.html" />
2015-03-02 06:56:16 -05:00
<replacetoken > <![CDATA[<a href="download.html" title="Download">Download</a>]]> </replacetoken>
<replacevalue > <![CDATA[<a href="download.html" title="Download"><i class="fa fa-download"></i> Download</a>]]> </replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "*.html" />
2015-03-02 06:56:16 -05:00
<replacetoken > <![CDATA[<a href="https://github.com/jamesagnew/hapi-fhir/" title="GitHub Project" class="externalLink">GitHub Project</a>]]> </replacetoken>
<replacevalue > <![CDATA[<a href="https://github.com/jamesagnew/hapi-fhir/" title="GitHub Project" class="externalLink"><i class="fa fa-github"></i> GitHub Project</a>]]> </replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "*.html" />
2015-03-02 06:56:16 -05:00
<replacetoken > <![CDATA[data-toggle="dropdown">Test Servers <]]> </replacetoken>
<replacevalue > <![CDATA[data-toggle="dropdown"><i class="fa fa-fire"></i> Test Servers <]]> </replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "*.html" />
2015-03-02 06:56:16 -05:00
<replacetoken > <![CDATA[data-toggle="dropdown">Documentation <]]> </replacetoken>
<replacevalue > <![CDATA[data-toggle="dropdown"><i class="fa fa-book"></i> Documentation <]]> </replacevalue>
</replace>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "*.html" />
2015-03-02 06:56:16 -05:00
<replacetoken > <![CDATA[data-toggle="dropdown">Get Help <]]> </replacetoken>
<replacevalue > <![CDATA[data-toggle="dropdown"><i class="fa fa-support"></i> Get Help <]]> </replacevalue>
</replace>
<echo > Changing Breadcrumbs</echo>
<replace dir= "target/site" summary= "true" >
2015-10-29 15:38:19 -04:00
<include name= "doc_*.html" />
2015-03-02 06:56:16 -05:00
<replacetoken > <![CDATA[<li class="divider">/</li>]]> </replacetoken>
<replacevalue > <![CDATA[<li class="divider"> /</li>
<li > <a href= "docindex.html" title= "Documentation" > Documentation</a> </li>
<li class= "divider" > /</li> ]]></replacevalue>
</replace>
2014-10-30 13:57:29 -04:00
<echo > Adding Syntax Highlighter</echo>
<replace dir= "target/site" summary= "true" >
<include name= "*.html" > </include>
<replacetoken > <![CDATA[</body>]]> </replacetoken>
<replacevalue > < ![CDATA[
<script type= "text/javascript" >
var elements = document.getElementsByClassName("source");
for (var i=0; i < elements.length ; i + + ) {
var pres = elements[i].getElementsByTagName("pre");
for (var j = 0; j < pres.length ; j + + ) {
var pre = pres[j];
2015-02-13 08:26:21 -05:00
if (pre.innerHTML.match(/^\s*\<\; /)) {
pre.className = 'brush: xml';
} else if (pre.innerHTML.match(/\/\*/)) {
2014-10-30 13:57:29 -04:00
pre.className = 'brush: java';
} else if (pre.innerHTML.match(/^\/\//)) {
pre.className = 'brush: java';
} else if (pre.innerHTML.match(/^\{/)) {
pre.className = 'brush: jscript';
} else if (pre.innerHTML.match(/^\#/)) {
pre.className = 'brush: bash';
} else if (pre.innerHTML.match(/\<\; \//)) {
pre.className = 'brush: xml';
} else {
pre.className = 'brush: java';
}
}
}
SyntaxHighlighter.all();
</script>
</body>
]]></replacevalue>
</replace>
</target>
</configuration>
</execution>
<execution >
<id > addAnalytics</id>
2015-07-15 08:37:56 -04:00
<phase > site</phase>
2014-10-30 13:57:29 -04:00
<configuration >
<target >
<echo > Adding Google analytics in target/site for < body> </echo>
<replace dir= "target/site" summary= "true" >
<include name= "**/*.html" > </include>
2015-10-29 15:38:19 -04:00
<replacefilter token= "#build#" value= "${label}" />
<replacefilter token= "#version#" value= "${project.version}" />
2014-10-30 13:57:29 -04:00
<replacetoken > <![CDATA[</body>]]> </replacetoken>
<replacevalue > < ![CDATA[
<script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1395874-5', 'auto');
ga('require', 'displayfeatures');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
</body >
]]></replacevalue>
</replace>
<echo > Adding Google analytics in target/site for < BODY> </echo>
<replace dir= "target/site" summary= "true" >
<include name= "**/*.html" > </include>
<replacetoken > <![CDATA[</BODY>]]> </replacetoken>
<replacevalue > < ![CDATA[
<script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1395874-5', 'auto');
ga('require', 'displayfeatures');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
</BODY >
]]></replacevalue>
</replace>
</target>
</configuration>
<goals >
<goal > run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin >
<artifactId > maven-site-plugin</artifactId>
<inherited > false</inherited>
<executions >
<execution >
<id > stage-for-scm-publish</id>
<phase > post-site</phase>
<goals >
<goal > stage</goal>
</goals>
<configuration >
<stagingDirectory > ${siteMainDirectory}</stagingDirectory>
</configuration>
</execution>
</executions>
2015-08-24 15:23:28 -04:00
<dependencies >
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-scm</artifactId>
2017-08-16 11:20:21 -04:00
<version > 3.0.0</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-manager-plexus</artifactId>
2017-03-31 14:32:46 -04:00
<version > 1.9.5</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-provider-gitexe</artifactId>
2017-03-31 14:32:46 -04:00
<version > 1.9.5</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.scm</groupId>
<artifactId > maven-scm-api</artifactId>
2017-03-31 14:32:46 -04:00
<version > 1.9.5</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.doxia</groupId>
<artifactId > doxia-module-markdown</artifactId>
2016-02-15 11:22:19 -05:00
<version > 1.6</version>
2015-08-24 15:23:28 -04:00
</dependency>
<dependency >
<groupId > lt.velykis.maven.skins</groupId>
<artifactId > reflow-velocity-tools</artifactId>
<version > 1.1.1</version>
</dependency>
<dependency >
<groupId > org.apache.velocity</groupId>
<artifactId > velocity</artifactId>
<version > 1.7</version>
</dependency>
</dependencies>
2014-10-30 13:57:29 -04:00
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-scm-publish-plugin</artifactId>
<version > 1.1</version>
<inherited > false</inherited>
<configuration >
<checkoutDirectory > ${scmPubCheckoutDirectory}</checkoutDirectory>
<content > \${siteMainDirectory}</content>
<tryUpdate > true</tryUpdate>
<scmBranch > gh-pages</scmBranch>
<pubScmUrl > scm:git:git@github.com:jamesagnew/hapi-fhir.git</pubScmUrl>
</configuration>
<executions >
<execution >
<id > scm-publish</id>
<phase > site-deploy</phase>
<goals >
<goal > publish-scm</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
2014-02-17 17:58:32 -05:00
</build>
2014-03-24 08:32:28 -04:00
2014-10-30 13:57:29 -04:00
<reporting >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-changes-plugin</artifactId>
2016-12-14 09:21:00 -05:00
<version > 2.12.1</version>
2014-10-30 13:57:29 -04:00
<inherited > false</inherited>
<reportSets >
<reportSet >
<reports >
<report > changes-report</report>
</reports>
</reportSet>
</reportSets>
<configuration >
<feedType > atom_1.0</feedType>
<issueLinkTemplatePerSystem >
2014-10-31 15:00:26 -04:00
<default > https://github.com/jamesagnew/hapi-fhir/issues/%ISSUE%</default>
2014-10-30 13:57:29 -04:00
</issueLinkTemplatePerSystem>
<escapeHTML > false</escapeHTML>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-report-plugin</artifactId>
2016-01-15 18:02:20 -05:00
<version > 2.19.1</version>
2015-03-11 16:17:27 -04:00
<reportSets >
<reportSet >
<reports >
<report > failsafe-report-only</report>
</reports>
</reportSet>
</reportSets>
2014-10-30 13:57:29 -04:00
<configuration >
2015-06-21 22:10:13 -04:00
<reportsDirectories >
<reportDirectory > ${project.basedir}/hapi-fhir-base/target/surefire-reports/</reportDirectory>
<reportDirectory > ${project.basedir}/hapi-fhir-structures-dstu/target/surefire-reports/</reportDirectory>
<reportDirectory > ${project.basedir}/hapi-fhir-structures-dstu2/target/surefire-reports/</reportDirectory>
<reportDirectory > ${project.basedir}/hapi-fhir-jpaserver-base/target/surefire-reports/</reportDirectory>
</reportsDirectories>
2014-10-30 13:57:29 -04:00
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-project-info-reports-plugin</artifactId>
2016-01-03 00:19:16 -05:00
<version > 2.8.1</version>
2014-10-30 13:57:29 -04:00
<inherited > false</inherited>
<reportSets >
<reportSet >
<reports >
<report > project-team</report>
<report > issue-tracking</report>
<report > license</report>
<report > scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
2015-08-19 11:49:00 -04:00
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven - linkcheck - plugin</artifactId> <version>1.1</version> </plugin> -->
2014-10-30 13:57:29 -04:00
</plugins>
</reporting>
2014-04-24 07:24:27 -04:00
<profiles >
2015-07-13 10:31:02 -04:00
<profile >
<id > DIST</id>
2016-02-15 11:22:19 -05:00
<modules >
2017-08-13 14:39:47 -04:00
<!-- <module>hapi - fhir - osgi - core</module> -->
2016-02-15 11:22:19 -05:00
</modules>
2015-07-13 10:31:02 -04:00
</profile>
2014-11-07 14:26:59 -05:00
<profile >
<id > ROOT</id>
2015-06-21 22:10:13 -04:00
<reporting >
<plugins >
</plugins>
</reporting>
2014-11-07 14:26:59 -05:00
<modules >
</modules>
2014-11-24 06:45:12 -05:00
<build >
<plugins >
2015-10-29 15:38:19 -04:00
<!-- <plugin> <artifactId>maven - assembly - plugin</artifactId> <version>${maven_assembly_plugin_version}</version> <executions> <execution> <phase>package</phase> <goals> <goal>single</goal> </goals>
<configuration > <attach > false</attach> <descriptors > <descriptor > ${project.basedir}/src/assembly/hapi-fhir-sample-projects.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> -->
2014-11-24 06:45:12 -05:00
</plugins>
</build>
2014-11-07 14:26:59 -05:00
</profile>
2014-04-24 07:24:27 -04:00
<profile >
<id > SIGN_ARTIFACTS</id>
<activation >
<property >
<name > gpg.passphrase</name>
</property>
</activation>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-gpg-plugin</artifactId>
<executions >
<execution >
<id > sign-artifacts</id>
<phase > verify</phase>
<goals >
<goal > sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
2014-10-30 13:57:29 -04:00
<profile >
<id > SITE</id>
<modules >
<module > hapi-fhir-base</module>
2015-02-06 15:50:29 -05:00
<module > hapi-fhir-structures-dstu2</module>
2016-02-04 22:29:44 -05:00
<module > hapi-fhir-structures-dstu3</module>
2017-09-24 17:55:16 -04:00
<module > hapi-fhir-structures-r4</module>
2015-02-03 17:53:22 -05:00
<module > hapi-fhir-jpaserver-base</module>
2015-11-25 09:34:41 -05:00
<module > hapi-fhir-jaxrsserver-base</module>
2015-09-11 16:13:40 -04:00
<!-- <module>hapi - fhir - cobertura</module> -->
2014-11-03 14:16:04 -05:00
<module > examples</module>
2014-10-30 13:57:29 -04:00
</modules>
2015-02-08 19:21:29 -05:00
<reporting >
<plugins >
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > findbugs-maven-plugin</artifactId>
2016-01-03 00:19:16 -05:00
<version > 3.0.3</version>
2015-02-08 19:21:29 -05:00
<configuration >
<classFilesDirectory > ./hapi-fhir-base/target/classes</classFilesDirectory>
</configuration>
<reportSets >
<reportSet >
<reports >
<report > findbugs</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
2014-10-30 13:57:29 -04:00
</profile>
<profile >
<id > ALLMODULES</id>
<activation >
<activeByDefault > true</activeByDefault>
</activation>
<modules >
<module > hapi-deployable-pom</module>
<module > hapi-fhir-base</module>
2017-08-13 14:39:47 -04:00
<module > hapi-fhir-utilities</module>
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-base-test-mindeps-client</module>
<module > hapi-fhir-base-test-mindeps-server</module>
<module > hapi-tinder-plugin</module>
<module > hapi-tinder-test</module>
2017-08-13 14:39:47 -04:00
<module > hapi-fhir-client</module>
<module > hapi-fhir-server</module>
<module > hapi-fhir-validation</module>
2016-11-22 06:33:20 -05:00
<!-- <module>hapi - fhir - narrativegenerator</module> -->
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-structures-dstu2</module>
<module > hapi-fhir-structures-hl7org-dstu2</module>
2017-08-13 14:39:47 -04:00
<module > hapi-fhir-validation-resources-dstu2</module>
2016-12-10 19:51:25 -05:00
<module > hapi-fhir-structures-dstu2.1</module>
2017-08-13 14:39:47 -04:00
<module > hapi-fhir-validation-resources-dstu2.1</module>
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-structures-dstu3</module>
2017-08-13 14:39:47 -04:00
<module > hapi-fhir-validation-resources-dstu3</module>
<module > hapi-fhir-structures-r4</module>
<module > hapi-fhir-validation-resources-r4</module>
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-jaxrsserver-base</module>
<module > hapi-fhir-jaxrsserver-example</module>
<module > hapi-fhir-jpaserver-base</module>
<module > hapi-fhir-jpaserver-example</module>
<module > restful-server-example</module>
<module > restful-server-example-test</module>
<module > hapi-fhir-testpage-overlay</module>
<module > hapi-fhir-jpaserver-uhnfhirtest</module>
2016-08-02 20:31:05 -04:00
<module > hapi-fhir-client-okhttp</module>
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-android</module>
2017-03-17 21:06:12 -04:00
<module > hapi-fhir-converter</module>
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-cli</module>
<module > hapi-fhir-dist</module>
<module > examples</module>
2017-01-29 22:55:22 -05:00
<module > example-projects/hapi-fhir-base-example-embedded-ws</module>
<module > example-projects/hapi-fhir-standalone-overlay-example</module>
2016-06-15 17:34:50 -04:00
<module > hapi-fhir-jacoco</module>
2017-09-07 23:33:19 -04:00
<module > hapi-fhir-igpacks</module>
2017-08-22 06:57:00 -04:00
<module > hapi-fhir-spring-boot</module>
2017-08-13 14:39:47 -04:00
<!-- <module>hapi - fhir - osgi - core</module> -->
2014-10-30 13:57:29 -04:00
</modules>
</profile>
2015-06-20 14:23:34 -04:00
<profile >
2016-08-05 14:06:24 -04:00
<id > NOPARALLEL</id>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<configuration >
<forkCount > 1</forkCount>
</configuration>
</plugin>
</plugins>
</build>
2015-06-20 14:23:34 -04:00
</profile>
2017-06-19 13:56:38 -04:00
<profile >
<id > MINPARALLEL</id>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<configuration >
<forkCount > 2</forkCount>
</configuration>
</plugin>
</plugins>
</build>
</profile>
2017-02-04 16:31:18 -05:00
<profile >
2018-01-31 07:41:24 -05:00
<id > ERRORPRONE_JDK8</id>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<configuration >
<compilerId > javac-with-errorprone</compilerId>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile >
<id > ERRORPRONE_JDK9</id>
2017-02-04 16:31:18 -05:00
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<configuration >
<compilerId > javac-with-errorprone</compilerId>
</configuration>
2018-01-31 07:41:24 -05:00
<dependencies >
<dependency >
<groupId > com.google.errorprone</groupId>
<artifactId > error_prone_core</artifactId>
<version > 2.2.0</version>
</dependency>
</dependencies>
2017-02-04 16:31:18 -05:00
</plugin>
</plugins>
</build>
</profile>
2014-04-24 07:24:27 -04:00
</profiles>
2014-03-24 08:32:28 -04:00
2014-02-17 17:58:32 -05:00
</project>