2014-12-04 11:21:08 -05:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-deployable-pom</artifactId>
|
2018-11-12 10:07:28 -05:00
|
|
|
<version>3.7.0-SNAPSHOT</version>
|
2014-12-04 11:21:08 -05:00
|
|
|
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2015-02-16 11:33:46 -05:00
|
|
|
<artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
|
2018-02-27 12:52:47 -05:00
|
|
|
<packaging>bundle</packaging>
|
2014-12-04 11:21:08 -05:00
|
|
|
|
2015-02-16 11:33:46 -05:00
|
|
|
<name>HAPI FHIR Structures - HL7.org DSTU2</name>
|
2014-12-04 11:21:08 -05:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-fhir-base</artifactId>
|
2017-01-29 13:22:28 -05:00
|
|
|
<version>${project.version}</version>
|
2014-12-04 11:21:08 -05:00
|
|
|
</dependency>
|
2017-08-13 14:39:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-fhir-utilities</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Test dependencies on other optional parts of HAPI
|
|
|
|
-->
|
2017-10-26 06:02:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
|
|
|
<artifactId>woodstox-core-asl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-08-31 08:20:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
2015-09-03 14:36:37 -04:00
|
|
|
<artifactId>hapi-fhir-validation-resources-dstu2</artifactId>
|
2017-01-29 13:22:28 -05:00
|
|
|
<version>${project.version}</version>
|
2015-08-31 08:20:24 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-08-13 14:39:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-fhir-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-fhir-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2016-01-20 08:11:03 -05:00
|
|
|
|
|
|
|
<!--
|
|
|
|
The JPA project uses a newer API but we'll try to hold to this version
|
|
|
|
as much as possible. See #283.
|
|
|
|
-->
|
2014-12-04 11:21:08 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
2016-01-20 08:11:03 -05:00
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.5</version>
|
2017-08-13 14:39:47 -04:00
|
|
|
<optional>true</optional>
|
2014-12-04 11:21:08 -05:00
|
|
|
</dependency>
|
2015-05-22 17:32:36 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3_min</artifactId>
|
|
|
|
<version>1.1.4c</version>
|
|
|
|
</dependency>
|
2015-03-05 05:54:07 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.saxon</groupId>
|
2015-05-22 17:32:36 -04:00
|
|
|
<artifactId>Saxon-HE</artifactId>
|
|
|
|
</dependency>
|
2015-02-16 11:33:46 -05:00
|
|
|
|
2014-12-04 11:21:08 -05:00
|
|
|
<!-- Testing -->
|
|
|
|
<dependency>
|
2017-08-13 14:39:47 -04:00
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-core</artifactId>
|
2014-12-04 11:21:08 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-05-01 13:07:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-12-04 11:21:08 -05:00
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.thymeleaf</groupId>
|
|
|
|
<artifactId>thymeleaf</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-05-30 05:45:08 -04:00
|
|
|
|
|
|
|
<!-- Dependencies for Schematron -->
|
2014-12-04 11:21:08 -05:00
|
|
|
<dependency>
|
2018-05-14 17:38:40 -04:00
|
|
|
<groupId>com.helger</groupId>
|
|
|
|
<artifactId>ph-schematron</artifactId>
|
2014-12-04 11:21:08 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-05-14 17:38:40 -04:00
|
|
|
<groupId>com.helger</groupId>
|
|
|
|
<artifactId>ph-commons</artifactId>
|
2014-12-04 11:21:08 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-05-30 05:45:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.activation</groupId>
|
|
|
|
<artifactId>javax.activation-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-impl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-12-04 11:21:08 -05:00
|
|
|
|
|
|
|
<!-- UNIT TEST DEPENDENCIES -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
<artifactId>json-lib</artifactId>
|
2017-02-08 10:41:03 -05:00
|
|
|
<!-- <version>2.4</version> -->
|
2014-12-04 11:21:08 -05:00
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
</exclusion>
|
2017-01-29 13:22:28 -05:00
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>ezmorph</artifactId>
|
|
|
|
<groupId>net.sf.ezmorph</groupId>
|
|
|
|
</exclusion>
|
2014-12-04 11:21:08 -05:00
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
<artifactId>json-lib</artifactId>
|
2017-02-08 10:41:03 -05:00
|
|
|
<!-- <version>2.4</version> -->
|
2014-12-04 11:21:08 -05:00
|
|
|
<classifier>jdk15-sources</classifier>
|
|
|
|
<scope>test</scope>
|
2017-01-29 13:22:28 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<scope>test</scope>
|
2014-12-04 11:21:08 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>directory-naming</groupId>
|
|
|
|
<artifactId>naming-java</artifactId>
|
2017-02-08 10:41:03 -05:00
|
|
|
<!-- <version>0.8</version> -->
|
2014-12-04 11:21:08 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-05-01 13:07:47 -04:00
|
|
|
|
2016-11-21 12:30:51 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-12-04 11:21:08 -05:00
|
|
|
</dependencies>
|
|
|
|
|
2015-06-04 10:56:13 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<show>public</show>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
|
2014-12-04 11:21:08 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2016-06-14 22:03:24 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<classFolders>
|
|
|
|
<classFolder>${basedir}/target/classes</classFolder>
|
2016-06-15 17:34:50 -04:00
|
|
|
<classFolder>${basedir}../hapi-fhir-base/target/classes</classFolder>
|
2017-08-13 14:39:47 -04:00
|
|
|
<classFolder>${basedir}/../hapi-fhir-client/target/classes</classFolder>
|
|
|
|
<classFolder>${basedir}/../hapi-fhir-server/target/classes</classFolder>
|
2016-06-14 22:03:24 -04:00
|
|
|
</classFolders>
|
|
|
|
<sourceFolders>
|
|
|
|
<sourceFolder>${basedir}/src/main/java</sourceFolder>
|
|
|
|
<sourceFolder>${basedir}/../hapi-fhir-base/src/main/java</sourceFolder>
|
2017-08-13 14:39:47 -04:00
|
|
|
<sourceFolder>${basedir}/../hapi-fhir-client/src/main/java</sourceFolder>
|
|
|
|
<sourceFolder>${basedir}/../hapi-fhir-server/src/main/java</sourceFolder>
|
2016-06-14 22:03:24 -04:00
|
|
|
</sourceFolders>
|
2016-06-15 17:34:50 -04:00
|
|
|
<dumpOnExit>true</dumpOnExit>
|
2016-06-14 22:03:24 -04:00
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>default-prepare-agent</id>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-06-15 17:34:50 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
2018-03-19 05:45:33 -04:00
|
|
|
<argLine>@{argLine} -Dfile.encoding=UTF-8 -Xmx712m</argLine>
|
2016-06-15 17:34:50 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-05-22 17:32:36 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<!-- Don't add UHN licenses to RI structures -->
|
|
|
|
<skipUpdateLicense>true</skipUpdateLicense>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-06-04 10:56:13 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<fork>true</fork>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-02-27 12:52:47 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Fragment-Host>
|
|
|
|
ca.uhn.hapi.fhir.hapi-fhir-base
|
|
|
|
</Fragment-Host>
|
|
|
|
<Import-Package>
|
|
|
|
javax.servlet*;resolution:=optional,
|
|
|
|
*
|
|
|
|
</Import-Package>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2014-12-04 11:21:08 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</project>
|