diff options
| author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-09 16:06:27 +0100 | 
|---|---|---|
| committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-09 16:08:12 +0100 | 
| commit | 43cc46c3d966d754308b1e06659300c653a889f0 (patch) | |
| tree | 5d4768d688ed0c2878b4110181141f1f83d4d505 /repository/MOA/spss/tsl_lib | |
| parent | f416cf781c633de2db757130a1b78b6ef8a79dd8 (diff) | |
| download | moa-id-spss-43cc46c3d966d754308b1e06659300c653a889f0.tar.gz moa-id-spss-43cc46c3d966d754308b1e06659300c653a889f0.tar.bz2 moa-id-spss-43cc46c3d966d754308b1e06659300c653a889f0.zip | |
add new third-party libs
Diffstat (limited to 'repository/MOA/spss/tsl_lib')
| -rw-r--r-- | repository/MOA/spss/tsl_lib/2.0.2/tsl_lib-2.0.2.pom | 130 | ||||
| -rw-r--r-- | repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jar | bin | 0 -> 978757 bytes | |||
| -rw-r--r-- | repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.pom | 186 | 
3 files changed, 316 insertions, 0 deletions
| diff --git a/repository/MOA/spss/tsl_lib/2.0.2/tsl_lib-2.0.2.pom b/repository/MOA/spss/tsl_lib/2.0.2/tsl_lib-2.0.2.pom new file mode 100644 index 000000000..93cb2c66d --- /dev/null +++ b/repository/MOA/spss/tsl_lib/2.0.2/tsl_lib-2.0.2.pom @@ -0,0 +1,130 @@ +<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.2</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> +	 +	<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> +		<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>1.5</version> +                <executions> +                    <execution> +                        <id>xjc</id> +                        <goals> +                            <goal>xjc</goal> +                        </goals> +                    </execution> +                </executions> +                <configuration> +               		<outputDirectory>${project.basedir}/src/main/xjc</outputDirectory> +               		<bindingDirectory>${project.basedir}/src/main/resources/spec/jaxb/</bindingDirectory> +                  	<bindingFiles>ts_119612v010201_sie_xsd.binding.xml</bindingFiles> +              		<schemaDirectory>${project.basedir}/src/main/resources/spec/jaxb/</schemaDirectory> +             		<schemaFiles>ts_119612v010201_sie_xsd.xsd</schemaFiles> +           			<extension>true</extension> +                </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.52_moa</version> +      		<scope>provided</scope> +    	</dependency> +  		<dependency> +			<groupId>iaik.prod</groupId>  +			<artifactId>iaik_xsect</artifactId> +			<version>2.13_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.15.1</version> +		</dependency> +  	 +  		<dependency> +			<groupId>xerces</groupId> +			<artifactId>xercesImpl</artifactId> +			<version>2.11.0</version> +		</dependency> +  	 +  		<dependency> +			<groupId>log4j</groupId> +			<artifactId>log4j</artifactId> +			<version>1.2.17</version> +		</dependency> +		 +		<dependency> +			<groupId>org.apache.commons</groupId> +  			<artifactId>commons-lang3</artifactId> +  			<version>3.4</version> +		</dependency> +				 +  	</dependencies> +   +</project> diff --git a/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jar b/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jarBinary files differ new file mode 100644 index 000000000..e1321ac16 --- /dev/null +++ b/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.jar diff --git a/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.pom b/repository/MOA/spss/tsl_lib/2.0.3/tsl_lib-2.0.3.pom new file mode 100644 index 000000000..354fbfcaa --- /dev/null +++ b/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 | 
