<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.mosip.registrationprocessor</groupId>
    <artifactId>registration-processor</artifactId>
    <version>1.1.2</version>
  </parent>

  <artifactId>registration-processor-bio-dedupe-service-impl</artifactId>
  <version>1.1.2</version>
  <name>registration-processor-bio-dedupe-service-impl</name>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
             <dependency>
                    <groupId>org.springframework.cloud</groupId>
                    <artifactId>spring-cloud-starter-config</artifactId>
                    <version>${spring-cloud-config.version}</version>
             </dependency>
             <dependency>
                    <groupId>org.mockito</groupId>
                    <artifactId>mockito-core</artifactId>
                    <version>${mockito.version}</version>
                    <scope>test</scope>
             </dependency>
             <dependency>
                    <groupId>junit</groupId>
                    <artifactId>junit</artifactId>
                    <scope>test</scope>
             </dependency>
             <dependency>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-starter</artifactId>
             </dependency>
             <dependency>
                    <groupId>io.mosip.registrationprocessor</groupId>
                    <artifactId>registration-processor-core</artifactId>
                    <version>${registration.processor.core.version}</version>
             </dependency>
             <dependency>
                    <groupId>commons-io</groupId>
                    <artifactId>commons-io</artifactId>
                    <version>2.6</version>
             </dependency>
             <dependency>
                    <groupId>com.h2database</groupId>
                    <artifactId>h2</artifactId>
             </dependency>
             <dependency>
                    <groupId>io.mosip.registrationprocessor</groupId>
                    <artifactId>registration-processor-rest-client</artifactId>
                    <version>${registration.processor.rest.client.version}</version>
             </dependency>
             <dependency>
                    <groupId>io.mosip.registrationprocessor</groupId>
                    <artifactId>registration-processor-info-storage-service</artifactId>
                    <version>${packet.info.storage.service.version}</version>
             </dependency>
             <dependency>
                    <groupId>org.powermock</groupId>
                    <artifactId>powermock-module-junit4</artifactId>
                    <version>${powermock.module.junit4.version}</version>
                    <scope>test</scope>
             </dependency>
             <dependency>
                    <groupId>org.powermock</groupId>
                    <artifactId>powermock-api-mockito2</artifactId>
                    <version>${powermock.api.mockito.version}</version>
                    <scope>test</scope>
             </dependency>
  </dependencies>
</project>