hapi-fhir/examples/pom.xml

108 lines
3.0 KiB
XML
Raw Normal View History

2015-06-21 22:10:13 -04: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-fhir</artifactId>
2017-03-17 21:21:59 -04:00
<version>2.3</version>
2014-11-03 14:16:04 -05:00
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hapi-fhir-base-examples</artifactId>
<packaging>jar</packaging>
<name>HAPI FHIR - Examples (for site)</name>
<dependencies>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
<version>${project.version}</version>
</dependency>
2014-10-16 17:19:27 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu2</artifactId>
<version>${project.version}</version>
2014-10-16 17:19:27 -04:00
</dependency>
2016-01-08 07:32:17 -05:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>${project.version}</version>
2016-01-08 07:32:17 -05:00
</dependency>
2015-06-12 17:50:01 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
<version>${project.version}</version>
2015-06-12 17:50:01 -04:00
</dependency>
2015-09-04 08:22:06 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation-resources-dstu2</artifactId>
<version>${project.version}</version>
2015-09-04 08:22:06 -04:00
</dependency>
Updating to 1.9.0 structures Squashed commit of the following: commit 81edf46fe02a88851693f958e60855edfe69c04c Author: James Agnew <jamesagnew@gmail.com> Date: Fri Mar 17 21:05:22 2017 -0400 Work on converter commit 3342d987008892dd3a75dddd251fe599c31c5a6c Author: James <jamesagnew@gmail.com> Date: Fri Mar 17 08:40:37 2017 -0400 Site updates commit 7dcb63904ece1fcb59a09dc268e8382ac0b75535 Author: James <jamesagnew@gmail.com> Date: Fri Mar 17 08:36:39 2017 -0400 STU3 structs working! commit c5aec809e3f19f3fedf0aaaeab8cdd7924c144a2 Author: James <jamesagnew@gmail.com> Date: Fri Mar 17 07:05:54 2017 -0400 Format test commit 5033090010e8c93644505bccaa5e41ccbd756485 Author: James <jamesagnew@gmail.com> Date: Fri Mar 17 07:03:39 2017 -0400 Merge tests for STU3 commit de40a516bfa4d2ab7f5e28e2d95815fde68bd10a Merge: d5a5a60 899ed25 Author: James <jamesagnew@gmail.com> Date: Fri Mar 17 06:59:20 2017 -0400 Merge branch 'master' into dstu3_latest_structs commit d5a5a601b53d8be6712f0bfe37ba7e6eb4d3ce58 Author: James <jamesagnew@gmail.com> Date: Tue Mar 14 12:04:37 2017 -0400 Latest fixes commit ae46ad53d2075e66e3c58c1e626652b4e144f20c Author: James <jamesagnew@gmail.com> Date: Tue Mar 14 06:51:59 2017 -0400 STU3 structs passing commit ec3b62d31131d303001f8574c58fb7a8b8194f68 Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 22:20:05 2017 -0400 Fix some tests commit 933f9b08c32dd8671638f406a0966c5ee07d86a1 Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 21:18:03 2017 -0400 Fix test commit 2a3ad0b422f58cfffea966a7005c6a3d86d189da Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 21:07:33 2017 -0400 Resolve compile issues in STU3 commit fe04eba312a42c74b10a3971e4d61d58ba003bf9 Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 20:51:35 2017 -0400 FIx compilation error commit 6c63a558c97cf176105967a84a0b32472c6c0fcb Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 20:48:13 2017 -0400 Another STU3 struct fix commit 6acd25458aad89aaff94768c824d4d1fcdac97ba Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 20:41:16 2017 -0400 Work on STU3 structs commit 90a476dba2665a129572ad5cbbd8dd29afd9d4c8 Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 20:28:32 2017 -0400 Resolve JDK8 dependencies commit 783bc1519971e977fe7139aa1d3a2e7f37940a63 Author: James Agnew <jamesagnew@gmail.com> Date: Sun Mar 12 20:20:57 2017 -0400 Fix some tests commit 60c379175b689495e65278bb6a237af3de379aa8 Author: James <jamesagnew@gmail.com> Date: Sun Mar 12 19:56:29 2017 -0400 Work on STU3 structs commit e98c2eed6601f7009e199aca3b82399a3377077c Author: James <jamesagnew@gmail.com> Date: Sun Mar 12 19:41:48 2017 -0400 Work on DSTU3 structures commit 3ce909212bf0f11561b8342d406cffcf957afeb3 Author: James <jamesagnew@gmail.com> Date: Tue Mar 7 21:03:14 2017 -0500 Work up upgrading structs
2017-03-17 21:06:12 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-converter</artifactId>
<version>${project.version}</version>
</dependency>
2016-10-14 17:34:55 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client-okhttp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- jax rs server -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jaxrsserver-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
<version>3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
</dependencies>
2015-06-21 22:10:13 -04:00
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven_project_info_plugin_version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</reporting>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>