diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-12-13 10:13:05 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-12-13 10:13:05 +0100 |
commit | 6fc2e600055d4737ce94d8a012eb3764bd7e93c8 (patch) | |
tree | 56aebaaac2c87458ebfd798a2c66f95718e1dd4e /repository/eu/eidas/extension/eID4U | |
parent | de2e45024694c7eb5e033bc6b1bcb90f5f499b07 (diff) | |
parent | bea0d19650b5fbbb48fcda0f39ef3a93d6cf6f1f (diff) | |
download | moa-id-spss-6fc2e600055d4737ce94d8a012eb3764bd7e93c8.tar.gz moa-id-spss-6fc2e600055d4737ce94d8a012eb3764bd7e93c8.tar.bz2 moa-id-spss-6fc2e600055d4737ce94d8a012eb3764bd7e93c8.zip |
Merge branch 'current_development' into development_preview
# Conflicts:
# id/history.txt
# id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java
# pom.xml
Diffstat (limited to 'repository/eu/eidas/extension/eID4U')
-rw-r--r-- | repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.jar | bin | 0 -> 538509 bytes | |||
-rw-r--r-- | repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.pom | 60 | ||||
-rw-r--r-- | repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.jar | bin | 0 -> 542715 bytes | |||
-rw-r--r-- | repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom | 66 |
4 files changed, 126 insertions, 0 deletions
diff --git a/repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.jar b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.jar Binary files differnew file mode 100644 index 000000000..cb824f4a9 --- /dev/null +++ b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.jar diff --git a/repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.pom b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.pom new file mode 100644 index 000000000..644afff0c --- /dev/null +++ b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.1/eID4U_commons-0.1.pom @@ -0,0 +1,60 @@ +<?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> + <groupId>eu.eidas.extension.eID4U</groupId> + <artifactId>eID4U_commons</artifactId> + <version>${eID4U.module.version}</version> + <name>eID4U_commons</name> + <url>http://maven.apache.org</url> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + + <eidasImpl.version>1.4.3</eidasImpl.version> + </properties> + <dependencies> + + <dependency> + <groupId>eu.eidas</groupId> + <artifactId>eidas-commons</artifactId> + <version>${eidasImpl.version}</version> + </dependency> + + <dependency> + <groupId>eu.eidas</groupId> + <artifactId>eidas-light-commons</artifactId> + <version>${eidasImpl.version}</version> + </dependency> + +<!-- <dependency> + <groupId>eu.eidas</groupId> + <artifactId>eidas-saml-engine</artifactId> + <scope>compile</scope> + </dependency> --> + + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> + + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.0</version> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.60</version> + <scope>test</scope> + </dependency> + + </dependencies> + +</project> diff --git a/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.jar b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.jar Binary files differnew file mode 100644 index 000000000..c5d578fb5 --- /dev/null +++ b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.jar diff --git a/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom new file mode 100644 index 000000000..6f7a12945 --- /dev/null +++ b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom @@ -0,0 +1,66 @@ +<?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>eu.eidas</groupId> + <artifactId>eidas-parent</artifactId> + <version>1.4.3</version> + <relativePath>../EIDAS-Parent/pom.xml</relativePath> + </parent> + <groupId>eu.eidas.extension.eID4U</groupId> + <artifactId>eID4U_commons</artifactId> + <version>${eID4U.module.version}</version> + <name>eID4U_commons</name> + <url>http://maven.apache.org</url> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + + <eidasImpl.version>1.4.3</eidasImpl.version> + </properties> + <dependencies> + + <dependency> + <groupId>eu.eidas</groupId> + <artifactId>eidas-commons</artifactId> + <version>${eidasImpl.version}</version> + </dependency> + + <dependency> + <groupId>eu.eidas</groupId> + <artifactId>eidas-light-commons</artifactId> + <version>${eidasImpl.version}</version> + </dependency> + +<!-- <dependency> + <groupId>eu.eidas</groupId> + <artifactId>eidas-saml-engine</artifactId> + <scope>compile</scope> + </dependency> --> + + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> + + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.0</version> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.60</version> + <scope>test</scope> + </dependency> + + </dependencies> + +</project> |