aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.5.0/eidas-parent-2.5.0.pom
diff options
context:
space:
mode:
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.5.0/eidas-parent-2.5.0.pom')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/repository/eu/eidas/eidas-parent/2.5.0/eidas-parent-2.5.0.pom898
1 files changed, 0 insertions, 898 deletions
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>