diff options
Diffstat (limited to 'repository/eu/eidas/extension')
-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> |