<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>provider</artifactId>
    <groupId>dk.nsi.dgws</groupId>

    <parent>
        <groupId>dk.nsi</groupId>
        <artifactId>dgws</artifactId>
        <version>1.1.0</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>dk.nsi.hsuid</groupId>
            <artifactId>hsuid</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>dk.nsi.dgws.types</groupId>
            <artifactId>medcom-types</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>dk.nsi.dgws.types</groupId>
            <artifactId>security-types</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>dk.nsi.dgws</groupId>
            <artifactId>dgws-common</artifactId>
            <version>1.1.0</version>
        </dependency>

        <dependency>
            <groupId>dk.sosi.testtools</groupId>
            <artifactId>testtools</artifactId>
            <version>2.1.0-withalldeps</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>hsqldb</groupId>
            <artifactId>hsqldb</artifactId>
            <version>1.8.0.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
        	<groupId>dk.nsi</groupId>
        	<artifactId>npi-common</artifactId>
        	<version>1.1.0</version>
        </dependency>
    </dependencies>
    
    <build> 
      <testResources> 
        <testResource> 
          <directory>${basedir}/src/test/resources</directory> 
        </testResource> 
        <testResource> 
          <directory>${basedir}/../../common/src/test/resources/jks/jks-for-test</directory> 
        </testResource> 
      </testResources> 
    </build> 
</project>
