hapi-fhir/hapi-fhir-converter/pom.xml

221 lines
6.2 KiB
XML
Raw Normal View History

<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">
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
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-deployable-pom</artifactId>
Rel 6 2 1 mergeback (#4288) * jm wrong bundle entry url (#4213) * Bug test * here you go * Generate relative URIs for bundle entry.request.url, as specified * Point jira issue in changelog * Adjust tests to fixes Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com> Co-authored-by: Tadgh <garygrantgraham@gmail.com> * improved logging (#4217) Co-authored-by: Ken Stevens <ken@smilecdr.com> * Rel 6 1 3 mergeback (#4215) * Bump for CVE (#3856) * Bump for CVE * Bump spring-data version * Fix compile * Cut over to spring bom * Bump to RC1 * remove RC * do not contrain reindex for common SP updates (#3876) * only fast-track jobs with exactly one chunk (#3879) * Fix illegalstateexception when an exception is thrown during stream response (#3882) * Finish up changelog, minor refactor * reset buffer only * Hack for some replacements * Failure handling * wip * Fixed the issue (#3845) * Fixed the issue * Changelog modification * Changelog modification * Implemented seventh character extended code and the corresponding dis… (#3709) * Implemented seventh character extended code and the corresponding display * Modifications * Changes on previous test according to modifications made in ICD10-CM XML file * Subscription sending delete events being skipped (#3888) * fixed bug and added test * refactor * Update for CVE (#3895) * updated pointcuts to work as intended (#3903) * updated pointcuts to work as intended * added changelog * review fixes Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local> * 3904 during $delete expunge job hibernate search indexed documents are left orphaned (#3905) * Add test and implementation * Add changelog * 3899 code in limits (#3901) * Add implementation, changelog, test * Update hapi-fhir-jpaserver-test-utilities/src/test/java/ca/uhn/fhir/jpa/provider/r4/ResourceProviderR4Test.java Co-authored-by: Ken Stevens <khstevens@gmail.com> Co-authored-by: Ken Stevens <khstevens@gmail.com> * 3884 overlapping searchparameter undetected rel 6 1 (#3909) * Applying all changes from previous dev branch to current one pointing to rel_6_1 * Fixing merge conflict related to Msg.code value. * Fixing Msg.code value. * Making checkstyle happy. * Making sure that all tests are passing. * Passing all tests after fixing Msg.code * Passing all tests. Co-authored-by: peartree <etienne.poirier@smilecdr.com> * 3745 - fixed NPE for bundle with duplicate conditional create resourc… (#3746) * 3745 - fixed NPE for bundle with duplicate conditional create resources and a conditional delete * created unit test for skip of delete operation while processing duplicating create entries * moved unit test to FhirSystemDaoR4Test * 3379 mdm fixes (#3906) * added MdmLinkCreateSvcimplTest * fixed creating mdm-link not setting the resource type correctly * fixed a bug where ResourcePersistenceId was being duplicated instead of passed on * Update hapi-fhir-jpaserver-mdm/src/test/java/ca/uhn/fhir/jpa/mdm/svc/MdmLinkCreateSvcImplTest.java Change order of tests such that assertEquals takes expected value then actual value Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com> * added changelog, also changed a setup function in test to beforeeach Co-authored-by: Long Ma <long@smilecdr.com> Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com> * Fix to the issue (#3855) * Fix to the issue * Progress * fixed the issue * Addressing suggestions * add response status code to MethodOutcome * Addressing suggestions Co-authored-by: Ken Stevens <ken@smilecdr.com> * Fix for caching appearing broken in batch2 for bulkexport jobs (#3912) * Respect caching in bullk export, fix bug with completed date on empty jobs * add changelog * Add impl * Add breaking test * Complete failing test * more broken tests * Fix more tests' * Fix paging bug * Fix another brittle test * 3915 do not collapse rules with filters (#3916) * do not attempt to merge compartment permissions with filters * changelog * Rename to IT for concurrency problems Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Version bump * fix $mdm-submit output (#3917) Co-authored-by: Ken Stevens <ken@smilecdr.com> * Gl3407 bundle offset size (#3918) * begin with failing test * fixed * change log * rollback default count change and corresponding comments Co-authored-by: Ken Stevens <ken@smilecdr.com> * Offset interceptor now only works for external calls * Initialize some beans (esp interceptors) later in the boot process so they don't slow down startup. * do not reindex searchparam jobs on startup * Fix oracle non-enterprise attempting online index add (#3925) * 3922 delete expunge large dataset (#3923) * lower batchsize of delete requests so that we do not get sql exceptions * blah * fix test * updated tests to not fail Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local> * add index * Fix up colun grab * Revert offset mode change * Revert fix for null/system request details checks for reindex purposes * Fix bug and add test for SP Validating Interceptor (#3930) * wip * Fix uptests * Fix index online test * Fix SP validating interceptor logic * Updating version to: 6.1.1 post release. * fix compile error * Deploy to sonatype (#3934) * adding sonatype profile to checkstyle module * adding sonatype profile to tinder module * adding sonatype profile to base pom * adding final deployToSonatype profile * wip * Revert version enum * Updating version to: 6.1.1 post release. * Add test, changelog, and implementation * Add backport info * Create failing test * Implemented the fix, fixed existing unit tests * added changelog * added test case for no filter, exclude 1 patient * wip * Add backport info * Add info of new version * Updating version to: 6.1.2 post release. * bump info and backport for 6.1.2 * Bump for hapi * Implement bug fixes, add new tests (#4022) * Implement bug fixes, add new tests * tidy * Tidy * refactor for cleaning * More tidying * Lower logging * Split into nested tests, rename, add todos * Typo * Code review * add backport info * Updating version to: 6.1.3 post release. * Updating version to: 6.1.3 post release. * removed duplicate mention of ver 6.1.3 in versionEnum * backport pr 4101 * mdm message key (#4111) * begin with failing test * fixed 2 tests * fix tests * fix tests * change log Co-authored-by: Ken Stevens <ken@smilecdr.com> * backport 6.1.3 docs changes * fixed typo on doc backport message * fix test breaking * Updating version to: 6.1.4 post release. * wip Co-authored-by: JasonRoberts-smile <85363818+JasonRoberts-smile@users.noreply.github.com> Co-authored-by: Qingyixia <106992634+Qingyixia@users.noreply.github.com> Co-authored-by: TipzCM <leif.stawnyczy@gmail.com> Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local> Co-authored-by: Ken Stevens <khstevens@gmail.com> Co-authored-by: Etienne Poirier <33007955+epeartree@users.noreply.github.com> Co-authored-by: peartree <etienne.poirier@smilecdr.com> Co-authored-by: kateryna-mironova <107507153+kateryna-mironova@users.noreply.github.com> Co-authored-by: longma1 <32119004+longma1@users.noreply.github.com> Co-authored-by: Long Ma <long@smilecdr.com> Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com> Co-authored-by: Ken Stevens <ken@smilecdr.com> Co-authored-by: markiantorno <markiantorno@gmail.com> Co-authored-by: Steven Li <steven@smilecdr.com> * pin okio-jvm for kotlin vuln (#4216) * Fix UrlUtil.unescape() by not escaping "+" to " " if this is an "application/..." _outputFormat. (#4220) * First commit: Failing unit test and a TODO with a vague idea of where the bug happens. * Don't escape "+" in a URL GET parameter if it starts with "application". * Remove unnecessary TODO. * Add changelog. * Code review feedback on naming. Also, make logic more robust by putting plus and should escape boolean && in parens. * Ks 20221031 migration lock (#4224) * started design * complete with tests * changelog * cleanup * tyop Co-authored-by: Ken Stevens <ken@smilecdr.com> * 4207-getpagesoffset-set-to-total-number-of-resources-results-in-inconsistent-amount-of-entries-when-requests-are-sent-consecutively (#4209) * Added test * Added solution * Changelog * Changes made based on comments * Fix bug with MDM submit * fix * Version bump * 4234 consent in conjunction with versionedapiconverterinterceptor fails (#4236) * Add constant for interceptor * add test, changelog * Allow Batch2 transition from ERRORED to COMPLETE (#4242) * Allow Batch2 transition from ERRORED to COMPLETE * Add changelog * Test fix Co-authored-by: James Agnew <james@jamess-mbp.lan> * 3685 When bulk exporting, if no resource type param is provided, defa… (#4233) * 3685 When bulk exporting, if no resource type param is provided, default to all registered types. * Update test case. * Cleaned up changelog. * Added test case for multiple resource types. * Added failing test case for not returning Binary resource. * Refactor solution. Co-authored-by: kylejule <kyle.jule@smilecdr.com> * Add next version * bulk export permanently reusing cached results (#4249) * Add test, fix bug, add changelog * minor refactor * Fix broken test * Smile 4892 DocumentReference Attachment url (#4237) * failing test * fix * increase test Attachment url size to new max * decrease limit to 500 * ci fix Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com> * Overlapping SearchParameter with the same code and base are not allowed (#4253) * Overlapping SearchParameter with the same code and base are not allowed * Fix existing tests according to changes * Cleanup dead code and remove related tests * Version Bump * ignore misfires in quartz * Allowing Failures On Index Drops (#4272) * Allowing failure on index drops. * Adding changeLog * Modification to changelog following code review. Co-authored-by: peartree <etienne.poirier@smilecdr.com> * Revert "ignore misfires in quartz" This reverts commit 15c74a46bc1fd9797b42ad6ddbe6ba34605975cb. * Ignore misfires in quartz (#4273) * Reindex Behaviour Issues (#4261) * fixmes for ND * address FIXME comments * fix tests * increase max retries * fix resource id chunking logic * fix test * add modular patient * change log * version bump Co-authored-by: Ken Stevens <ken@smilecdr.com> Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com> * Set official Version * license * Fix up numbers * Fix up numbers * Update numbers * wip * fix numbers * Fix test: * Fix more tests * TEMP FIX FOR BUILD * wip * Updating version to: 6.2.1 post release. * Add a whack of logging * wip * add implementation * wip and test * wip * last-second-fetch * expose useful method * remove 10000 limit * Strip some logging * Fix up logging * Unpublicize method * Fix version * Make minor changes * once again on 6.2.1 * re-add version enum * add folder * fix test * DIsable busted test * Disable more broken tests * Only submit queued chunks * Quiet log * Fix up checkstyle * log to console * Remove double import * Version bump * licenses * Fix up version * fix build * wip * wip * Fix up search expansion to use new behaviour of idhelper service * Fix up MDM Search Expansion Co-authored-by: jmarchionatto <60409882+jmarchionatto@users.noreply.github.com> Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com> Co-authored-by: Ken Stevens <khstevens@gmail.com> Co-authored-by: Ken Stevens <ken@smilecdr.com> Co-authored-by: JasonRoberts-smile <85363818+JasonRoberts-smile@users.noreply.github.com> Co-authored-by: Qingyixia <106992634+Qingyixia@users.noreply.github.com> Co-authored-by: TipzCM <leif.stawnyczy@gmail.com> Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local> Co-authored-by: Etienne Poirier <33007955+epeartree@users.noreply.github.com> Co-authored-by: peartree <etienne.poirier@smilecdr.com> Co-authored-by: kateryna-mironova <107507153+kateryna-mironova@users.noreply.github.com> Co-authored-by: longma1 <32119004+longma1@users.noreply.github.com> Co-authored-by: Long Ma <long@smilecdr.com> Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com> Co-authored-by: markiantorno <markiantorno@gmail.com> Co-authored-by: Steven Li <steven@smilecdr.com> Co-authored-by: Luke deGruchy <luke.degruchy@smilecdr.com> Co-authored-by: karneet1212 <112980019+karneet1212@users.noreply.github.com> Co-authored-by: James Agnew <jamesagnew@gmail.com> Co-authored-by: James Agnew <james@jamess-mbp.lan> Co-authored-by: KGJ-software <39975592+KGJ-software@users.noreply.github.com> Co-authored-by: kylejule <kyle.jule@smilecdr.com> Co-authored-by: Nathan Doef <n.doef@protonmail.com> Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com>
2022-11-20 11:14:28 -05:00
<version>6.3.0-PRE5-SNAPSHOT</version>
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
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
</parent>
<artifactId>hapi-fhir-converter</artifactId>
<packaging>bundle</packaging>
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
<dependencies>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.convertors</artifactId>
<version>${fhir_core_version}</version>
</dependency>
<!-- Server -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-server</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu2</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu2.1</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
2020-03-29 13:35:20 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r5</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation-resources-dstu2</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation-resources-dstu3</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
2020-03-23 10:34:12 -04:00
<!--
Gson is needed for some utility classes in org.hl7.fhir.convertors, so
this is necessary for the JavaDocs to build
-->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<optional>true</optional>
</dependency>
2020-07-04 19:32:40 -04:00
<dependency>
<groupId>org.fhir</groupId>
<artifactId>ucum</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
2020-03-23 10:34:12 -04:00
<!-- Testing -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<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>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<scope>test</scope>
</dependency>
2019-06-13 16:15:29 -04:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-test-utilities</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
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
<name>HAPI FHIR - Converter</name>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>
ca.uhn.fhir.rest.server*;resolution:=optional,
javax.servlet.http;resolution:=optional,
*
</Import-Package>
</instructions>
</configuration>
</plugin>
2019-11-24 19:09:34 -05:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<include>ca.uhn.hapi.fhir:org.hl7.fhir.convertors</include>
</dependencySourceIncludes>
2020-05-11 13:25:58 -04:00
<additionalDependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons_compress_version}</version>
</dependency>
2021-08-23 16:00:24 -04:00
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
2022-02-23 21:43:55 -05:00
<version>1.18.22</version>
2021-08-23 16:00:24 -04:00
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
</dependency>
2020-05-11 13:25:58 -04:00
</additionalDependencies>
2019-11-24 19:09:34 -05:00
</configuration>
</plugin>
</plugins>
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
</build>
</project>