diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-23 11:04:08 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-08-27 15:25:53 +0200 |
commit | c65f209010e8f16618ed0e84f7c935eaf5b717c9 (patch) | |
tree | cd64ec63298e00b32094c6e39c120f1797df21c0 /repository/at/gv/egiz/eaaf | |
parent | 1cbda6eea10d627ee66d292be9a2dabfd634ed39 (diff) | |
download | moa-id-spss-c65f209010e8f16618ed0e84f7c935eaf5b717c9.tar.gz moa-id-spss-c65f209010e8f16618ed0e84f7c935eaf5b717c9.tar.bz2 moa-id-spss-c65f209010e8f16618ed0e84f7c935eaf5b717c9.zip |
add missing dependency into project repo
Diffstat (limited to 'repository/at/gv/egiz/eaaf')
-rw-r--r-- | repository/at/gv/egiz/eaaf/eaaf_modules/1.x/eaaf_modules-1.x.pom | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/repository/at/gv/egiz/eaaf/eaaf_modules/1.x/eaaf_modules-1.x.pom b/repository/at/gv/egiz/eaaf/eaaf_modules/1.x/eaaf_modules-1.x.pom new file mode 100644 index 000000000..d1b5d6e36 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_modules/1.x/eaaf_modules-1.x.pom @@ -0,0 +1,26 @@ +<?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>at.gv.egiz</groupId> + <artifactId>eaaf</artifactId> + <version>1.x</version> + </parent> + + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_modules</artifactId> + <packaging>pom</packaging> + + <name>Modules for EAAF components</name> + + <modules> + <!--module>authmodule-eIDAS-v2</module--> + <module>eaaf_module_pvp2_core</module> + <module>eaaf_module_pvp2_idp</module> + <module>eaaf_module_pvp2_sp</module> + </modules> + +</project>
\ No newline at end of file |