aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-eIDAS/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-12-16 08:07:12 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-12-16 08:07:12 +0100
commit5d83525a967b66e74b4bd868de7f9805d5d52f84 (patch)
treeedf4f91fa9eeccf8e1793565910274c0b9396489 /id/server/modules/moa-id-module-eIDAS/pom.xml
parent6e421407cbd61a63f0f65e27929f28125546cbc1 (diff)
downloadmoa-id-spss-5d83525a967b66e74b4bd868de7f9805d5d52f84.tar.gz
moa-id-spss-5d83525a967b66e74b4bd868de7f9805d5d52f84.tar.bz2
moa-id-spss-5d83525a967b66e74b4bd868de7f9805d5d52f84.zip
add empty eIDAS module
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml')
-rw-r--r--id/server/modules/moa-id-module-eIDAS/pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml
new file mode 100644
index 000000000..efd903cdb
--- /dev/null
+++ b/id/server/modules/moa-id-module-eIDAS/pom.xml
@@ -0,0 +1,33 @@
+<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>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-modules</artifactId>
+ <version>${moa-id-version}</version>
+ </parent>
+ <artifactId>moa-id-module-eIDAS</artifactId>
+ <name>MOA-ID eIDAS Module</name>
+ <description>Inbound / outbound implemention of eIDAS protocol for MOA-ID</description>
+
+ <properties>
+ <repositoryPath>${basedir}/../../../../repository</repositoryPath>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+
+ </dependencies>
+
+</project> \ No newline at end of file