hapi-fhir/hapi-tinder-plugin/pom.xml

309 lines
7.9 KiB
XML
Raw Normal View History

2014-03-03 18:22:14 -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">
2014-02-20 16:32:04 -05:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
2017-06-09 07:28:29 -04:00
<version>2.6-SNAPSHOT</version>
2014-02-20 16:32:04 -05:00
<relativePath>../pom.xml</relativePath>
</parent>
2014-02-26 17:13:49 -05:00
<artifactId>hapi-tinder-plugin</artifactId>
2014-03-03 18:22:14 -05:00
<packaging>maven-plugin</packaging>
<!-- <packaging>jar</packaging> -->
2014-02-20 16:32:04 -05:00
2014-03-03 18:22:14 -05:00
<name>HAPI Tinder Plugin</name>
2014-02-20 16:32:04 -05:00
<dependencies>
<dependency>
2014-03-03 18:22:14 -05:00
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
<version>${project.version}</version>
2014-02-23 18:13:59 -05:00
</dependency>
2014-12-18 13:40:31 -05:00
<!--
Because Tinder is a part of the HAPI FHIR build process (it generates
a bunch of the actual HAPI structure code), but also uses HAPI FHIR
in order to run (e.g. to load ValueSet resources), we keep the dependencies
for the structures
a version behind the main library. This is weird, but it works.
-->
2014-10-16 13:41:57 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu</artifactId>
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
<version>2.2</version>
<exclusions>
<exclusion>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
</exclusion>
</exclusions>
2014-12-18 08:21:07 -05:00
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu2</artifactId>
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
<version>2.2</version>
<exclusions>
<exclusion>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
</exclusion>
</exclusions>
2015-11-29 11:43:09 -05:00
</dependency>
2016-12-11 17:39:05 -05:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu2.1</artifactId>
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
<version>2.2</version>
<exclusions>
<exclusion>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
</exclusion>
</exclusions>
2016-12-11 17:39:05 -05:00
</dependency>
2015-11-29 11:43:09 -05:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
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
<version>2.2</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
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
<version>2.2</version>
2015-09-30 16:35:51 -04:00
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation-resources-dstu2</artifactId>
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
<version>2.2</version>
2015-11-29 11:43:09 -05:00
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation-resources-dstu3</artifactId>
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
<version>2.2</version>
2014-10-16 13:41:57 -04:00
</dependency>
2014-02-20 16:32:04 -05:00
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<exclusions>
<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>
2014-02-20 16:32:04 -05:00
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-chain</artifactId>
<groupId>commons-chain</groupId>
</exclusion>
<exclusion>
<artifactId>commons-validator</artifactId>
<groupId>commons-validator</groupId>
</exclusion>
<exclusion>
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
2014-02-20 16:32:04 -05:00
</dependency>
<dependency>
2014-10-16 13:41:57 -04:00
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
2014-02-20 16:32:04 -05:00
<!-- General -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
2014-03-03 18:22:14 -05:00
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
2014-03-13 17:33:12 -04:00
2015-12-13 22:44:41 -05:00
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
2015-12-13 22:44:41 -05:00
</dependency>
2014-02-20 16:32:04 -05:00
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<optional>true</optional>
</dependency>
<!-- Maven -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</exclusion>
</exclusions>
2014-02-20 16:32:04 -05:00
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<exclusions>
<exclusion>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
2014-03-03 18:22:14 -05:00
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</exclusion>
</exclusions>
</dependency>
2016-03-24 16:16:52 -04:00
<!-- Ant tasks -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.0</version>
</dependency>
2015-04-01 16:03:54 -04:00
<!-- This is just used for -->
<dependency>
<groupId>org.ini4j</groupId>
<artifactId>ini4j</artifactId>
<version>0.5.4</version>
<scope>test</scope>
</dependency>
<!--
Android includes an old version of commons-codec, so
we compile against the old version to make sure we can compile
against it
-->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.1</version>
</dependency>
2014-02-20 16:32:04 -05:00
</dependencies>
<properties>
<maven_version>3.1.1</maven_version>
</properties>
2014-03-13 17:33:12 -04:00
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
2014-02-20 16:32:04 -05:00
<build>
<plugins>
2014-03-13 17:33:12 -04:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>mojo-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
2014-02-20 16:32:04 -05:00
</plugins>
2014-07-02 18:01:29 -04:00
<pluginManagement>
<plugins>
2014-10-16 13:41:57 -04:00
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
2014-07-02 18:01:29 -04:00
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-plugin-plugin
</artifactId>
<versionRange>
[3.2,)
</versionRange>
<goals>
<goal>descriptor</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
2014-02-20 16:32:04 -05:00
</build>
</project>
2014-03-03 18:22:14 -05:00