diff options
| -rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/pom.xml | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml index 32a3d0c28..c1f17956e 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml +++ b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml @@ -20,6 +20,12 @@    		<artifactId>moa-id-lib</artifactId>    		<scope>test</scope>    	</dependency> +  	 +  	<dependency> +  		<groupId>MOA.id.server</groupId> +  		<artifactId>moa-id-lib</artifactId> +  	</dependency> +  	    </dependencies>  </project>
\ No newline at end of file | 
