hapi-fhir/hapi-fhir-android/pom.xml

158 lines
4.2 KiB
XML
Raw Normal View History

2015-02-11 08:52:46 -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>
2017-09-01 06:39:55 -04:00
<artifactId>hapi-deployable-pom</artifactId>
2480 partition aware subscription (#3218) * some fixmes to start * Added some FIXMEs * added RequestPartitionId to reosurceDelivryMessage and ResourceModifiedMessage * ResourceDeliveryMessage and ResourceModifiedMessage tests * fixed issue with test missing partitionHelperSvc mocked bean * Added tests and implemented SubscriptionMatchingSubscriber for partition aware subscription * modified implementation of partitionId in CanonicalSubscription * Moved PartitionablePartitionId, and refactored all calls to getUserData(Constants.RESOURCE_PARTITION_ID) and setUserData(Constants.RESOURCE_PARTITION_ID) * Revert "Moved PartitionablePartitionId, and refactored all calls to getUserData(Constants.RESOURCE_PARTITION_ID) and setUserData(Constants.RESOURCE_PARTITION_ID)" This reverts commit fe40fb97334e8cddb22037ff116f4a47f6024ddf. * Got added partitionId to subscriptions, added changes to make SubscriptionMatchingSubscriberTest work * added SubscriptionTriggering test, also added partition support to subscriptionLoader * Changed implementation for storing partition id of subscriptions from messages, refactored tests to new implementation * added all subscription systemRequestDetails with all partition to subscription reader * refactored a generic system request details with default all partition request * Added test for dao subscriptions, fixes to get the test working * added partition support for latest version delivery * added doc changes and changelog for multitenancy subscription * cleanup and added partitioned subscription manually trigger test * fixed mocked subscriptionDao * added package-info for subscription module * some code review changes * removed AllPartitionSystemRequestDetail, added new text for multitenant subscription * renamed method for code review * version bump to 5.7.0PRE7 Co-authored-by: Michael Buckley <michael.buckley@smilecdr.com> Co-authored-by: Ken Stevens <khstevens@gmail.com> Co-authored-by: Long Ma <long@smilecdr.com> Co-authored-by: Steven Li <steven@smilecdr.com>
2021-12-13 10:45:30 -05:00
<version>5.7.0-PRE7-SNAPSHOT</version>
2017-09-01 06:39:55 -04:00
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
2015-02-11 08:52:46 -05:00
</parent>
<artifactId>hapi-fhir-android</artifactId>
<packaging>jar</packaging>
2015-02-16 23:02:50 -05:00
<name>HAPI FHIR - Android</name>
2015-02-11 08:52:46 -05:00
<dependencies>
2016-01-06 14:02:20 -05:00
<!--
This is here, at the top, for the unit tests because otherwise the
logger spews out all kinds of junk during unit tests
-->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
2015-02-11 08:52:46 -05:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
<version>${project.version}</version>
2015-02-11 08:52:46 -05:00
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
2020-11-27 19:49:06 -05:00
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
2015-02-11 08:52:46 -05:00
</exclusions>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu2</artifactId>
<version>${project.version}</version>
<optional>true</optional>
2015-02-11 08:52:46 -05:00
</dependency>
2016-02-03 08:35:05 -05:00
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu3</artifactId>
<version>${project.version}</version>
2016-02-03 08:35:05 -05:00
<optional>true</optional>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client-okhttp</artifactId>
<version>${project.version}</version>
</dependency>
2016-10-14 17:34:55 -04:00
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
2015-02-11 08:52:46 -05:00
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
2015-02-16 14:17:29 -05:00
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
2015-08-09 11:18:04 -04:00
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
2015-02-11 08:52:46 -05:00
</dependencies>
<build>
<plugins>
2015-02-16 14:17:29 -05:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
2021-01-24 12:09:50 -05:00
<classpathDependencyExcludes>
<dependencyExclude>org.slf4j:slf4j-android</dependencyExclude>
</classpathDependencyExcludes>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
2015-02-16 14:17:29 -05:00
</configuration>
<executions>
<execution>
<id>it</id>
2015-02-16 14:17:29 -05:00
<goals>
<goal>integration-test</goal>
2021-01-24 12:09:50 -05:00
<goal>verify</goal>
2015-02-16 14:17:29 -05:00
</goals>
<configuration>
<includes>
<include>**/*IT.java</include>
</includes>
</configuration>
2015-02-16 14:17:29 -05:00
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<classFolders>
<classFolder>${basedir}/target/classes</classFolder>
</classFolders>
<sourceFolders>
<sourceFolder>${basedir}/src/main/java</sourceFolder>
</sourceFolders>
<dumpOnExit>true</dumpOnExit>
</configuration>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
2015-02-11 08:52:46 -05:00
</plugins>
</build>
2015-03-16 10:17:49 -04:00
<profiles>
</profiles>
2015-02-11 08:52:46 -05:00
</project>