cqf-fhir-cr-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-cr-spring</artifactId> <version>3.23.0</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>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-cr-spring</artifactId> <version>3.23.0</version> <name>FHIR Clinical Reasoning (Spring)</name> <description>Spring configurations for FHIR Clinical Reasoning</description> <parent> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir</artifactId> <version>3.23.0</version> </parent> <dependencies> <dependency> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-cr</artifactId> <version>3.23.0</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> </dependencies> <build> <pluginManagement> <plugins> <!-- Spring not compatible with or used on Android --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>