diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 16:05:30 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 16:05:30 +0200 | 
| commit | 220bf158e72e0890219597e079af8d6e9c09c317 (patch) | |
| tree | fcae7abbfe02747452e1d4a59657481a425d4fec | |
| parent | 00bdab2679d27e0b6db21fe97915211c7d771c52 (diff) | |
| download | moa-id-spss-220bf158e72e0890219597e079af8d6e9c09c317.tar.gz moa-id-spss-220bf158e72e0890219597e079af8d6e9c09c317.tar.bz2 moa-id-spss-220bf158e72e0890219597e079af8d6e9c09c317.zip | |
add missing dependency
| -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 | 60 | 
4 files changed, 120 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.jarBinary files differ new 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.jarBinary files differ new 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..644afff0c --- /dev/null +++ b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.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> | 
