diff options
Diffstat (limited to 'eidas_modules')
91 files changed, 578 insertions, 8168 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 017e82c1..7c12aff9 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -30,7 +30,7 @@ <repository> <id>eIDASNode-local</id> <name>local</name> - <url>file:${basedir}/repository</url> + <url>file:${basedir}/../../repository</url> </repository> </repositories> </profile> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/2.5.0/eidas-parent-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/2.5.0/eidas-parent-2.5.0.pom deleted file mode 100644 index 38321046..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/2.5.0/eidas-parent-2.5.0.pom +++ /dev/null @@ -1,898 +0,0 @@ -<!-- - ~ Copyright (c) 2020 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.5.0</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.8</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.3.18.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.4.3</opensaml.version> - <opensaml.api.version>3.4.3</opensaml.api.version> - <opensaml-security-ext.version>1.0.7</opensaml-security-ext.version> - <xmlsec.version>2.1.4</xmlsec.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.5.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.2.6</jstl.version> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.2.0</logback.version> - <mockito.version>2.13.0</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.13</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <bouncycastle.version>1.64</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <!--<icu4j.version>55.1</icu4j.version>--> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>28.1-jre</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - <maven.jar.plugin.version>3.1.2</maven.jar.plugin.version> - <jaxb.plugin.version>2.3.1</jaxb.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.3</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- Wildfly issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>se.swedenconnect.opensaml</groupId> - <artifactId>opensaml-security-ext</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml-security-ext.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.glassfish.web</groupId> - <artifactId>jakarta.servlet.jsp.jstl</artifactId> - <version>${jstl.version}</version> - <scope>runtime</scope> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml.version}</version> - </dependency> - <!-- EIDINT-4171: Override of opensaml-xmlsec-impl sub dependency --> - <dependency> - <groupId>org.apache.santuario</groupId> - <artifactId>xmlsec</artifactId> - <version>${xmlsec.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jaxb2-maven-plugin</artifactId> - <version>${jaxb.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>${maven.jar.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - <modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <!--start of TODO remove when/if EIDAS-Node pom does not depend on eidas-jcache-dev-node artifact to test--> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - <!--TODOEND--> - </modules> - <profiles> - <profile> - <id>NodeOnly</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-Node</module> - </modules> - </profile> - <profile> - <id>DemoToolsOnly</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SimpleProtocol</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - </modules> - </profile> - <profile> - <id>nodeJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheHazelcast</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheDev</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheHazelcast</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheDev</id> - <activation> - <activeByDefault>false</activeByDefault> - <property> - <name>specificJar</name> - </property> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Specific-Communication</module> - </modules> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar Binary files differdeleted file mode 100644 index bc898684..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar Binary files differdeleted file mode 100644 index d9bb91ef..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.pom deleted file mode 100644 index 3a50c50b..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.pom +++ /dev/null @@ -1,102 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Commons</name> - <description> - The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML - Engine. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.1.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - </dependency> - <!-- TEST --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <resources> - <resource> - <directory>${project.basedir}/src/main/resources</directory> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - <testResources> - <testResource> - <directory>src/test/resources</directory> - <includes> - <include>log4j.xml</include> - <include>*.properties</include> - </includes> - </testResource> - </testResources> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar Binary files differdeleted file mode 100644 index c50d6fe3..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar Binary files differdeleted file mode 100644 index 04c77ec4..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom deleted file mode 100644 index 7a98d3f6..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom +++ /dev/null @@ -1,98 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Commons</name> - <description> - The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML - Engine. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.2.1-egiz</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - </dependency> - <!-- TEST --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <resources> - <resource> - <directory>${project.basedir}/src/main/resources</directory> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - <testResources> - <testResource> - <directory>src/test/resources</directory> - <includes> - <include>log4j.xml</include> - <include>*.properties</include> - </includes> - </testResource> - </testResources> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0-sources.jar Binary files differdeleted file mode 100644 index b6e62460..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar Binary files differdeleted file mode 100644 index c48ff7d1..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom deleted file mode 100644 index 395564ee..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom +++ /dev/null @@ -1,109 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Commons</name> - <description> - The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML - Engine. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.3.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - </dependency> - <dependency> - <groupId>javax.cache</groupId> - <artifactId>cache-api</artifactId> - <version>1.1.0</version> - </dependency> - <!-- TEST --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <resources> - <resource> - <directory>${project.basedir}/src/main/resources</directory> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - <testResources> - <testResource> - <directory>src/test/resources</directory> - <includes> - <include>log4j.xml</include> - <include>*.properties</include> - </includes> - </testResource> - </testResources> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.jar Binary files differdeleted file mode 100644 index 7d26157e..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom deleted file mode 100644 index 8fd5e5b1..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom +++ /dev/null @@ -1,109 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Commons</name> - <description> - The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML - Engine. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.4.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - </dependency> - <dependency> - <groupId>javax.cache</groupId> - <artifactId>cache-api</artifactId> - <version>1.1.0</version> - </dependency> - <!-- TEST --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <resources> - <resource> - <directory>${project.basedir}/src/main/resources</directory> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - <testResources> - <testResource> - <directory>src/test/resources</directory> - <includes> - <include>log4j.xml</include> - <include>*.properties</include> - </includes> - </testResource> - </testResources> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar Binary files differdeleted file mode 100644 index dd667cd9..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar Binary files differdeleted file mode 100644 index 8b6d3da3..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar Binary files differdeleted file mode 100644 index 8439b264..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom deleted file mode 100644 index ac302325..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom +++ /dev/null @@ -1,101 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Commons</name> - <description> - The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML - Engine. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.5.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - </dependency> - <dependency> - <groupId>javax.cache</groupId> - <artifactId>cache-api</artifactId> - <version>1.1.0</version> - </dependency> - <!-- TEST --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>aopalliance</groupId> - <artifactId>aopalliance</artifactId> - <version>1.0</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <resources> - <resource> - <directory>${project.basedir}/src/main/resources</directory> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - <testResources> - <testResource> - <directory>src/test/resources</directory> - <includes> - <include>log4j.xml</include> - <include>*.properties</include> - </includes> - </testResource> - </testResources> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.3.0/eidas-jcache-ignite-specific-communication-2.3.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.3.0/eidas-jcache-ignite-specific-communication-2.3.0.jar Binary files differdeleted file mode 100644 index 414e5022..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.3.0/eidas-jcache-ignite-specific-communication-2.3.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.3.0/eidas-jcache-ignite-specific-communication-2.3.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.3.0/eidas-jcache-ignite-specific-communication-2.3.0.pom deleted file mode 100644 index 0ac5ffbb..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.3.0/eidas-jcache-ignite-specific-communication-2.3.0.pom +++ /dev/null @@ -1,61 +0,0 @@ -<!-- - ~ Copyright (c) 2018 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - <packaging>jar</packaging> - <name>eIDAS JCache Ignite Specific Communication</name> - <description>Implements JCache using Ignite with Specific Communication Definition's beans configurations.</description> - - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.3.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - - <properties> - <ignite.version>2.7.0</ignite.version> - </properties> - - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-slf4j</artifactId> - <version>${ignite.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.4.0/eidas-jcache-ignite-specific-communication-2.4.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.4.0/eidas-jcache-ignite-specific-communication-2.4.0.jar Binary files differdeleted file mode 100644 index 7da2dd3d..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.4.0/eidas-jcache-ignite-specific-communication-2.4.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.4.0/eidas-jcache-ignite-specific-communication-2.4.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.4.0/eidas-jcache-ignite-specific-communication-2.4.0.pom deleted file mode 100644 index 0874d50d..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.4.0/eidas-jcache-ignite-specific-communication-2.4.0.pom +++ /dev/null @@ -1,61 +0,0 @@ -<!-- - ~ Copyright (c) 2018 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - <packaging>jar</packaging> - <name>eIDAS JCache Ignite Specific Communication</name> - <description>Implements JCache using Ignite with Specific Communication Definition's beans configurations.</description> - - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.4.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - - <properties> - <ignite.version>2.7.0</ignite.version> - </properties> - - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-slf4j</artifactId> - <version>${ignite.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0-javadoc.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0-javadoc.jar Binary files differdeleted file mode 100644 index 68bd2496..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0-javadoc.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0-sources.jar Binary files differdeleted file mode 100644 index cb518da2..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0.jar Binary files differdeleted file mode 100644 index 5e190e0b..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0.pom deleted file mode 100644 index 809d00e4..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite-specific-communication/2.5.0/eidas-jcache-ignite-specific-communication-2.5.0.pom +++ /dev/null @@ -1,61 +0,0 @@ -<!--
- ~ Copyright (c) 2020 by European Commission
- ~
- ~ Licensed under the EUPL, Version 1.2 or - as soon they will be
- ~ approved by the European Commission - subsequent versions of the
- ~ EUPL (the "Licence");
- ~ You may not use this work except in compliance with the Licence.
- ~ You may obtain a copy of the Licence at:
- ~ https://joinup.ec.europa.eu/page/eupl-text-11-12
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the Licence is distributed on an "AS IS" basis,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- ~ implied.
- ~ See the Licence for the specific language governing permissions and
- ~ limitations under the Licence
- -->
-<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <artifactId>eidas-jcache-ignite-specific-communication</artifactId>
- <packaging>jar</packaging>
- <name>eIDAS JCache Ignite Specific Communication</name>
- <description>Implements JCache using Ignite with Specific Communication Definition's beans configurations.</description>
-
- <parent>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-parent</artifactId>
- <version>2.5.0</version>
- <relativePath>../EIDAS-Parent/pom.xml</relativePath>
- </parent>
-
- <properties>
- <ignite.version>2.8.1</ignite.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-jcache-ignite</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.ignite</groupId>
- <artifactId>ignite-slf4j</artifactId>
- <version>${ignite.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
-</project>
diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.3.0/eidas-jcache-ignite-2.3.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.3.0/eidas-jcache-ignite-2.3.0.jar Binary files differdeleted file mode 100644 index f9be7373..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.3.0/eidas-jcache-ignite-2.3.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.3.0/eidas-jcache-ignite-2.3.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.3.0/eidas-jcache-ignite-2.3.0.pom deleted file mode 100644 index fcf5870c..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.3.0/eidas-jcache-ignite-2.3.0.pom +++ /dev/null @@ -1,94 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-jcache-ignite</artifactId> - <packaging>jar</packaging> - <name>eIDAS JCache Ignite</name> - <description>Implements JCache using Ignite.</description> - - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.3.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - - <properties> - <ignite.version>2.7.0</ignite.version> - </properties> - - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-core</artifactId> - <version>${ignite.version}</version> - <exclusions> - <exclusion> - <groupId>org.gridgain</groupId> - <artifactId>ignite-shmem</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-spring</artifactId> - <version>${ignite.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-indexing</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-slf4j</artifactId> - <version>${ignite.version}</version> - </dependency> - </dependencies> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.4.0/eidas-jcache-ignite-2.4.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.4.0/eidas-jcache-ignite-2.4.0.jar Binary files differdeleted file mode 100644 index 731f6311..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.4.0/eidas-jcache-ignite-2.4.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.4.0/eidas-jcache-ignite-2.4.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.4.0/eidas-jcache-ignite-2.4.0.pom deleted file mode 100644 index c3940f3a..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.4.0/eidas-jcache-ignite-2.4.0.pom +++ /dev/null @@ -1,94 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-jcache-ignite</artifactId> - <packaging>jar</packaging> - <name>eIDAS JCache Ignite</name> - <description>Implements JCache using Ignite.</description> - - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.4.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - - <properties> - <ignite.version>2.7.0</ignite.version> - </properties> - - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-core</artifactId> - <version>${ignite.version}</version> - <exclusions> - <exclusion> - <groupId>org.gridgain</groupId> - <artifactId>ignite-shmem</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-spring</artifactId> - <version>${ignite.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-indexing</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-slf4j</artifactId> - <version>${ignite.version}</version> - </dependency> - </dependencies> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0-javadoc.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0-javadoc.jar Binary files differdeleted file mode 100644 index 34d86914..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0-javadoc.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0-sources.jar Binary files differdeleted file mode 100644 index 44b56b3b..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0.jar Binary files differdeleted file mode 100644 index f055b5e8..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0.pom deleted file mode 100644 index 5e4d6b05..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-jcache-ignite/2.5.0/eidas-jcache-ignite-2.5.0.pom +++ /dev/null @@ -1,94 +0,0 @@ -<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <artifactId>eidas-jcache-ignite</artifactId>
- <packaging>jar</packaging>
- <name>eIDAS JCache Ignite</name>
- <description>Implements JCache using Ignite.</description>
-
- <parent>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-parent</artifactId>
- <version>2.5.0</version>
- <relativePath>../EIDAS-Parent/pom.xml</relativePath>
- </parent>
-
- <properties>
- <ignite.version>2.8.1</ignite.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-commons</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ignite</groupId>
- <artifactId>ignite-core</artifactId>
- <version>${ignite.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.gridgain</groupId>
- <artifactId>ignite-shmem</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.ignite</groupId>
- <artifactId>ignite-spring</artifactId>
- <version>${ignite.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.ignite</groupId>
- <artifactId>ignite-indexing</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-expression</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ignite</groupId>
- <artifactId>ignite-slf4j</artifactId>
- <version>${ignite.version}</version>
- </dependency>
- </dependencies>
-</project>
diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.0.0/eidas-light-commons-2.0.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.0.0/eidas-light-commons-2.0.0.jar Binary files differdeleted file mode 100644 index 8a344615..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.0.0/eidas-light-commons-2.0.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.1.0/eidas-light-commons-2.1.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.1.0/eidas-light-commons-2.1.0.jar Binary files differdeleted file mode 100644 index ba5ff6ec..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.1.0/eidas-light-commons-2.1.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.1.0/eidas-light-commons-2.1.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.1.0/eidas-light-commons-2.1.0.pom deleted file mode 100644 index 37b8c24d..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.1.0/eidas-light-commons-2.1.0.pom +++ /dev/null @@ -1,55 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-light-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Light Commons</name> - <description> - The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.1.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz-sources.jar Binary files differdeleted file mode 100644 index 6a1c34fc..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz.jar Binary files differdeleted file mode 100644 index 20544d38..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz.pom deleted file mode 100644 index 6c58f485..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.2.1-egiz/eidas-light-commons-2.2.1-egiz.pom +++ /dev/null @@ -1,55 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-light-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Light Commons</name> - <description> - The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.2.1-egiz</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0-sources.jar Binary files differdeleted file mode 100644 index 82a3ad74..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0.jar Binary files differdeleted file mode 100644 index 845f8ab2..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0.pom deleted file mode 100644 index a9813636..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.3.0/eidas-light-commons-2.3.0.pom +++ /dev/null @@ -1,55 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-light-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Light Commons</name> - <description> - The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.3.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.4.0/eidas-light-commons-2.4.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.4.0/eidas-light-commons-2.4.0.jar Binary files differdeleted file mode 100644 index c1aaeede..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.4.0/eidas-light-commons-2.4.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.4.0/eidas-light-commons-2.4.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.4.0/eidas-light-commons-2.4.0.pom deleted file mode 100644 index 99b3ec66..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.4.0/eidas-light-commons-2.4.0.pom +++ /dev/null @@ -1,55 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-light-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Light Commons</name> - <description> - The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.4.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0-javadoc.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0-javadoc.jar Binary files differdeleted file mode 100644 index 6f521268..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0-javadoc.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0-sources.jar Binary files differdeleted file mode 100644 index 3e90e3af..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0.jar Binary files differdeleted file mode 100644 index de5a51b1..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0.pom deleted file mode 100644 index ad62ebda..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-light-commons/2.5.0/eidas-light-commons-2.5.0.pom +++ /dev/null @@ -1,55 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-light-commons</artifactId> - <packaging>${mod.packaging.type}</packaging> - <name>eIDAS Light Commons</name> - <description> - The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.5.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>metrics</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.0.0/eidas-parent-2.0.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.0.0/eidas-parent-2.0.0.pom deleted file mode 100644 index dbe5cd58..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.0.0/eidas-parent-2.0.0.pom +++ /dev/null @@ -1,910 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.0.0</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.7</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.1.0.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.3.0</opensaml.version> - <opensaml.api.version>3.3.0</opensaml.api.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.3.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.1.2</jstl.version> - <apache.taglibs>1.2.5</apache.taglibs> - <jersey.version>1.18</jersey.version> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.1.2</logback.version> - <mockito.version>1.10.19</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.5</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <hazelcast.version>3.2</hazelcast.version> - <bouncycastle.version>1.52</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <owasp.esapi.version>2.1.0</owasp.esapi.version> - <cglib.version>2.2.2</cglib.version> - <xmlapis.version>1.4.01</xmlapis.version> - <xerces.version>2.11.0</xerces.version> - <xalan.version>2.7.2</xalan.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <icu4j.version>55.1</icu4j.version> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>19.0</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- JBoss issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.esapi</groupId> - <artifactId>esapi</artifactId> - <version>${owasp.esapi.version}</version> - <exclusions> - <exclusion> - <groupId>commons-configuration</groupId> - <artifactId>commons-configuration</artifactId> - </exclusion> - <exclusion> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils-core</artifactId> - </exclusion> - <exclusion> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - </exclusion> - <exclusion> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>xom</groupId> - <artifactId>xom</artifactId> - </exclusion> - <exclusion> - <groupId>org.beanshell</groupId> - <artifactId>bsh-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.owasp.antisamy</groupId> - <artifactId>antisamy</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.owasp.esapi</groupId> - <artifactId>esapi</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - <!-- JSTL --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>${jstl.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-impl</artifactId> - <version>${apache.taglibs}</version> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>${jstl.version}</version> - </dependency> - <!-- JavaEE API --> - <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> - <version>7.0</version> - <scope>provided</scope> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>${xerces.version}</version> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>serializer</artifactId> - <version>${xalan.version}</version> - <exclusions> - <exclusion><!-- upsets jboss 6 --> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>${xmlapis.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <!-- Jersey --> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-server</artifactId> - <version>${jersey.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- Jersey + Spring --> - <dependency> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>jersey-spring</artifactId> - <version>${jersey.version}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <!-- <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-server</artifactId> - </exclusion>--> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- HazelCast --> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> - <version>${cglib.version}</version> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib</artifactId> - <version>${cglib.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - - <modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <module>../EIDAS-Node</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - <module>../EIDAS-SimpleProtocol</module> - </modules> - -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.1.0/eidas-parent-2.1.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.1.0/eidas-parent-2.1.0.pom deleted file mode 100644 index f6d5e3be..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.1.0/eidas-parent-2.1.0.pom +++ /dev/null @@ -1,947 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.1.0</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.7</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.1.0.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.3.0</opensaml.version> - <opensaml.api.version>3.3.0</opensaml.api.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.3.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.1.2</jstl.version> - <apache.taglibs>1.2.5</apache.taglibs> - <jersey.version>1.18</jersey.version> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.1.2</logback.version> - <mockito.version>1.10.19</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.5</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <hazelcast.version>3.2</hazelcast.version> - <bouncycastle.version>1.52</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <owasp.esapi.version>2.1.0</owasp.esapi.version> - <cglib.version>2.2.2</cglib.version> - <xmlapis.version>1.4.01</xmlapis.version> - <xerces.version>2.11.0</xerces.version> - <xalan.version>2.7.2</xalan.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <icu4j.version>55.1</icu4j.version> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>19.0</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- JBoss issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.esapi</groupId> - <artifactId>esapi</artifactId> - <version>${owasp.esapi.version}</version> - <exclusions> - <exclusion> - <groupId>commons-configuration</groupId> - <artifactId>commons-configuration</artifactId> - </exclusion> - <exclusion> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils-core</artifactId> - </exclusion> - <exclusion> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - </exclusion> - <exclusion> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>xom</groupId> - <artifactId>xom</artifactId> - </exclusion> - <exclusion> - <groupId>org.beanshell</groupId> - <artifactId>bsh-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.owasp.antisamy</groupId> - <artifactId>antisamy</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.owasp.esapi</groupId> - <artifactId>esapi</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - <!-- JSTL --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>${jstl.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-impl</artifactId> - <version>${apache.taglibs}</version> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>${jstl.version}</version> - </dependency> - <!-- JavaEE API --> - <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> - <version>7.0</version> - <scope>provided</scope> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>${xerces.version}</version> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - <exclusions> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>serializer</artifactId> - <version>${xalan.version}</version> - <exclusions> - <exclusion><!-- upsets jboss 6 --> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>${xmlapis.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <!-- Jersey --> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-server</artifactId> - <version>${jersey.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- Jersey + Spring --> - <dependency> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>jersey-spring</artifactId> - <version>${jersey.version}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <!-- <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-server</artifactId> - </exclusion>--> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- HazelCast --> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> - <version>${cglib.version}</version> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib</artifactId> - <version>${cglib.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - - <!-- modules> - <module>../EIDAS-Config</module> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <module>../EIDAS-Node</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - <module>../EIDAS-SimpleProtocol</module> - </modules--> -<modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - </modules> - <profiles> - <profile> - <id>NodeOnly</id> - <activation><activeByDefault>true</activeByDefault></activation> - <modules> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-Node</module> - </modules> - </profile> - <profile> - <id>DemoToolsOnly</id> - <activation><activeByDefault>false</activeByDefault></activation> - <modules> - <module>../EIDAS-SimpleProtocol</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - </modules> - </profile> - <profile> - <id>Config</id> - <activation><activeByDefault>false</activeByDefault></activation> - <modules> - <module>../EIDAS-Config</module> - </modules> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.2.1-egiz/eidas-parent-2.2.1-egiz.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.2.1-egiz/eidas-parent-2.2.1-egiz.pom deleted file mode 100644 index 0553e9d7..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.2.1-egiz/eidas-parent-2.2.1-egiz.pom +++ /dev/null @@ -1,790 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.2.1-egiz</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.7</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.1.0.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.3.0</opensaml.version> - <opensaml.api.version>3.3.0</opensaml.api.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.3.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.1.2</jstl.version> - <apache.taglibs>1.2.5</apache.taglibs> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.1.2</logback.version> - <mockito.version>1.10.19</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.5</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <hazelcast.version>3.2</hazelcast.version> - <bouncycastle.version>1.52</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <xalan.version>2.7.2</xalan.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <!--<icu4j.version>55.1</icu4j.version>--> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>19.0</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.2</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- JBoss issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - <!-- JSTL --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>${jstl.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-impl</artifactId> - <version>${apache.taglibs}</version> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>${jstl.version}</version> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- HazelCast --> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - - <!-- modules> - <module>../EIDAS-Config</module> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <module>../EIDAS-Node</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - <module>../EIDAS-SimpleProtocol</module> - </modules--> -<modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - </modules> - <profiles> - <profile> - <id>NodeOnly</id> - <activation><activeByDefault>true</activeByDefault></activation> - <modules> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-Node</module> - </modules> - </profile> - <profile> - <id>DemoToolsOnly</id> - <activation><activeByDefault>false</activeByDefault></activation> - <modules> - <module>../EIDAS-SimpleProtocol</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - </modules> - </profile> - <profile> - <id>Config</id> - <activation><activeByDefault>false</activeByDefault></activation> - <modules> - <module>../EIDAS-Config</module> - </modules> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.3.0/eidas-parent-2.3.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.3.0/eidas-parent-2.3.0.pom deleted file mode 100644 index fa4680c8..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.3.0/eidas-parent-2.3.0.pom +++ /dev/null @@ -1,906 +0,0 @@ -<!-- - ~ Copyright (c) 2018 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.3.0</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.8</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.3.18.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.3.0</opensaml.version> - <opensaml.api.version>3.3.0</opensaml.api.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.3.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.1.2</jstl.version> - <apache.taglibs>1.2.5</apache.taglibs> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.1.2</logback.version> - <mockito.version>1.10.19</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.5</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <hazelcast.version>3.2</hazelcast.version> - <bouncycastle.version>1.60</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <!--<icu4j.version>55.1</icu4j.version>--> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>19.0</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.2</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- Wildfly issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - <!-- JSTL --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>${jstl.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-impl</artifactId> - <version>${apache.taglibs}</version> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>${jstl.version}</version> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- HazelCast --> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - <modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <!--start of TODO remove when/if EIDAS-Node pom does not depend on eidas-jcache-dev-node artifact to test--> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - <!--TODOEND--> - </modules> - <profiles> - <profile> - <id>NodeOnly</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-Node</module> - </modules> - </profile> - <profile> - <id>DemoToolsOnly</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SimpleProtocol</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - </modules> - </profile> - <profile> - <id>nodeJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheHazelcast</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheDev</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheHazelcast</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheDev</id> - <activation> - <activeByDefault>false</activeByDefault> - <property> - <name>specificJar</name> - </property> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>Config</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-Config</module> - </modules> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.4.0/eidas-parent-2.4.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.4.0/eidas-parent-2.4.0.pom deleted file mode 100644 index 777d1f0f..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.4.0/eidas-parent-2.4.0.pom +++ /dev/null @@ -1,927 +0,0 @@ -<!-- - ~ Copyright (c) 2018 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.4.0</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.8</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.3.18.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.4.3</opensaml.version> - <opensaml.api.version>3.4.3</opensaml.api.version> - <opensaml-security-ext.version>1.0.5</opensaml-security-ext.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.5.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.1.2</jstl.version> - <apache.taglibs>1.2.5</apache.taglibs> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.2.0</logback.version> - <mockito.version>2.13.0</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.5</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <hazelcast.version>3.2</hazelcast.version> - <bouncycastle.version>1.64</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <!--<icu4j.version>55.1</icu4j.version>--> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>19.0</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - <maven.jar.plugin.version>3.1.2</maven.jar.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.2</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- Wildfly issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>se.swedenconnect.opensaml</groupId> - <artifactId>opensaml-security-ext</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml-security-ext.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - <!-- JSTL --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>${jstl.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-impl</artifactId> - <version>${apache.taglibs}</version> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>${jstl.version}</version> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- HazelCast --> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-wm</artifactId> - <version>${hazelcast.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>${maven.jar.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - <modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <!--start of TODO remove when/if EIDAS-Node pom does not depend on eidas-jcache-dev-node artifact to test--> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - <!--TODOEND--> - </modules> - <profiles> - <profile> - <id>NodeOnly</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-Node</module> - </modules> - </profile> - <profile> - <id>DemoToolsOnly</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SimpleProtocol</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - </modules> - </profile> - <profile> - <id>nodeJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheHazelcast</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheDev</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheHazelcast</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheDev</id> - <activation> - <activeByDefault>false</activeByDefault> - <property> - <name>specificJar</name> - </property> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Specific-Communication</module> - </modules> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.5.0/eidas-parent-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.5.0/eidas-parent-2.5.0.pom deleted file mode 100644 index 38321046..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.5.0/eidas-parent-2.5.0.pom +++ /dev/null @@ -1,898 +0,0 @@ -<!-- - ~ Copyright (c) 2020 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <packaging>pom</packaging> - <name>eIDAS Node Parent</name> - <version>2.5.0</version> - <description> - The EIDAS-Parent provides artifacts versions for Eidas Node components. - </description> - <properties> - <!-- 1) Project properties --> - <proj.name>EIDASParent</proj.name> - <proj.name.eidas>EidasNode</proj.name.eidas> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <app.packaging.type>war</app.packaging.type> - <mod.packaging.type>jar</mod.packaging.type> - <timestamp>${maven.build.timestamp}</timestamp> - <!-- java version targeted in the compile phase --> - <java.version>1.8</java.version> - - <samlspec.version>0.5.2</samlspec.version> - <samlspecacept.version>0.5.1</samlspecacept.version> - - <!-- 2) Library dependency versions --> - <spring.version>4.3.18.RELEASE</spring.version> - <opensaml.not-yet-commons-ssl.version>0.3.9</opensaml.not-yet-commons-ssl.version> - <opensaml.openws.version>1.5.5</opensaml.openws.version> - <opensaml.version>3.4.3</opensaml.version> - <opensaml.api.version>3.4.3</opensaml.api.version> - <opensaml-security-ext.version>1.0.7</opensaml-security-ext.version> - <xmlsec.version>2.1.4</xmlsec.version> - <!--shibboleth.xmlsupport.version>8.0-SNAPSHOT</shibboleth.xmlsupport.version--> - <shibboleth.xmlsupport.version>7.5.0</shibboleth.xmlsupport.version> - <servlet.version>3.0.1</servlet.version> - <jsp.api>2.0</jsp.api> - <jstl.version>1.2.6</jstl.version> - <jasper.version>6.0.53</jasper.version> - <slf4j.version>1.7.10</slf4j.version> - <logback.version>1.2.0</logback.version> - <mockito.version>2.13.0</mockito.version> - <junit.version>4.12</junit.version> - <hamcrest.version>1.3</hamcrest.version> - <commons.codec>1.9</commons.codec> - <commons.collections>3.2.2</commons.collections> - <commons.io>2.4</commons.io> - <commons.lang>2.6</commons.lang> - <commons.logging>1.1.3</commons.logging> - <commons.httpclient>4.5.13</commons.httpclient> - <commons.httpcore>4.4.9</commons.httpcore> - <commons.lang3>3.1</commons.lang3> - <bouncycastle.version>1.64</bouncycastle.version> - <owasp.version>1.1.1</owasp.version> - <owasp.dependency-check.version>1.4.0</owasp.dependency-check.version> - <joda.time.version>2.6</joda.time.version> - <log4j.version>1.2.17</log4j.version> - <log4j.api>2.3</log4j.api> - <xmlunit.version>1.5</xmlunit.version> - <bdr.econnector.version>1.2.2</bdr.econnector.version> - <struts.version>2.3.34</struts.version> - <!--<icu4j.version>55.1</icu4j.version>--> - <vaadin.version>7.4.2</vaadin.version> - <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> - <vaadin-spring.version>1.0.0.beta1</vaadin-spring.version> - <vaadin4spring.version>0.0.5.RELEASE</vaadin4spring.version> - <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version> - <guava.version>28.1-jre</guava.version> - <jsr305.version>3.0.1</jsr305.version> - <icu4j.version>57.1</icu4j.version> - - <!-- 3) maven plugin versions --> - <javadoc.plugin.version>2.8.1</javadoc.plugin.version> - <compile.plugin.version>2.3.2</compile.plugin.version> - <surefire.plugin.version>2.19.1</surefire.plugin.version> - <war.plugin.version>3.2.0</war.plugin.version> - <ear.plugin.version>2.7</ear.plugin.version> - <resources.plugin.version>2.4</resources.plugin.version> - <cobertura.plugin.version>2.7</cobertura.plugin.version> - <remote.resources.plugin.version>1.5</remote.resources.plugin.version> - <source.plugin.version>2.1.2</source.plugin.version> - <install.plugin.version>2.5.2</install.plugin.version> - <clean.plugin.version>2.6.1</clean.plugin.version> - <maven.jar.plugin.version>3.1.2</maven.jar.plugin.version> - <jaxb.plugin.version>2.3.1</jaxb.plugin.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- eIDAS modules --> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>SimpleProtocol</artifactId> - <version>0.0.3</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-light-commons</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-configmodule</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-encryption</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-engine</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-updater</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-saml-metadata</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-connector</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-proxyservice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-specific-communication-definition</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-node</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-sp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-idp</artifactId> - <version>${project.version}</version> - </dependency> - <!-- Joda --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <!-- SLF4J logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - </dependency> - <!-- commons-logging --> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons.logging}</version> - </dependency> - <!-- Log4J --> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> - <exclusions> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - <exclusion> - <artifactId>mail</artifactId> - <groupId>javax.mail</groupId> - </exclusion> - </exclusions> - </dependency> - <!-- LogBack --> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - <!-- Wildfly issue: please keep provided as the default scope for all the components of the project and override it if needed --> - <scope>provided</scope> - </dependency> - <!-- Apache Commons --> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons.codec}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections}</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${commons.httpclient}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - <version>${commons.httpcore}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons.io}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons.lang}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>org.owasp.encoder</groupId> - <artifactId>encoder-jsp</artifactId> - <version>${owasp.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-core</artifactId> - <version>${opensaml.version}</version> - <exclusions> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jul-to-slf4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-api</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-saml-impl</artifactId> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>se.swedenconnect.opensaml</groupId> - <artifactId>opensaml-security-ext</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml-security-ext.version}</version> - </dependency> - <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>${shibboleth.xmlsupport.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-api</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet.version}</version> - <scope>provided</scope> - </dependency> - <!-- JSP --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>${jsp.api}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.glassfish.web</groupId> - <artifactId>jakarta.servlet.jsp.jstl</artifactId> - <version>${jstl.version}</version> - <scope>runtime</scope> - </dependency> - <!-- Spring --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - </dependency> - <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml-xmlsec-impl</artifactId> - <exclusions> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> - <version>${opensaml.version}</version> - </dependency> - <!-- EIDINT-4171: Override of opensaml-xmlsec-impl sub dependency --> - <dependency> - <groupId>org.apache.santuario</groupId> - <artifactId>xmlsec</artifactId> - <version>${xmlsec.version}</version> - </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper-el --> - <dependency> - <groupId>org.apache.tomcat</groupId> - <artifactId>jasper-el</artifactId> - <version>${jasper.version}</version> - </dependency> - <!-- Struts2 --> - <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>${struts.version}</version> - </dependency> - <!-- ICU --> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <version>${icu4j.version}</version> - </dependency> - - <!-- UNIT TEST Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <!-- Dependencies in common for all modules --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - - <!-- UNIT TEST Dependencies in common for all modules --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - - <plugin> - <groupId>com.orctom.mojo</groupId> - <artifactId>was-maven-plugin</artifactId> - <version>1.0.8</version> - <configuration> - <wasHome>c:/pgm/wlp</wasHome> - <applicationName>${proj.name}</applicationName> - <host>localhost</host> - <server>server01</server> - <node>node01</node> - <virtualHost>default_host</virtualHost> - <verbose>true</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.2</version> - <configuration> - <url>http://localhost:8080/manager/text</url> - <server>tomcat</server> - <path>/${proj.name}</path> - <username>admin</username> - <password>admin</password> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>${war.plugin.version}</version> - <configuration> - <webResources> - <resource> - <directory>${project.basedir}/src/main/webapp/WEB-INF</directory> - <filtering>true</filtering> - <targetPath>WEB-INF</targetPath> - <includes> - <include>**/web.xml</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>${source.plugin.version}</version> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.plugin.version}</version> - <configuration> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jaxb2-maven-plugin</artifactId> - <version>${jaxb.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>${resources.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>${maven.jar.plugin.version}</version> - </plugin> - <!--plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${owasp.dependency-check.version}</version> - <configuration> - <failBuildOnCVSS>8</failBuildOnCVSS> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin--> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>${compile.plugin.version}</version> - <configuration> - <source>${java.version}</source> - <target>${java.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.plugin.version}</version> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadoc.plugin.version}</version> - <configuration> - <detectLinks>true</detectLinks> - </configuration> - </plugin> - </plugins> - </build> - <modules> - <module>../EIDAS-Light-Commons</module> - <module>../EIDAS-Commons</module> - <module>../EIDAS-ConfigModule</module> - <module>../EIDAS-Encryption</module> - <module>../EIDAS-Metadata</module> - <module>../EIDAS-SpecificCommunicationDefinition</module> - <!--start of TODO remove when/if EIDAS-Node pom does not depend on eidas-jcache-dev-node artifact to test--> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - <!--TODOEND--> - </modules> - <profiles> - <profile> - <id>NodeOnly</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SAMLEngine</module> - <module>../EIDAS-UPDATER</module> - <module>../EIDAS-Node</module> - </modules> - </profile> - <profile> - <id>DemoToolsOnly</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-SimpleProtocol</module> - <module>../EIDAS-SpecificProxyService</module> - <module>../EIDAS-SpecificConnector</module> - <module>../EIDAS-SP</module> - <module>../EIDAS-IdP-1.0</module> - </modules> - </profile> - <profile> - <id>nodeJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheHazelcast</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Node</module> - </modules> - </profile> - <profile> - <id>nodeJcacheDev</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Node</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Ignite</module> - <module>../EIDAS-JCache-Ignite-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheHazelcast</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>../EIDAS-JCache-Hazelcast</module> - <module>../EIDAS-JCache-Hazelcast-Specific-Communication</module> - </modules> - </profile> - <profile> - <id>specificCommunicationJcacheDev</id> - <activation> - <activeByDefault>false</activeByDefault> - <property> - <name>specificJar</name> - </property> - </activation> - <modules> - <module>../EIDAS-JCache-Dev</module> - <module>../EIDAS-JCache-Dev-Specific-Communication</module> - </modules> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.0.0/eidas-specific-communication-definition-2.0.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.0.0/eidas-specific-communication-definition-2.0.0.jar Binary files differdeleted file mode 100644 index de8abbd2..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.0.0/eidas-specific-communication-definition-2.0.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.1.0/eidas-specific-communication-definition-2.1.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.1.0/eidas-specific-communication-definition-2.1.0.jar Binary files differdeleted file mode 100644 index e0dc0ed8..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.1.0/eidas-specific-communication-definition-2.1.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.1.0/eidas-specific-communication-definition-2.1.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.1.0/eidas-specific-communication-definition-2.1.0.pom deleted file mode 100644 index 1dc152d8..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.1.0/eidas-specific-communication-definition-2.1.0.pom +++ /dev/null @@ -1,131 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-specific-communication-definition</artifactId> - <packaging>jar</packaging> - <name>eIDAS Specific Communication Definition</name> - <description>Defines and implements the communication protocol to be used between specific and node modules.</description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.1.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <build> - <finalName>${artifactId}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>specificProxyServiceWarPackaging</id> - <activation> - <property> - <name>!specificJar</name> - </property> - </activation> - <properties> - <packaging.type>war</packaging.type> - </properties> - <build> - <finalName>${proj.name}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>copy-specific-connector-config</id> - <phase>process-resources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/${proj.name}/WEB-INF/classes - </outputDirectory> - <resources> - <resource> - <directory>${project.basedir}/src/main/config/warPackaging</directory> - <filtering>false</filtering> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <profile> - <id>specificProxyServiceJarPackaging</id> - <activation> - <property> - <name>specificJar</name> - </property> - </activation> - <properties> - <packaging.type>jar</packaging.type> - </properties> - <build> - <finalName>${artifactId}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>copy-specific-connector-config</id> - <phase>process-resources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/${proj.name}/WEB-INF/classes</outputDirectory> - <resources> - <resource> - <directory>${project.basedir}/src/main/config/jarPackaging</directory> - <filtering>false</filtering> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz-sources.jar Binary files differdeleted file mode 100644 index 4b34ad96..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz.jar Binary files differdeleted file mode 100644 index 646affce..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz.pom deleted file mode 100644 index 6e61215a..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.2.1-egiz/eidas-specific-communication-definition-2.2.1-egiz.pom +++ /dev/null @@ -1,131 +0,0 @@ -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-specific-communication-definition</artifactId> - <packaging>jar</packaging> - <name>eIDAS Specific Communication Definition</name> - <description>Defines and implements the communication protocol to be used between specific and node modules.</description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.2.1-egiz</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <build> - <finalName>${artifactId}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>specificProxyServiceWarPackaging</id> - <activation> - <property> - <name>!specificJar</name> - </property> - </activation> - <properties> - <packaging.type>war</packaging.type> - </properties> - <build> - <finalName>${proj.name}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>copy-specific-connector-config</id> - <phase>process-resources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/${proj.name}/WEB-INF/classes - </outputDirectory> - <resources> - <resource> - <directory>${project.basedir}/src/main/config/warPackaging</directory> - <filtering>false</filtering> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <profile> - <id>specificProxyServiceJarPackaging</id> - <activation> - <property> - <name>specificJar</name> - </property> - </activation> - <properties> - <packaging.type>jar</packaging.type> - </properties> - <build> - <finalName>${artifactId}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>copy-specific-connector-config</id> - <phase>process-resources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/${proj.name}/WEB-INF/classes</outputDirectory> - <resources> - <resource> - <directory>${project.basedir}/src/main/config/jarPackaging</directory> - <filtering>false</filtering> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0-sources.jar Binary files differdeleted file mode 100644 index c3dc8e3d..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0.jar Binary files differdeleted file mode 100644 index 9d26bcf5..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0.pom deleted file mode 100644 index fbf96ccf..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.3.0/eidas-specific-communication-definition-2.3.0.pom +++ /dev/null @@ -1,113 +0,0 @@ -<!-- - ~ Copyright (c) 2018 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-specific-communication-definition</artifactId> - <packaging>jar</packaging> - <name>eIDAS Specific Communication Definition</name> - <description>Defines and implements the communication protocol to be used between specific and node modules. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.3.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>specificCommunicationJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - </dependency> - </dependencies> - </profile> - <profile> - <id>specificCommunicationJcacheHazelcast</id> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId> - </dependency> - </dependencies> - </profile> - <profile> - <id>specificCommunicationJcacheProvidedImpl</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - </profile> - <profile> - <id>specificCommunicationJcacheDev</id> - <!-- <activation> --> - <!-- <property> --> - <!-- <name>specificJar</name> --> - <!-- </property> --> - <!-- </activation> --> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-specific-communication</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.4.0/eidas-specific-communication-definition-2.4.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.4.0/eidas-specific-communication-definition-2.4.0.jar Binary files differdeleted file mode 100644 index 17650922..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.4.0/eidas-specific-communication-definition-2.4.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.4.0/eidas-specific-communication-definition-2.4.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.4.0/eidas-specific-communication-definition-2.4.0.pom deleted file mode 100644 index b7e564a7..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.4.0/eidas-specific-communication-definition-2.4.0.pom +++ /dev/null @@ -1,113 +0,0 @@ -<!-- - ~ Copyright (c) 2018 by European Commission - ~ - ~ Licensed under the EUPL, Version 1.2 or - as soon they will be - ~ approved by the European Commission - subsequent versions of the - ~ EUPL (the "Licence"); - ~ You may not use this work except in compliance with the Licence. - ~ You may obtain a copy of the Licence at: - ~ https://joinup.ec.europa.eu/page/eupl-text-11-12 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the Licence is distributed on an "AS IS" basis, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - ~ implied. - ~ See the Licence for the specific language governing permissions and - ~ limitations under the Licence. - --> -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <artifactId>eidas-specific-communication-definition</artifactId> - <packaging>jar</packaging> - <name>eIDAS Specific Communication Definition</name> - <description>Defines and implements the communication protocol to be used between specific and node modules. - </description> - <parent> - <groupId>eu.eidas</groupId> - <artifactId>eidas-parent</artifactId> - <version>2.4.0</version> - <relativePath>../EIDAS-Parent/pom.xml</relativePath> - </parent> - <dependencies> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-commons</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>specificCommunicationJcacheIgnite</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-ignite-specific-communication</artifactId> - </dependency> - </dependencies> - </profile> - <profile> - <id>specificCommunicationJcacheHazelcast</id> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId> - </dependency> - </dependencies> - </profile> - <profile> - <id>specificCommunicationJcacheProvidedImpl</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - </profile> - <profile> - <id>specificCommunicationJcacheDev</id> - <!-- <activation> --> - <!-- <property> --> - <!-- <name>specificJar</name> --> - <!-- </property> --> - <!-- </activation> --> - <dependencies> - <dependency> - <groupId>eu.eidas</groupId> - <artifactId>eidas-jcache-dev-specific-communication</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> -</project> diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0-javadoc.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0-javadoc.jar Binary files differdeleted file mode 100644 index fad96d8a..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0-javadoc.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0-sources.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0-sources.jar Binary files differdeleted file mode 100644 index 9a2589d6..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0-sources.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0.jar b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0.jar Binary files differdeleted file mode 100644 index 8b8c387d..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0.jar +++ /dev/null diff --git a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0.pom b/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0.pom deleted file mode 100644 index 4fd93c22..00000000 --- a/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-specific-communication-definition/2.5.0/eidas-specific-communication-definition-2.5.0.pom +++ /dev/null @@ -1,136 +0,0 @@ -<!--
- ~ Copyright (c) 2020 by European Commission
- ~
- ~ Licensed under the EUPL, Version 1.2 or - as soon they will be
- ~ approved by the European Commission - subsequent versions of the
- ~ EUPL (the "Licence");
- ~ You may not use this work except in compliance with the Licence.
- ~ You may obtain a copy of the Licence at:
- ~ https://joinup.ec.europa.eu/page/eupl-text-11-12
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the Licence is distributed on an "AS IS" basis,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- ~ implied.
- ~ See the Licence for the specific language governing permissions and
- ~ limitations under the Licence.
- -->
-<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <artifactId>eidas-specific-communication-definition</artifactId>
- <packaging>jar</packaging>
- <name>eIDAS Specific Communication Definition</name>
- <description>Defines and implements the communication protocol to be used between specific and node modules.
- </description>
- <parent>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-parent</artifactId>
- <version>2.5.0</version>
- <relativePath>../EIDAS-Parent/pom.xml</relativePath>
- </parent>
- <properties>
- <lightRequest.xsd>lightRequest.xsd</lightRequest.xsd>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </dependency>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-commons</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-jcache-dev</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jaxb2-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>xjc</id>
- <goals>
- <goal>xjc</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <sources>
- <source>src/main/resources/xsds/${lightRequest.xsd}</source>
- <source>src/main/resources/xsds/lightResponse.xsd</source>
- </sources>
- <packageName>eu.eidas.specificcommunication</packageName>
- <noPackageLevelAnnotations>true</noPackageLevelAnnotations>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>specificCommunicationJcacheIgnite</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <dependencies>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-jcache-ignite-specific-communication</artifactId>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>specificCommunicationJcacheHazelcast</id>
- <dependencies>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-jcache-hazelcast-specific-communication</artifactId>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>specificCommunicationJcacheProvidedImpl</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- </profile>
- <profile>
- <id>specificCommunicationJcacheDev</id>
- <!-- <activation> -->
- <!-- <property> -->
- <!-- <name>specificJar</name> -->
- <!-- </property> -->
- <!-- </activation> -->
- <dependencies>
- <dependency>
- <groupId>eu.eidas</groupId>
- <artifactId>eidas-jcache-dev-specific-communication</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-</project>
diff --git a/eidas_modules/authmodule_id-austria/pom.xml b/eidas_modules/authmodule_id-austria/pom.xml index 3585fcea..25cbfc2e 100644 --- a/eidas_modules/authmodule_id-austria/pom.xml +++ b/eidas_modules/authmodule_id-austria/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule_id-austria</artifactId> @@ -79,7 +79,7 @@ <artifactId>mockwebserver</artifactId> <scope>test</scope> </dependency> - + <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>connector_lib</artifactId> @@ -130,9 +130,9 @@ <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>${spotbugs-maven-plugin.version}</version> - <configuration> + <!-- configuration> <excludeFilterFile>checks/spotbugs-exclude.xml</excludeFilterFile> - </configuration> + </configuration--> </plugin> <plugin> diff --git a/eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaAuthenticationSpringResourceProvider.java b/eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaAuthenticationSpringResourceProvider.java new file mode 100644 index 00000000..2240b843 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaAuthenticationSpringResourceProvider.java @@ -0,0 +1,56 @@ +/* + * Copyright 2018 A-SIT Plus GmbH + * AT-specific eIDAS Connector has been developed in a cooperation between EGIZ, + * A-SIT Plus GmbH, A-SIT, and Graz University of Technology. + * + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by + * the European Commission - subsequent versions of the EUPL (the "License"); + * You may not use this work except in compliance with the License. + * You may obtain a copy of the License at: + * https://joinup.ec.europa.eu/news/understanding-eupl-v12 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * This product combines work with different licenses. See the "NOTICE" text + * file for details on the various modules and licenses. + * The "NOTICE" text file is part of the distribution. Any derivative works + * that you distribute must include a readable copy of the "NOTICE" text file. +*/ + +package at.asitplus.eidas.specific.modules.auth.idaustria; + +import org.springframework.core.io.ClassPathResource; +import org.springframework.core.io.Resource; + +import at.gv.egiz.components.spring.api.SpringResourceProvider; + +public class IdAustriaAuthenticationSpringResourceProvider implements SpringResourceProvider { + + @Override + public String getName() { + return "Auth. module for ID Austria based authentication"; + } + + @Override + public String[] getPackagesToScan() { + return null; + + } + + @Override + public Resource[] getResourcesToLoad() { + final ClassPathResource idAustriaAuthConfig = + new ClassPathResource("/spring/id_austria_auth.beans.xml", + IdAustriaAuthenticationSpringResourceProvider.class); + final ClassPathResource idAustriaTaskConfig = + new ClassPathResource("/spring/id_austria_task.beans.xml", + IdAustriaAuthenticationSpringResourceProvider.class); + + return new Resource[] { idAustriaAuthConfig, idAustriaTaskConfig }; + } + +} diff --git a/eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaEidasProxyAuthenticationModulImpl.java b/eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaEidasProxyAuthenticationModulImpl.java new file mode 100644 index 00000000..6f90569c --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaEidasProxyAuthenticationModulImpl.java @@ -0,0 +1,91 @@ +/* + * Copyright 2018 A-SIT Plus GmbH + * AT-specific eIDAS Connector has been developed in a cooperation between EGIZ, + * A-SIT Plus GmbH, A-SIT, and Graz University of Technology. + * + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by + * the European Commission - subsequent versions of the EUPL (the "License"); + * You may not use this work except in compliance with the License. + * You may obtain a copy of the License at: + * https://joinup.ec.europa.eu/news/understanding-eupl-v12 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * This product combines work with different licenses. See the "NOTICE" text + * file for details on the various modules and licenses. + * The "NOTICE" text file is part of the distribution. Any derivative works + * that you distribute must include a readable copy of the "NOTICE" text file. +*/ + +package at.asitplus.eidas.specific.modules.auth.idaustria; + +import at.asitplus.eidas.specific.modules.msproxyservice.protocol.ProxyServicePendingRequest; +import at.gv.egiz.eaaf.core.api.IRequest; +import at.gv.egiz.eaaf.core.api.idp.auth.modules.AuthModule; +import at.gv.egiz.eaaf.core.api.idp.process.ExecutionContext; +import lombok.extern.slf4j.Slf4j; + +/** + * Authentication-process selection to start ID Austria authentication for eIDAS Proxy-Service requests. + * + * @author tlenz + * + */ +@Slf4j +public class IdAustriaEidasProxyAuthenticationModulImpl implements AuthModule { + + private static final String ID_AUSTRIA_EIDAS_PROXY_AUTHPROCESS_NAME = "idAustriaForEidasProxyService"; + + private int priority = 1; + + @Override + public int getPriority() { + return priority; + } + + /** + * Sets the priority of this module. Default value is {@code 0}. + * + * @param priority The priority. + */ + public void setPriority(int priority) { + this.priority = priority; + } + + /* + * (non-Javadoc) + * + * @see at.gv.egovernment.moa.id.auth.modules.AuthModule#selectProcess(at.gv. + * egovernment.moa.id.process.api.ExecutionContext) + */ + @Override + public String selectProcess(ExecutionContext context, IRequest pendingReq) { + if (pendingReq instanceof ProxyServicePendingRequest) { + log.info("Find eIDAS Proxy-Service request. Starting ID Austria based user authentication ... "); + return ID_AUSTRIA_EIDAS_PROXY_AUTHPROCESS_NAME; + + } else { + log.trace("No {} request. Ignore it for ID Austria authentication", + ProxyServicePendingRequest.class.getName()); + + } + + return null; + + } + + /* + * (non-Javadoc) + * + * @see at.gv.egovernment.moa.id.auth.modules.AuthModule#getProcessDefinitions() + */ + @Override + public String[] getProcessDefinitions() { + return new String[] { "classpath:/process/id_austria.Authentication.process.xml" }; + } + +} diff --git a/eidas_modules/authmodule_id-austria/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider b/eidas_modules/authmodule_id-austria/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider new file mode 100644 index 00000000..6bf41f6f --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider @@ -0,0 +1 @@ +at.asitplus.eidas.specific.modules.auth.idaustria.IdAustriaAuthenticationSpringResourceProvider
\ No newline at end of file diff --git a/eidas_modules/authmodule_id-austria/src/main/resources/process/id_austria.Authentication.process.xml b/eidas_modules/authmodule_id-austria/src/main/resources/process/id_austria.Authentication.process.xml new file mode 100644 index 00000000..e46b3c15 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/resources/process/id_austria.Authentication.process.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<pd:ProcessDefinition id="idAustriaForEidasProxyService" + xmlns:pd="http://reference.e-government.gv.at/namespace/moa/process/definition/v1"> + + + + <pd:Task id="finalizeAuthentication" class="FinalizeAuthenticationTask" /> + + + <pd:StartEvent id="start" /> + + <pd:Transition from="start" to="finalizeAuthentication" /> + + <!-- TODO: add ID Austria communication steps --> + + <pd:Transition from="finalizeAuthentication" to="end" /> + + <pd:EndEvent id="end" /> + +</pd:ProcessDefinition> diff --git a/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml new file mode 100644 index 00000000..adb54dc8 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + <context:annotation-config /> + + <bean id="idAustriaEidasProxyAuthModule" + class="at.asitplus.eidas.specific.modules.auth.idaustria.IdAustriaEidasProxyAuthenticationModulImpl" /> + +</beans>
\ No newline at end of file diff --git a/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml new file mode 100644 index 00000000..f95d71cc --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + <context:annotation-config /> + + +</beans>
\ No newline at end of file diff --git a/eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/IdAustriaAuthSpringResourceProviderTest.java b/eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/IdAustriaAuthSpringResourceProviderTest.java new file mode 100644 index 00000000..478a3ad4 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/IdAustriaAuthSpringResourceProviderTest.java @@ -0,0 +1,56 @@ +package at.asitplus.eidas.specific.modules.auth.idaustria.test; + +import java.io.IOException; +import java.io.InputStream; + +import org.apache.commons.io.IOUtils; +import org.junit.Assert; +import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.BlockJUnit4ClassRunner; +import org.springframework.core.io.Resource; + +import at.asitplus.eidas.specific.modules.auth.idaustria.IdAustriaAuthenticationSpringResourceProvider; +import at.gv.egiz.eaaf.core.test.TestConstants; + + + +@RunWith(BlockJUnit4ClassRunner.class) +public class IdAustriaAuthSpringResourceProviderTest { + + @Test + public void testSpringConfig() { + final IdAustriaAuthenticationSpringResourceProvider test = + new IdAustriaAuthenticationSpringResourceProvider(); + for (final Resource el : test.getResourcesToLoad()) { + try { + IOUtils.toByteArray(el.getInputStream()); + + } catch (final IOException e) { + Assert.fail("Ressouce: " + el.getFilename() + " not found"); + } + + } + + Assert.assertNotNull("no Name", test.getName()); + Assert.assertNull("Find package definitions", test.getPackagesToScan()); + + } + + @Test + public void testSpILoaderConfig() { + final InputStream el = this.getClass().getResourceAsStream(TestConstants.TEST_SPI_LOADER_PATH); + try { + final String spiFile = IOUtils.toString(el, "UTF-8"); + + Assert.assertEquals("Wrong classpath in SPI file", + IdAustriaAuthenticationSpringResourceProvider.class.getName(), spiFile); + + + } catch (final IOException e) { + Assert.fail("Ressouce: " + TestConstants.TEST_SPI_LOADER_PATH + " not found"); + + } + } + +} diff --git a/eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/IdAustriaEidasProxyAuthenticationModulImplTest.java b/eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/IdAustriaEidasProxyAuthenticationModulImplTest.java new file mode 100644 index 00000000..733d2e19 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/IdAustriaEidasProxyAuthenticationModulImplTest.java @@ -0,0 +1,97 @@ +package at.asitplus.eidas.specific.modules.auth.idaustria.test; + +import java.util.HashMap; +import java.util.Map; + +import org.junit.Assert; +import org.junit.Before; +import org.junit.Test; +import org.junit.runner.RunWith; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.core.io.Resource; +import org.springframework.core.io.ResourceLoader; +import org.springframework.test.annotation.DirtiesContext; +import org.springframework.test.annotation.DirtiesContext.ClassMode; +import org.springframework.test.context.ContextConfiguration; +import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; + +import at.asitplus.eidas.specific.modules.auth.idaustria.IdAustriaEidasProxyAuthenticationModulImpl; +import at.asitplus.eidas.specific.modules.msproxyservice.protocol.ProxyServicePendingRequest; +import at.gv.egiz.eaaf.core.api.data.EaafConfigConstants; +import at.gv.egiz.eaaf.core.api.idp.IConfiguration; +import at.gv.egiz.eaaf.core.api.idp.process.ExecutionContext; +import at.gv.egiz.eaaf.core.impl.idp.auth.modules.ModuleRegistration; +import at.gv.egiz.eaaf.core.impl.idp.module.test.DummyConfiguration; +import at.gv.egiz.eaaf.core.impl.idp.module.test.DummySpConfiguration; +import at.gv.egiz.eaaf.core.impl.idp.module.test.TestRequestImpl; +import at.gv.egiz.eaaf.core.impl.idp.process.ExecutionContextImpl; + +@RunWith(SpringJUnit4ClassRunner.class) +@ContextConfiguration(locations = { + "/spring/SpringTest-context_basic_test.xml", + "/spring/SpringTest-context_basic_mapConfig.xml"}) +@DirtiesContext(classMode = ClassMode.BEFORE_CLASS) +public class IdAustriaEidasProxyAuthenticationModulImplTest { + + @Autowired ModuleRegistration moduleReg; + @Autowired ResourceLoader loader; + + private final ExecutionContext executionContext = new ExecutionContextImpl(); + private DummySpConfiguration oaParam; + private IdAustriaEidasProxyAuthenticationModulImpl authProcess = + new IdAustriaEidasProxyAuthenticationModulImpl(); + + + /** + * jUnit test set-up. + * + */ + @Before + public void initialize() { + Map<String, String> configMap = new HashMap<String, String>(); + configMap.put(EaafConfigConstants.SERVICE_UNIQUEIDENTIFIER, "http://test.com/test"); + IConfiguration basicConfig = new DummyConfiguration(); + oaParam = new DummySpConfiguration(configMap, basicConfig); + + } + + @Test + public void checkProcessDefinition() { + Assert.assertNotNull("AuthModule is null", authProcess); + Assert.assertNotNull("AuthModule process is null", authProcess.getProcessDefinitions()); + + for (String el : authProcess.getProcessDefinitions()) { + Resource res = loader.getResource(el); + Assert.assertTrue("AuthProcess description not extist", res.exists()); + + } + } + + @Test + public void idAustriaAuthSelected() throws Exception { + ProxyServicePendingRequest pendingReq = new ProxyServicePendingRequest(); + pendingReq.setOnlineApplicationConfiguration(oaParam); + + //execute test + final String result = moduleReg.selectProcess(executionContext, pendingReq); + + //validate state + Assert.assertNotNull("Process is null", result); + Assert.assertEquals("Process Id not match", "idAustriaForEidasProxyService", result); + + } + + @Test + public void wrongPendingRequestType() throws Exception { + TestRequestImpl pendingReq = new TestRequestImpl(); + pendingReq.setSpConfig(oaParam); + + //execute test + final String result = moduleReg.selectProcess(executionContext, pendingReq); + + //validate state + Assert.assertNull("AuthProcessName", result); + + } + +} diff --git a/eidas_modules/authmodule_id-austria/src/test/resources/config/junit_config_1.properties b/eidas_modules/authmodule_id-austria/src/test/resources/config/junit_config_1.properties new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/test/resources/config/junit_config_1.properties diff --git a/eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml b/eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml new file mode 100644 index 00000000..3a9214fb --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + <context:annotation-config /> + + <bean id="dummyMapBasedConfiguration" + class="at.asitplus.eidas.specific.connector.test.config.dummy.MsConnectorDummyConfigMap"> + <constructor-arg value="/config/junit_config_1.properties" /> + <property name="configRootDirSufix" value="src/test/resources/config" /> + </bean> + +</beans>
\ No newline at end of file diff --git a/eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_test.xml b/eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_test.xml new file mode 100644 index 00000000..0f42ceb5 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_test.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + + <import resource="classpath:/SpringTest-context_authManager.xml" /> + <import resource="classpath:/spring/id_austria_auth.beans.xml"/> + + + +</beans>
\ No newline at end of file diff --git a/eidas_modules/eidas_proxy-sevice/pom.xml b/eidas_modules/eidas_proxy-sevice/pom.xml index 6b280c64..577d23e6 100644 --- a/eidas_modules/eidas_proxy-sevice/pom.xml +++ b/eidas_modules/eidas_proxy-sevice/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>eidas_proxy-sevice</artifactId> @@ -31,7 +31,6 @@ <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> </dependency> - <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-core</artifactId> @@ -142,9 +141,9 @@ <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>${spotbugs-maven-plugin.version}</version> - <configuration> + <!-- configuration> <excludeFilterFile>checks/spotbugs-exclude.xml</excludeFilterFile> - </configuration> + </configuration--> </plugin> <plugin> diff --git a/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/MsProxyServiceSpringResourceProvider.java b/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/MsProxyServiceSpringResourceProvider.java new file mode 100644 index 00000000..d36e4712 --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/MsProxyServiceSpringResourceProvider.java @@ -0,0 +1,52 @@ +/* + * Copyright 2018 A-SIT Plus GmbH + * AT-specific eIDAS Connector has been developed in a cooperation between EGIZ, + * A-SIT Plus GmbH, A-SIT, and Graz University of Technology. + * + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by + * the European Commission - subsequent versions of the EUPL (the "License"); + * You may not use this work except in compliance with the License. + * You may obtain a copy of the License at: + * https://joinup.ec.europa.eu/news/understanding-eupl-v12 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * This product combines work with different licenses. See the "NOTICE" text + * file for details on the various modules and licenses. + * The "NOTICE" text file is part of the distribution. Any derivative works + * that you distribute must include a readable copy of the "NOTICE" text file. +*/ + +package at.asitplus.eidas.specific.modules.msproxyservice; + +import org.springframework.core.io.ClassPathResource; +import org.springframework.core.io.Resource; + +import at.gv.egiz.components.spring.api.SpringResourceProvider; + +public class MsProxyServiceSpringResourceProvider implements SpringResourceProvider { + + @Override + public String getName() { + return "MS-specific eIDAS Proxy-Service module"; + } + + @Override + public String[] getPackagesToScan() { + return null; + + } + + @Override + public Resource[] getResourcesToLoad() { + final ClassPathResource eidasProxyServiceConfig = + new ClassPathResource("/spring/eidas_proxy-service.beans.xml", MsProxyServiceSpringResourceProvider.class); + + return new Resource[] { eidasProxyServiceConfig }; + } + +} diff --git a/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/protocol/ProxyServicePendingRequest.java b/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/protocol/ProxyServicePendingRequest.java new file mode 100644 index 00000000..acd314c6 --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/protocol/ProxyServicePendingRequest.java @@ -0,0 +1,15 @@ +package at.asitplus.eidas.specific.modules.msproxyservice.protocol; + +import at.gv.egiz.eaaf.core.impl.idp.controller.protocols.RequestImpl; + +/** + * Pending-request of an authentication process from eIDAS Proxy-Service. + * + * @author tlenz + * + */ +public class ProxyServicePendingRequest extends RequestImpl { + + private static final long serialVersionUID = 4227378344716277935L; + +} diff --git a/eidas_modules/eidas_proxy-sevice/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider b/eidas_modules/eidas_proxy-sevice/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider new file mode 100644 index 00000000..9158d2e6 --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/main/resources/META-INF/services/at.gv.egiz.components.spring.api.SpringResourceProvider @@ -0,0 +1 @@ +at.asitplus.eidas.specific.modules.msproxyservice.MsProxyServiceSpringResourceProvider
\ No newline at end of file diff --git a/eidas_modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml b/eidas_modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml new file mode 100644 index 00000000..f8bd8cc9 --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + <context:annotation-config /> + + +</beans>
\ No newline at end of file diff --git a/eidas_modules/eidas_proxy-sevice/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/MsProxyServiceSpringResourceProviderTest.java b/eidas_modules/eidas_proxy-sevice/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/MsProxyServiceSpringResourceProviderTest.java new file mode 100644 index 00000000..8c6da366 --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/MsProxyServiceSpringResourceProviderTest.java @@ -0,0 +1,56 @@ +package at.asitplus.eidas.specific.modules.auth.idaustria.test; + +import java.io.IOException; +import java.io.InputStream; + +import org.apache.commons.io.IOUtils; +import org.junit.Assert; +import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.BlockJUnit4ClassRunner; +import org.springframework.core.io.Resource; + +import at.asitplus.eidas.specific.modules.msproxyservice.MsProxyServiceSpringResourceProvider; +import at.gv.egiz.eaaf.core.test.TestConstants; + + + +@RunWith(BlockJUnit4ClassRunner.class) +public class MsProxyServiceSpringResourceProviderTest { + + @Test + public void testSpringConfig() { + final MsProxyServiceSpringResourceProvider test = + new MsProxyServiceSpringResourceProvider(); + for (final Resource el : test.getResourcesToLoad()) { + try { + IOUtils.toByteArray(el.getInputStream()); + + } catch (final IOException e) { + Assert.fail("Ressouce: " + el.getFilename() + " not found"); + } + + } + + Assert.assertNotNull("no Name", test.getName()); + Assert.assertNull("Find package definitions", test.getPackagesToScan()); + + } + + @Test + public void testSpILoaderConfig() { + final InputStream el = this.getClass().getResourceAsStream(TestConstants.TEST_SPI_LOADER_PATH); + try { + final String spiFile = IOUtils.toString(el, "UTF-8"); + + Assert.assertEquals("Wrong classpath in SPI file", + MsProxyServiceSpringResourceProvider.class.getName(), spiFile); + + + } catch (final IOException e) { + Assert.fail("Ressouce: " + TestConstants.TEST_SPI_LOADER_PATH + " not found"); + + } + } + +} diff --git a/eidas_modules/eidas_proxy-sevice/src/test/resources/config/junit_config_1.properties b/eidas_modules/eidas_proxy-sevice/src/test/resources/config/junit_config_1.properties new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/test/resources/config/junit_config_1.properties diff --git a/eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml b/eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml new file mode 100644 index 00000000..3a9214fb --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + <context:annotation-config /> + + <bean id="dummyMapBasedConfiguration" + class="at.asitplus.eidas.specific.connector.test.config.dummy.MsConnectorDummyConfigMap"> + <constructor-arg value="/config/junit_config_1.properties" /> + <property name="configRootDirSufix" value="src/test/resources/config" /> + </bean> + +</beans>
\ No newline at end of file diff --git a/eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_test.xml b/eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_test.xml new file mode 100644 index 00000000..61d1792f --- /dev/null +++ b/eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_test.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:aop="http://www.springframework.org/schema/aop" + xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> + + + <import resource="classpath:/SpringTest-context_authManager.xml" /> + <import resource="classpath:/spring/eidas_proxy-service.beans.xml"/> + + + +</beans>
\ No newline at end of file diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml index 758180e0..5a46c828 100644 --- a/eidas_modules/pom.xml +++ b/eidas_modules/pom.xml @@ -14,6 +14,8 @@ <modules> <module>authmodule-eIDAS-v2</module> + <module>authmodule_id-austria</module> + <module>eidas_proxy-sevice</module> </modules> |