diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-12 16:17:31 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-07-12 16:17:31 +0200 | 
| commit | fe76ed8d4e2d0aa0f1d8853f9c24ff98df45ea87 (patch) | |
| tree | 11b59165115ec66b05cfccc9e38562044acf88bd /repository | |
| parent | 132681b9f3e00158b1671f50b23517462aa54afd (diff) | |
| download | moa-id-spss-fe76ed8d4e2d0aa0f1d8853f9c24ff98df45ea87.tar.gz moa-id-spss-fe76ed8d4e2d0aa0f1d8853f9c24ff98df45ea87.tar.bz2 moa-id-spss-fe76ed8d4e2d0aa0f1d8853f9c24ff98df45ea87.zip | |
add libs
Diffstat (limited to 'repository')
12 files changed, 400 insertions, 0 deletions
| diff --git a/repository/MOA/spss/common/3.1.2/common-3.1.2.jar b/repository/MOA/spss/common/3.1.2/common-3.1.2.jarBinary files differ new file mode 100644 index 000000000..2f550bd02 --- /dev/null +++ b/repository/MOA/spss/common/3.1.2/common-3.1.2.jar diff --git a/repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.jar b/repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.jarBinary files differ new file mode 100644 index 000000000..04a33c2c4 --- /dev/null +++ b/repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.jar diff --git a/repository/MOA/spss/tsl_lib/2.0.1/tsl_lib-2.0.1.jar b/repository/MOA/spss/tsl_lib/2.0.1/tsl_lib-2.0.1.jarBinary files differ new file mode 100644 index 000000000..39e52dfee --- /dev/null +++ b/repository/MOA/spss/tsl_lib/2.0.1/tsl_lib-2.0.1.jar diff --git a/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0-tests.jar b/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0-tests.jarBinary files differ new file mode 100644 index 000000000..e892b3f35 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0-tests.jar diff --git a/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0.jar b/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0.jarBinary files differ new file mode 100644 index 000000000..f3f35cf39 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0.jar diff --git a/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0.pom b/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0.pom new file mode 100644 index 000000000..eedd2b71f --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf-core/1.0.0/eaaf-core-1.0.0.pom @@ -0,0 +1,155 @@ +<!-- + --> +<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-core</artifactId> +  <version>${egiz.eaaf.version}</version> +  <name>EAAF core components</name> +  <description>Core components for identity managment implementations</description> +   +  <properties>  		  		 +  		<surefire.version>2.20.1</surefire.version>	 +  		<org.slf4j.version>1.7.25</org.slf4j.version> +  		 +  </properties> +   +  <dependencies> +  	<dependency> +  		<groupId>at.gv.egiz.components</groupId> +    	<artifactId>eventlog-api</artifactId> +  	</dependency> +  	<dependency> +  		<groupId>at.gv.egiz.components</groupId> +    	<artifactId>egiz-spring-api</artifactId> +  	</dependency> +  	<dependency> +  		<groupId>javax.annotation</groupId> +    	<artifactId>javax.annotation-api</artifactId> +  	</dependency> +  	<dependency> +  		<groupId>org.springframework</groupId> +		<artifactId>spring-webmvc</artifactId> +  	</dependency> +  	<dependency> +    	<groupId>org.slf4j</groupId> +    	<artifactId>slf4j-api</artifactId> +	</dependency> +	<dependency> +    	<groupId>org.slf4j</groupId> +    	<artifactId>slf4j-log4j12</artifactId> +	</dependency> +	<dependency> +		<groupId>commons-codec</groupId> +    	<artifactId>commons-codec</artifactId> +	</dependency> +	<dependency> +		<groupId>org.apache.commons</groupId> +    	<artifactId>commons-lang3</artifactId> +	</dependency> +	<dependency> +		<groupId>org.apache.commons</groupId> +    	<artifactId>commons-collections4</artifactId> +	</dependency> +	<dependency> +		<groupId>org.apache.commons</groupId> +    	<artifactId>commons-text</artifactId> +	</dependency> +	<dependency> +		<groupId>commons-fileupload</groupId> +    	<artifactId>commons-fileupload</artifactId> +	</dependency> +	<dependency> +		<groupId>javax.servlet</groupId> +		<artifactId>javax.servlet-api</artifactId> +	</dependency> +	<dependency> +		<groupId>org.apache.velocity</groupId> +		<artifactId>velocity</artifactId> +	</dependency> +	<dependency> +		<groupId>jaxen</groupId> +    	<artifactId>jaxen</artifactId> +	</dependency> +	<dependency> +		<groupId>xerces</groupId> +    	<artifactId>xercesImpl</artifactId> +	</dependency> +	<dependency> +		<groupId>xalan</groupId> +	    <artifactId>xalan</artifactId> +	</dependency> +	 +	<dependency> +		<groupId>junit</groupId> +      	<artifactId>junit</artifactId> +      	<scope>test</scope> +	</dependency> +	<dependency> +		<groupId>org.springframework</groupId> +		<artifactId>spring-test</artifactId> +		<scope>test</scope> +	</dependency> +  </dependencies> +   +   <build> +    <finalName>eaaf_core</finalName> +     +    <plugins> +      <plugin> +        <groupId>org.apache.maven.plugins</groupId> +        <artifactId>maven-compiler-plugin</artifactId> +        <version>3.7.0</version> +        <configuration> +          <source>1.8</source> +          <target>1.8</target> +        </configuration> +        <executions> +        	<execution> +        		<goals> +        			<goal>compile</goal> +        			<goal>testCompile</goal> +        		</goals> +        	</execution> +        </executions> +      </plugin> +      <plugin> +    	<groupId>org.apache.maven.plugins</groupId> +    	<artifactId>maven-jar-plugin</artifactId> +    	<version>3.1.0</version> +    	<executions> +        	<execution> +            	<goals> +                	<goal>test-jar</goal> +            	</goals> +        	</execution> +    	</executions> +	  </plugin> +       +      <!-- enable co-existence of testng and junit --> +			<plugin> +				<artifactId>maven-surefire-plugin</artifactId> +				<version>${surefire.version}</version> +				<configuration> +					<threadCount>1</threadCount> +					<argLine>--add-modules java.xml.bind</argLine> +				</configuration> +				<dependencies> +					<dependency> +						<groupId>org.apache.maven.surefire</groupId> +						<artifactId>surefire-junit47</artifactId> +						<version>${surefire.version}</version> +					</dependency> +				</dependencies> +			</plugin> +       +    </plugins> +  </build> +   +</project>
\ No newline at end of file diff --git a/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_core/1.0.0/eaaf_module_pvp2_core-1.0.0.jar b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_core/1.0.0/eaaf_module_pvp2_core-1.0.0.jarBinary files differ new file mode 100644 index 000000000..6473df192 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_core/1.0.0/eaaf_module_pvp2_core-1.0.0.jar diff --git a/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_core/1.0.0/eaaf_module_pvp2_core-1.0.0.pom b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_core/1.0.0/eaaf_module_pvp2_core-1.0.0.pom new file mode 100644 index 000000000..8b886df63 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_core/1.0.0/eaaf_module_pvp2_core-1.0.0.pom @@ -0,0 +1,97 @@ +<?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>at.gv.egiz.eaaf</groupId> +    <artifactId>eaaf_modules</artifactId> +    <version>1.x</version> +  </parent> +  <artifactId>eaaf_module_pvp2_core</artifactId> +  <version>${egiz.eaaf.version}</version> +  <name>eaaf_module_pvp2_core</name> +  <url>http://maven.apache.org</url> +  <properties> +    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> +  </properties> +  <dependencies> +  	<dependency> +  		<groupId>at.gv.egiz.eaaf</groupId> +  		<artifactId>eaaf-core</artifactId> +  		<version>${egiz.eaaf.version}</version> +  	</dependency> +   +  	<dependency> +  		<groupId>org.opensaml</groupId> +  		<artifactId>opensaml</artifactId>  		 +  	</dependency> +  	<dependency> +  		<groupId>org.opensaml</groupId> +		<artifactId>xmltooling</artifactId> +  	</dependency> +  	<dependency> +  		<groupId>org.opensaml</groupId> +		<artifactId>openws</artifactId> +  	</dependency> +  	<dependency> +  		<groupId>org.apache.santuario</groupId> +	    <artifactId>xmlsec</artifactId> +  	</dependency> +  	<dependency> +    	<groupId>org.owasp.esapi</groupId> +    	<artifactId>esapi</artifactId> +	</dependency>  	 +  	<dependency> +		<groupId>javax.servlet</groupId> +		<artifactId>javax.servlet-api</artifactId> +		<scope>provided</scope> +	</dependency> +  	 +  	<!--  Testing -->   +    <dependency> +      <groupId>junit</groupId> +      <artifactId>junit</artifactId> +      <scope>test</scope> +    </dependency> +  </dependencies> +   +  <build> +    <finalName>eaaf_module_pvp2_core</finalName> +     +    <plugins> +      <plugin> +        <groupId>org.apache.maven.plugins</groupId> +        <artifactId>maven-compiler-plugin</artifactId> +        <version>3.7.0</version> +        <configuration> +          <source>1.8</source> +          <target>1.8</target> +        </configuration> +      </plugin> +       +      <!-- enable co-existence of testng and junit --> +			<plugin> +				<artifactId>maven-surefire-plugin</artifactId> +				<version>${surefire.version}</version> +				<configuration> +					<threadCount>1</threadCount> +					<argLine>--add-modules java.xml.bind</argLine> +				</configuration> +				<dependencies> +					<dependency> +						<groupId>org.apache.maven.surefire</groupId> +						<artifactId>surefire-junit47</artifactId> +						<version>${surefire.version}</version> +					</dependency> +				</dependencies> +			</plugin> +       +    </plugins> +  </build> +</project> diff --git a/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_idp/1.0.0/eaaf_module_pvp2_idp-1.0.0.jar b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_idp/1.0.0/eaaf_module_pvp2_idp-1.0.0.jarBinary files differ new file mode 100644 index 000000000..6317fa4a4 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_idp/1.0.0/eaaf_module_pvp2_idp-1.0.0.jar diff --git a/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_idp/1.0.0/eaaf_module_pvp2_idp-1.0.0.pom b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_idp/1.0.0/eaaf_module_pvp2_idp-1.0.0.pom new file mode 100644 index 000000000..b22b20f5f --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_idp/1.0.0/eaaf_module_pvp2_idp-1.0.0.pom @@ -0,0 +1,74 @@ +<?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>at.gv.egiz.eaaf</groupId> +    <artifactId>eaaf_modules</artifactId> +    <version>1.x</version> +  </parent> +  <artifactId>eaaf_module_pvp2_idp</artifactId> +  <version>${egiz.eaaf.version}</version> +  <name>eaaf_module_pvp2_core</name> +  <url>http://maven.apache.org</url> +  <properties> +    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> +  </properties> +  <dependencies> +  	<dependency> +  		<groupId>at.gv.egiz.eaaf</groupId> +  		<artifactId>eaaf_module_pvp2_core</artifactId> +  		<version>${egiz.eaaf.version}</version> +  	</dependency> +  	 +  	<dependency> +		<groupId>javax.servlet</groupId> +		<artifactId>javax.servlet-api</artifactId> +		<scope>provided</scope> +	</dependency> +   +  	<!--  Testing --> +    <dependency> +      <groupId>junit</groupId> +      <artifactId>junit</artifactId> +      <scope>test</scope> +    </dependency> +  </dependencies> +   +  <build> +    <finalName>eaaf_module_pvp2_idp</finalName> +     +    <plugins> +      <plugin> +        <groupId>org.apache.maven.plugins</groupId> +        <artifactId>maven-compiler-plugin</artifactId> +        <version>3.7.0</version> +        <configuration> +          <source>1.8</source> +          <target>1.8</target> +        </configuration> +      </plugin> +       +      <!-- enable co-existence of testng and junit --> +			<plugin> +				<artifactId>maven-surefire-plugin</artifactId> +				<version>${surefire.version}</version> +				<configuration> +					<threadCount>1</threadCount> +					<argLine>--add-modules java.xml.bind</argLine> +				</configuration> +				<dependencies> +					<dependency> +						<groupId>org.apache.maven.surefire</groupId> +						<artifactId>surefire-junit47</artifactId> +						<version>${surefire.version}</version> +					</dependency> +				</dependencies> +			</plugin> +       +    </plugins> +  </build> +</project> diff --git a/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_sp/1.0.0/eaaf_module_pvp2_sp-1.0.0.jar b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_sp/1.0.0/eaaf_module_pvp2_sp-1.0.0.jarBinary files differ new file mode 100644 index 000000000..ff42b691e --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_sp/1.0.0/eaaf_module_pvp2_sp-1.0.0.jar diff --git a/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_sp/1.0.0/eaaf_module_pvp2_sp-1.0.0.pom b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_sp/1.0.0/eaaf_module_pvp2_sp-1.0.0.pom new file mode 100644 index 000000000..c6e0b9e50 --- /dev/null +++ b/repository/at/gv/egiz/eaaf/eaaf_module_pvp2_sp/1.0.0/eaaf_module_pvp2_sp-1.0.0.pom @@ -0,0 +1,74 @@ +<?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>at.gv.egiz.eaaf</groupId> +    <artifactId>eaaf_modules</artifactId> +    <version>1.x</version> +  </parent> +  <artifactId>eaaf_module_pvp2_sp</artifactId> +  <version>${egiz.eaaf.version}</version> +  <name>eaaf_module_pvp2_sp</name> +  <url>http://maven.apache.org</url> +  <properties> +    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> +  </properties> +  <dependencies> +   	<dependency> +  		<groupId>at.gv.egiz.eaaf</groupId> +  		<artifactId>eaaf_module_pvp2_core</artifactId> +  		<version>${egiz.eaaf.version}</version> +  	</dependency> +  	 +  	<dependency> +		<groupId>javax.servlet</groupId> +		<artifactId>javax.servlet-api</artifactId> +		<scope>provided</scope> +	</dependency> +   +    <dependency> +      <groupId>junit</groupId> +      <artifactId>junit</artifactId> +      <scope>test</scope> +    </dependency> +  </dependencies> +   +  <build> +    <finalName>eaaf_module_pvp2_sp</finalName> +     +    <plugins> +      <plugin> +        <groupId>org.apache.maven.plugins</groupId> +        <artifactId>maven-compiler-plugin</artifactId> +        <version>3.7.0</version> +        <configuration> +          <source>1.8</source> +          <target>1.8</target> +        </configuration> +      </plugin> +       +      <!-- enable co-existence of testng and junit --> +			<plugin> +				<artifactId>maven-surefire-plugin</artifactId> +				<version>${surefire.version}</version> +				<configuration> +					<threadCount>1</threadCount> +					<argLine>--add-modules java.xml.bind</argLine> +				</configuration> +				<dependencies> +					<dependency> +						<groupId>org.apache.maven.surefire</groupId> +						<artifactId>surefire-junit47</artifactId> +						<version>${surefire.version}</version> +					</dependency> +				</dependencies> +			</plugin> +       +    </plugins> +  </build> +   +</project> | 
