ies-entity-resolver-configuration
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.telicent.smart-caches.entity-resolution</groupId> <artifactId>ies-entity-resolver-configuration</artifactId> <version>0.6.4</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>io.telicent.smart-caches.entity-resolution</groupId> <artifactId>entity-resolver-configurations</artifactId> <version>0.6.4</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>ies-entity-resolver-configuration</artifactId> <name>Telicent Smart Caches - Entity Resolution - Configurations - IES4</name> <properties> <license.header.path>${project.parent.parent.basedir}</license.header.path> </properties> <dependencies> <!-- Internal --> <dependency> <groupId>io.telicent.smart-caches.entity-resolution</groupId> <artifactId>entity-resolver-api</artifactId> <version>${project.version}</version> </dependency> <!--External--> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${dependency.jackson}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${dependency.jackson}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${dependency.jackson}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>${dependency.jackson}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${dependency.slf4j}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${dependency.logback}</version> </dependency> <!-- Test Dependencies --> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>${dependency.testng}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${dependency.mockito}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${plugin.jacoco}</version> </plugin> </plugins> </build> </project>