org.hl7.fhir.support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.support</artifactId>
<version>6.10.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>org.hl7.fhir.core</artifactId>
<version>6.10.1</version>
</parent>
<artifactId>org.hl7.fhir.support</artifactId>
<packaging>bundle</packaging>
<name>HL7 Core Artifact - Support</name>
<properties>
<checkstyle_config_location>${project.parent.basedir}</checkstyle_config_location>
</properties>
<dependencies>
<!-- additional dependencies -->
</dependencies>
<build>
<plugins>
<!-- Suppress empty JAR warning while this module has no sources -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<_fixupmessages>"The JAR is empty*";is:=ignore</_fixupmessages>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>