medplum
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.medplum</groupId> <artifactId>medplum</artifactId> <version>0.0.17</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> <groupId>com.medplum</groupId> <artifactId>medplum</artifactId> <version>0.0.17</version> <packaging>pom</packaging> <name>medplum</name> <description>Medplum</description> <url>https://www.medplum.com/</url> <organization> <name>Medplum</name> <url>https://www.medplum.com/</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>codyebberson</id> <name>Cody Ebberson</name> <email>cody@ebberson.com</email> <url>https://cody.ebberson.com</url> <organization>Medplum</organization> <organizationUrl>https://www.medplum.com</organizationUrl> <timezone>America/Los_Angeles</timezone> </developer> <developer> <id>reshmakhilnani</id> <name>Reshma Khilnani</name> <email>reshma.khilnani@gmail.com</email> <url>https://reshmakhilnani.com</url> <organization>Medplum</organization> <organizationUrl>https://www.medplum.com</organizationUrl> <timezone>America/Los_Angeles</timezone> </developer> </developers> <modules> <module>medplum-cdk</module> <module>medplum-core</module> <module>medplum-coverage</module> <module>medplum-fhir-resources</module> <module>medplum-generator</module> <module>medplum-server</module> </modules> <scm> <connection>scm:git:git@github.com:medplum/medplum.git</connection> <developerConnection>scm:git:git@github.com:medplum/medplum.git</developerConnection> <tag>HEAD</tag> <url>https://github.com/medplum/medplum</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/medplum/medplum/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://github.com/medplum/medplum/actions</url> </ciManagement> <distributionManagement> <repository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <site> <id>medplum-site</id> <url>s3://docs.medplum.com/maven/${project.version}</url> </site> </distributionManagement> <properties> <aws.version>2.16.69</aws.version> <bcrypt.version>0.4</bcrypt.version> <cdk.version>1.105.0</cdk.version> <checkstyle.version>8.42</checkstyle.version> <commons-text.version>1.9</commons-text.version> <dockerfile.version>1.4.13</dockerfile.version> <eclipselink.version>3.0.0</eclipselink.version> <graphql.version>2021-05-03T08-53-12-8f1ec444</graphql.version> <h2.version>1.4.200</h2.version> <hikaricp.version>4.0.3</hikaricp.version> <httpcomponents-client.version>4.5.13</httpcomponents-client.version> <httpcomponents-core.version>4.4.14</httpcomponents-core.version> <jacoco.version>0.8.6</jacoco.version> <jakarta-activation.version>2.0.1</jakarta-activation.version> <jakarta-json.version>2.0.0</jakarta-json.version> <jakarta-rs.version>3.0.0</jakarta-rs.version> <jakarta.ws.rs.version>3.0.0</jakarta.ws.rs.version> <jersey.version>3.0.2</jersey.version> <jose4j.version>0.7.7</jose4j.version> <junit.version>5.7.2</junit.version> <junit4.version>4.13.2</junit4.version> <logback.version>1.2.3</logback.version> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> <medplum.sdk.version>0.0.1-SNAPSHOT</medplum.sdk.version> <mockito.version>3.10.0</mockito.version> <mustache.version>0.9.7</mustache.version> <postgresql.version>42.2.20</postgresql.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <reactive.version>1.0.3</reactive.version> <shade.version>3.1.0</shade.version> <site.basedir>${session.executionRootDirectory}/src/site/</site.basedir> <slf4j.version>1.7.30</slf4j.version> <sonar.coverage.jacoco.xmlReportPaths>${user.dir}/medplum-coverage/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> <sonar.exclusions>medplum-generator/**/*,src/main/java/com/medplum/fhir/r4/types/**/*</sonar.exclusions> <sonar.host.url>https://sonarcloud.io</sonar.host.url> <sonar.java.source>11</sonar.java.source> <sonar.language>java</sonar.language> <sonar.moduleKey>${project.artifactId}</sonar.moduleKey> <sonar.organization>medplum</sonar.organization> <sonar.projectKey>medplum_medplum</sonar.projectKey> <yasson.version>2.0.2</yasson.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${logback.version}</version> </dependency> <dependency> <groupId>com.medplum</groupId> <artifactId>medplum-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.medplum</groupId> <artifactId>medplum-fhir-resources</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.medplum</groupId> <artifactId>medplum-generator</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.medplum</groupId> <artifactId>medplum-server</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>jakarta.json</groupId> <artifactId>jakarta.json-api</artifactId> <version>${jakarta-json.version}</version> </dependency> <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>${jakarta.ws.rs.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit4.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>${commons-text.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpcomponents-client.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcomponents-core.version}</version> </dependency> <dependency> <groupId>org.bitbucket.b_c</groupId> <artifactId>jose4j</artifactId> <version>${jose4j.version}</version> </dependency> <dependency> <groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <version>${yasson.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>jersey-hk2</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-binding</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-processing</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.test-framework</groupId> <artifactId>jersey-test-framework-core</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>jersey-test-framework-provider-grizzly2</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>${mockito.version}</version> </dependency> <dependency> <groupId>org.reactivestreams</groupId> <artifactId>reactive-streams</artifactId> <version>${reactive.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.8.1</version> <configuration> <rulesUri>file:///${session.executionRootDirectory}/maven-version-rules.xml</rulesUri> </configuration> </plugin> <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>5.2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M3</version> <executions> <execution> <id>enforce</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <dependencyConvergence></dependencyConvergence> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <goals> <goal>report</goal> </goals> <phase>prepare-package</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.9.1</version> </plugin> <plugin> <groupId>com.github.ekryd.sortpom</groupId> <artifactId>sortpom-maven-plugin</artifactId> <version>2.12.0</version> <configuration> <predefinedSortOrder>recommended_2008_06</predefinedSortOrder> <lineSeparator>\n</lineSeparator> <nrOfIndentSpace>4</nrOfIndentSpace> <encoding>${project.build.sourceEncoding}</encoding> <sortProperties>true</sortProperties> <sortDependencies>groupId,artifactId</sortDependencies> <createBackupFile>false</createBackupFile> </configuration> <executions> <execution> <goals> <goal>sort</goal> </goals> <phase>verify</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.1.2</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>${checkstyle.version}</version> </dependency> </dependencies> <executions> <execution> <goals> <goal>check</goal> </goals> <phase>verify</phase> <configuration> <configLocation>checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <linkXRef>false</linkXRef> <violationSeverity>warning</violationSeverity> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M5</version> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${junit.version}</version> </dependency> </dependencies> </plugin> <plugin> <artifactId>maven-scm-plugin</artifactId> <version>1.11.2</version> <configuration> <tag>${project.artifactId}-${project.version}</tag> </configuration> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>3.6.0.1398</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.2.0</version> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>3.0.0-M1</version> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> <stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.1.2</version> <configuration> <configLocation>checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <linkXRef>false</linkXRef> <violationSeverity>warning</violationSeverity> </configuration> <reportSets> <reportSet> <reports> <report>checkstyle</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.2.0</version> <configuration> <source>11</source> <doclint>none</doclint> </configuration> <reportSets> <reportSet> <id>default</id> <reports> <report>javadoc</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.9.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.1.1</version> </plugin> </plugins> </reporting> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <goals> <goal>sign</goal> </goals> <phase>verify</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.2.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>