diff options
Diffstat (limited to 'eaaf_modules')
19 files changed, 381 insertions, 0 deletions
| diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml index 5021141c..66ae38f6 100644 --- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml +++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml @@ -156,4 +156,17 @@      </plugins>    </build> +  <repositories> +    <repository> +    	<id>MOA_Sig_local</id> +      	<name>MOA-Sig Dependencies</name> +      	<releases> +      		<enabled>true</enabled> +      		<checksumPolicy>ignore</checksumPolicy> +      	</releases> +        <layout>default</layout> +        <url>file://${basedir}/../eaaf_module_moa-sig/repository</url> +     </repository> +  </repositories> +  </project>
\ No newline at end of file diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/common/3.1.3/common-3.1.3.jar b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/common/3.1.3/common-3.1.3.jarBinary files differ new file mode 100644 index 00000000..065eadc0 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/common/3.1.3/common-3.1.3.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/common/3.1.3/common-3.1.3.pom b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/common/3.1.3/common-3.1.3.pom new file mode 100644 index 00000000..d5e7b657 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/common/3.1.3/common-3.1.3.pom @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>MOA.spss.common</groupId> +  <artifactId>common</artifactId> +  <version>3.1.3</version> +  <dependencies> +    <dependency> +      <groupId>org.slf4j</groupId> +      <artifactId>slf4j-api</artifactId> +      <version>1.7.30</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>xerces</groupId> +      <artifactId>xercesImpl</artifactId> +      <version>2.12.0</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>xalan</groupId> +      <artifactId>xalan</artifactId> +      <version>2.7.1</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>joda-time</groupId> +      <artifactId>joda-time</artifactId> +      <version>2.10.6</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>jaxen</groupId> +      <artifactId>jaxen</artifactId> +      <version>1.2.0</version> +      <scope>compile</scope> +    </dependency> +  </dependencies> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/server/moa-sig-lib/3.1.3/moa-sig-lib-3.1.3.jar b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/server/moa-sig-lib/3.1.3/moa-sig-lib-3.1.3.jarBinary files differ new file mode 100644 index 00000000..06f21d25 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/server/moa-sig-lib/3.1.3/moa-sig-lib-3.1.3.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/server/moa-sig-lib/3.1.3/moa-sig-lib-3.1.3.pom b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/server/moa-sig-lib/3.1.3/moa-sig-lib-3.1.3.pom new file mode 100644 index 00000000..d24bc8d9 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/server/moa-sig-lib/3.1.3/moa-sig-lib-3.1.3.pom @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>MOA.spss.server</groupId> +  <artifactId>moa-sig-lib</artifactId> +  <version>3.1.3</version> +  <dependencies> +    <dependency> +      <groupId>moaSig</groupId> +      <artifactId>common</artifactId> +      <version>3.1.3</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>log4j</groupId> +      <artifactId>log4j</artifactId> +      <version>1.2.17</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>commons-logging</groupId> +      <artifactId>commons-logging</artifactId> +      <version>1.2</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>commons-io</groupId> +      <artifactId>commons-io</artifactId> +      <version>2.7</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>commons-codec</groupId> +      <artifactId>commons-codec</artifactId> +      <version>1.14</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>org.apache.axis</groupId> +      <artifactId>axis-jaxrpc</artifactId> +      <version>1.4</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>org.xerial</groupId> +      <artifactId>sqlite-jdbc</artifactId> +      <version>3.32.3.2</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>javax.xml.bind</groupId> +      <artifactId>jaxb-api</artifactId> +      <version>2.3.1</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>com.sun.xml.bind</groupId> +      <artifactId>jaxb-core</artifactId> +      <version>2.3.0.1</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>com.sun.xml.bind</groupId> +      <artifactId>jaxb-impl</artifactId> +      <version>2.3.2</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>org.postgresql</groupId> +      <artifactId>postgresql</artifactId> +      <version>42.2.15.jre7</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>org.apache.commons</groupId> +      <artifactId>commons-lang3</artifactId> +      <version>3.11</version> +      <scope>compile</scope> +    </dependency> +    <dependency> +      <groupId>org.apache.httpcomponents</groupId> +      <artifactId>httpclient-cache</artifactId> +      <version>4.5.12</version> +      <scope>compile</scope> +    </dependency> +  </dependencies> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jar b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jarBinary files differ new file mode 100644 index 00000000..e1321ac1 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.pom b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.pom new file mode 100644 index 00000000..38cd5c44 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.pom @@ -0,0 +1,186 @@ +<?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> +	<groupId>MOA.spss</groupId> +	<artifactId>tsl_lib</artifactId> +	<version>2.0.3</version> +	<name>MOA-Sig TLS-library</name> + +	<developers> +		<developer> +			<id>tlenz</id> +			<name>Thomas Lenz</name> +			<organization>IAIK</organization> +			<email>thomas.lenz@iaik.tugraz.at</email> +			<timezone>+1</timezone> +			<roles> +				<role>developer</role> +			</roles> +		</developer> +	</developers> + +	<organization> +		<name>EGIZ - E-Government Innovationszentrum - Austria</name> +		<url>http://www.egiz.gv.at/</url> +	</organization> + +	<properties> +		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> +		 +		<org.projectlombok.lombok.version>1.18.12</org.projectlombok.lombok.version> +	</properties> + +	<repositories> +		<repository> +			<id>MOA</id> +			<name>MOA Dependencies</name> +			<releases> +				<enabled>true</enabled> +				<checksumPolicy>ignore</checksumPolicy> +			</releases> +			<layout>default</layout> +			<url>file://${basedir}/repository</url> +		</repository> +	</repositories> + +	<build> +		<resources> +			<resource> +				<directory>${project.build.directory}/xjc</directory> +			</resource> +			<resource> +				<directory>src/main/resources</directory> +				<excludes> +					<exclude>**/jaxb</exclude> +				</excludes> +			</resource> +		</resources> + +		<plugins> +			<plugin> +				<groupId>org.apache.maven.plugins</groupId> +				<artifactId>maven-compiler-plugin</artifactId> +				<version>3.5.1</version> +				<configuration> +					<compilerArguments> +						<verbose /> +					</compilerArguments> +					<source>1.7</source> +					<target>1.7</target> +				</configuration> +			</plugin> + +			<!-- if maven should be used to build jaxb classes --> +			<plugin> +				<groupId>org.codehaus.mojo</groupId> +				<artifactId>jaxb2-maven-plugin</artifactId> +				<version>2.5.0</version> +				<executions> +					<execution> +						<id>xjc</id> +						<goals> +							<goal>xjc</goal> +						</goals> +						<phase>generate-sources</phase> +					</execution> +				</executions> +				<configuration> +					<sources> +						<source>${project.basedir}/src/main/resources/spec/jaxb/ts_119612v020101_sie_xsd.xsd</source> +					</sources> +					<xjbSources> +						<xjbSource>${project.basedir}/src/main/resources/spec/jaxb/ts_119612v020101_sie_xsd.binding.xml</xjbSource> +					</xjbSources> +					<outputDirectory>${project.build.directory}/xjc</outputDirectory> +				</configuration> +			</plugin> +		</plugins> +	</build> + +	<dependencies> + +		<dependency> +			<groupId>iaik.prod</groupId> +			<artifactId>iaik_pki_module</artifactId> +			<version>2.01_moa</version> +		</dependency> +		<dependency> +			<groupId>iaik.prod</groupId> +			<artifactId>iaik_jce_full</artifactId> +			<version>5.61_MOA</version> +			<scope>provided</scope> +		</dependency> +		<dependency> +			<groupId>iaik.prod</groupId> +			<artifactId>iaik_xsect</artifactId> +			<version>2.14_MOA</version> +		</dependency> +		<dependency> +			<groupId>iaik.prod</groupId> +			<artifactId>iaik_moa</artifactId> +			<version>2.06</version> +		</dependency> + + +		<dependency> +			<groupId>org.xerial</groupId> +			<artifactId>sqlite-jdbc</artifactId> +			<version>3.32.3.2</version> +		</dependency> + +		<dependency> +			<groupId>javax.xml.bind</groupId> +			<artifactId>jaxb-api</artifactId> +			<version>2.3.1</version> +		</dependency> + + +		<dependency> +			<groupId>xerces</groupId> +			<artifactId>xercesImpl</artifactId> +			<version>2.11.0</version> +		</dependency> + +		<dependency> +			<groupId>org.slf4j</groupId> +			<artifactId>slf4j-api</artifactId> +			<version>1.7.30</version> +		</dependency> + +		<dependency> +			<groupId>org.apache.commons</groupId> +			<artifactId>commons-lang3</artifactId> +			<version>3.11</version> +		</dependency> + +		<dependency> +    		<groupId>commons-io</groupId> +    		<artifactId>commons-io</artifactId> +    		<version>2.7</version> +		</dependency> +		 +		<dependency> +    		<groupId>org.apache.httpcomponents</groupId> +    		<artifactId>httpclient-cache</artifactId> +    		<version>4.5.12</version> +		</dependency> + +		<dependency> +    		<groupId>ch.qos.logback</groupId> +    		<artifactId>logback-classic</artifactId> +    		<version>1.2.3</version> +    		<scope>test</scope> +		</dependency> + +    <dependency> +      <groupId>org.projectlombok</groupId> +      <artifactId>lombok</artifactId> +      <version>${org.projectlombok.lombok.version}</version> +      <scope>provided</scope> +    </dependency> + +	</dependencies> + +</project>
\ No newline at end of file diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_cpades/2.4_moa/iaik_cpades-2.4_moa.jar b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_cpades/2.4_moa/iaik_cpades-2.4_moa.jarBinary files differ new file mode 100644 index 00000000..300c215c --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_cpades/2.4_moa/iaik_cpades-2.4_moa.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_cpades/2.4_moa/iaik_cpades-2.4_moa.pom b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_cpades/2.4_moa/iaik_cpades-2.4_moa.pom new file mode 100644 index 00000000..de0ec131 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_cpades/2.4_moa/iaik_cpades-2.4_moa.pom @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>iaik.prod</groupId> +  <artifactId>iaik_cpades</artifactId> +  <version>2.4_moa</version> +  <description>POM was created from install:install-file</description> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate/6.02/iaik_eccelerate-6.02.jar b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate/6.02/iaik_eccelerate-6.02.jarBinary files differ new file mode 100644 index 00000000..e30b629e --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate/6.02/iaik_eccelerate-6.02.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate/6.02/iaik_eccelerate-6.02.pom b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate/6.02/iaik_eccelerate-6.02.pom new file mode 100644 index 00000000..45bf20e7 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate/6.02/iaik_eccelerate-6.02.pom @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>iaik.prod</groupId> +  <artifactId>iaik_eccelerate</artifactId> +  <version>6.02</version> +  <description>POM was created from install:install-file</description> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_addon/6.02/iaik_eccelerate_addon-6.02.jar b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_addon/6.02/iaik_eccelerate_addon-6.02.jarBinary files differ new file mode 100644 index 00000000..94f2de55 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_addon/6.02/iaik_eccelerate_addon-6.02.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_addon/6.02/iaik_eccelerate_addon-6.02.pom b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_addon/6.02/iaik_eccelerate_addon-6.02.pom new file mode 100644 index 00000000..681a6ef3 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_addon/6.02/iaik_eccelerate_addon-6.02.pom @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>iaik.prod</groupId> +  <artifactId>iaik_eccelerate_addon</artifactId> +  <version>6.02</version> +  <description>POM was created from install:install-file</description> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_cms/6.02/iaik_eccelerate_cms-6.02.jar b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_cms/6.02/iaik_eccelerate_cms-6.02.jarBinary files differ new file mode 100644 index 00000000..32d7aec0 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_cms/6.02/iaik_eccelerate_cms-6.02.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_cms/6.02/iaik_eccelerate_cms-6.02.pom b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_cms/6.02/iaik_eccelerate_cms-6.02.pom new file mode 100644 index 00000000..13b0b357 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_eccelerate_cms/6.02/iaik_eccelerate_cms-6.02.pom @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>iaik.prod</groupId> +  <artifactId>iaik_eccelerate_cms</artifactId> +  <version>6.02</version> +  <description>POM was created from install:install-file</description> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_jce_full/5.61_moa/iaik_jce_full-5.61_moa.jar b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_jce_full/5.61_moa/iaik_jce_full-5.61_moa.jarBinary files differ new file mode 100644 index 00000000..78b79e97 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_jce_full/5.61_moa/iaik_jce_full-5.61_moa.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_jce_full/5.61_moa/iaik_jce_full-5.61_moa.pom b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_jce_full/5.61_moa/iaik_jce_full-5.61_moa.pom new file mode 100644 index 00000000..97989c62 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_jce_full/5.61_moa/iaik_jce_full-5.61_moa.pom @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>iaik.prod</groupId> +  <artifactId>iaik_jce_full</artifactId> +  <version>5.61_moa</version> +  <description>POM was created from install:install-file</description> +</project> diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_xsect/2.14_moa/iaik_xsect-2.14_moa.jar b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_xsect/2.14_moa/iaik_xsect-2.14_moa.jarBinary files differ new file mode 100644 index 00000000..aa3c229c --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_xsect/2.14_moa/iaik_xsect-2.14_moa.jar diff --git a/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_xsect/2.14_moa/iaik_xsect-2.14_moa.pom b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_xsect/2.14_moa/iaik_xsect-2.14_moa.pom new file mode 100644 index 00000000..1fb2f424 --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/repository/iaik/prod/iaik_xsect/2.14_moa/iaik_xsect-2.14_moa.pom @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>iaik.prod</groupId> +  <artifactId>iaik_xsect</artifactId> +  <version>2.14_moa</version> +  <description>POM was created from install:install-file</description> +</project> | 
