diff --git a/pom.xml b/pom.xml index 6ac20221ba0f2b82e36acf743ec80fbd3cc92927..00f83f505b4648343bfc1f6466a7937da514dc52 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ ~ 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" +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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.europa.ec</groupId> @@ -22,34 +22,81 @@ <version>4.2-SNAPSHOT</version> <modules> - <module>smp-parent-pom</module> + <!-- module>smp-parent-pom</module --> <module>smp-api</module> - <module>smp-angular</module> + <!-- module>smp-angular</module --> <module>smp-server-library</module> <module>smp-webapp</module> </modules> <properties> + <!-- Only selected modules are deployed --> <maven.deploy.skip>true</maven.deploy.skip> - <project.scm.id>edelivery-scm</project.scm.id> + <edelivery.ssl-auth.version>1.8</edelivery.ssl-auth.version> + + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <ant-commons-net.version>1.6.5</ant-commons-net.version> + <aspectj.version>1.8.6</aspectj.version> + <bdmsl.api.version>4.1.0</bdmsl.api.version> + <bouncycastle.version>1.69</bouncycastle.version> + <build.helper.maven.version>1.9.1</build.helper.maven.version> + <commons-beanutils.version>1.9.4</commons-beanutils.version> + <commons-collections.version>3.2.2</commons-collections.version> + <commons-io.version>2.4</commons-io.version> + <commons-lang3.version>3.12.0</commons-lang3.version> + <commons-net.version>1.4.1</commons-net.version> + <commons-validator.version>1.7</commons-validator.version> + <cxf-xjc-runtime.version>3.2.0</cxf-xjc-runtime.version> + <cxf.version>3.4.5</cxf.version> + <dnsjava.version>2.1.7</dnsjava.version> + <ehcache.version>2.10.6</ehcache.version> + <guava.version>24.1.1-jre</guava.version> + <h2.version>1.4.187</h2.version> + <hamcrest.version>2.0.0.0</hamcrest.version> + <hibernate-jpa.version>1.0.2.Final</hibernate-jpa.version> + <hibernate.validator.version>7.0.1.Final</hibernate.validator.version> + <hibernate.version>5.5.7.Final</hibernate.version> + <httpclient.version>4.5.13</httpclient.version> + <jackson.version>2.13.0</jackson.version> + <javaee-api.version>7.0</javaee-api.version> + <javax.annotation.version>1.3.2</javax.annotation.version> + <jaxb.version>2.2.11</jaxb.version> + <jaxb2-basics.version>1.11.1</jaxb2-basics.version> + <jstl.version>1.2</jstl.version> + <junit.version>4.12</junit.version> + <junitparams.version>1.0.5</junitparams.version> + <logback.version>1.2.10</logback.version> + <metro.version>2.2.1-1</metro.version> + <mockito.version>2.23.4</mockito.version> + <orika.version>1.4.6</orika.version> + <servlet-api.version>3.0.1</servlet-api.version> + <slf4j.version>1.7.32</slf4j.version> + <soapui.plugin.version>5.1.2</soapui.plugin.version> + <spring-modules-jakarta-commons.version>0.8</spring-modules-jakarta-commons.version> + <spring.boot.version>2.6.3</spring.boot.version> + <spring.security.version>5.6.1</spring.security.version> + <spring.version>5.3.15</spring.version> + <xmlunit.version>2.5.1</xmlunit.version> + + <!-- jacoco, sonar code coverage settings start --> + <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> + <sonar.jacoco.reportPath>${maven.multiModuleProjectDirectory}/code-coverage/jacoco-ut.exec + </sonar.jacoco.reportPath> + <sonar.jacoco.itReportPath>${maven.multiModuleProjectDirectory}/code-coverage/jacoco-it.exec + </sonar.jacoco.itReportPath> + <sonar.language>java</sonar.language> + <sonar.host.url>http://localhost:9000/sonar/</sonar.host.url> <sonar.exclusions>**/smp/data/model/*,**/smp/data/ui/*, **/smp/ui/exception/*,**/smp/services/ui/filters/*, **/smp/exceptions/*, **/smp/data/ui/enums/*, **/to_be_removed/* </sonar.exclusions> - <sonar.language>java</sonar.language> - <!-- jacoco remote agent settings start --> <sonar.jacoco.remotePort>${jacocoRemotePort}</sonar.jacoco.remotePort> <sonar.jacoco.remoteAddress>${jacocoRemoteAddress}</sonar.jacoco.remoteAddress> - <!-- jacoco remote agent settings end --> - <!-- jacoco, sonar code coverage settings start --> - <sonar.jacoco.codeCoveragePath>${maven.multiModuleProjectDirectory}/code-coverage</sonar.jacoco.codeCoveragePath> - <sonar.jacoco.reportPath>${sonar.jacoco.codeCoveragePath}/jacoco-ut.exec</sonar.jacoco.reportPath> - <sonar.maven.plugin.version>3.5.0.1254</sonar.maven.plugin.version> <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version> - - <!-- default value for deploy under Weblogic, etc --> - <deployWarFolder>/home/edelivery/oracle/middleware/domains/bdmsl/autodeploy/</deployWarFolder> + <surefire.maven.plugin.version>2.22.1</surefire.maven.plugin.version> + <!-- latest version compatible with SonarQube 5.6 is: 3.3.0.603--> + <sonar.maven.plugin.version>3.5.0.1254</sonar.maven.plugin.version> </properties> <scm> @@ -57,7 +104,6 @@ <tag>HEAD</tag> </scm> - <pluginRepositories> <pluginRepository> <id>SmartBearPluginRepository</id> @@ -69,6 +115,489 @@ </pluginRepository> </pluginRepositories> + <repositories> + <repository> + <id>cefdigital-releases</id> + <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>cefdigital-snapshots</id> + <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>cefdigital-thirdparty</id> + <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-third-party/</url> + </repository> + </repositories> + + + <!-- Default version numbers to use --> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>eu.europa.ec.edelivery</groupId> + <artifactId>edelivery-springsecurity-2-way-ssl-auth</artifactId> + <version>${edelivery.ssl-auth.version}</version> + </dependency> + <dependency> + <groupId>eu.europa.ec.bdmsl</groupId> + <artifactId>bdmsl-api</artifactId> + <version>${bdmsl.api.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-security</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-security</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-features-logging</artifactId> + <version>${cxf.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${httpclient.version}</version> + </dependency> + + <dependency> + <groupId>eu.europa.ec.cipa</groupId> + <artifactId>cipa-edelivery-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.1-api</artifactId> + <version>${hibernate-jpa.version}</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + <version>${hibernate.version}</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-entitymanager</artifactId> + <version>${hibernate.version}</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + <version>${hibernate.validator}</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-envers</artifactId> + <version>${hibernate.version}</version> + </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>${h2.version}</version> + </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${jaxb.version}</version> + </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + <version>${jaxb.version}</version> + </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-core</artifactId> + <version>${jaxb.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-oxm</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-orm</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-webmvc</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-jdbc</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-core</artifactId> + <version>${spring.security.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-web</artifactId> + <version>${spring.security.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-config</artifactId> + <version>${spring.security.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-cas</artifactId> + <version>${spring.security.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-test</artifactId> + <version>${spring.security.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <version>${spring.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <version>${javax.annotation.version}</version> + </dependency> + <dependency> + <groupId>org.aspectj</groupId> + <artifactId>aspectjweaver</artifactId> + <version>${aspectj.version}</version> + </dependency> + <dependency> + <groupId>ma.glasnost.orika</groupId> + <artifactId>orika-core</artifactId> + <version>${orika.version}</version> + </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>${guava.version}</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>${logback.version}</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-ext</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>org.jvnet.jaxb2_commons</groupId> + <artifactId>jaxb2-basics</artifactId> + <version>${jaxb2-basics.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf.xjc-utils</groupId> + <artifactId>cxf-xjc-runtime</artifactId> + <version>${cxf-xjc-runtime.version}</version> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>${mockito.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <!-- Jackson--> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson.version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>${jackson.version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>${jackson.version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + <version>${jackson.version}</version> + </dependency> + <!-- End Jackson--> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${commons-lang3.version}</version> + </dependency> + <dependency> + <groupId>javax</groupId> + <artifactId>javaee-api</artifactId> + <version>${javaee-api.version}</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + <version>${jstl.version}</version> + </dependency> + <dependency> + <groupId>net.sf.ehcache</groupId> + <artifactId>ehcache</artifactId> + <version>${ehcache.version}</version> + </dependency> + <dependency> + <groupId>org.springmodules</groupId> + <artifactId>spring-modules-jakarta-commons</artifactId> + <version>${spring-modules-jakarta-commons.version}</version> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>${bouncycastle.version}</version> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>${bouncycastle.version}</version> + </dependency> + <dependency> + <groupId>dnsjava</groupId> + <artifactId>dnsjava</artifactId> + <version>${dnsjava.version}</version> + </dependency> + + <dependency> + <groupId>ant</groupId> + <artifactId>ant-commons-net</artifactId> + <version>${ant-commons-net.version}</version> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>${commons-net.version}</version> + </dependency> + <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + <version>${commons-validator.version}</version> + </dependency> + <!-- commons-collections and commons-beanutils are transient dependencies of + slf4j: 1.7.32 and commons-validator: 1.7 + they were upgraded because of OWASP reported ISSUE. When upgrading SLF4J check if this is still needed + --> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>${commons-collections.version}</version> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>${commons-beanutils.version}</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons-io.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>${servlet-api.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>pl.pragmatists</groupId> + <artifactId>JUnitParams</artifactId> + <version>${junitparams.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.xmlunit</groupId> + <artifactId>xmlunit-core</artifactId> + <version>${xmlunit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.xmlunit</groupId> + <artifactId>xmlunit-matchers</artifactId> + <version>${xmlunit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-junit</artifactId> + <version>${hamcrest.version}</version> + <scope>test</scope> + </dependency> + <!-- Test dependencies --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-jpa</artifactId> + <version>${spring.boot.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <version>${spring.boot.version}</version> + </dependency> + </dependencies> + </dependencyManagement> + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>${surefire.maven.plugin.version}</version> + </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <version>${jacoco.maven.plugin.version}</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>${sonar.maven.plugin.version}</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>${build.helper.maven.version}</version> + </plugin> + <plugin> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-codegen-plugin</artifactId> + <version>${cxf.version}</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.8</version> + </plugin> + <plugin> + <groupId>com.smartbear.soapui</groupId> + <artifactId>soapui-pro-maven-plugin</artifactId> + <version>${soapui.plugin.version}</version> + </plugin> + <plugin> + <groupId>com.smartbear.soapui</groupId> + <artifactId>soapui-maven-plugin</artifactId> + <version>${soapui.plugin.version}</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.2</version> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>3.0.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.6</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>${sonar.maven.plugin.version}</version> + </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.3</version> + <configuration> + <autoVersionSubmodules>true</autoVersionSubmodules> + </configuration> + </plugin> + </plugins> + + </build> <profiles> <!-- soap ui --> <profile> @@ -265,20 +794,5 @@ </build> </profile> </profiles> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>sonar-maven-plugin</artifactId> - <version>${sonar.maven.plugin.version}</version> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - </configuration> - </plugin> - </plugins> - </build> + </project> diff --git a/smp-parent-pom/pom.xml b/smp-parent-pom/pom.xml deleted file mode 100644 index aee3f39fbc36536a1fd3d527f775a368b18137e9..0000000000000000000000000000000000000000 --- a/smp-parent-pom/pom.xml +++ /dev/null @@ -1,742 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Copyright 2017 European Commission | CEF eDelivery - ~ - ~ 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 attached in file: LICENCE-EUPL-v1.2.pdf - ~ - ~ 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.europa.ec.edelivery</groupId> - <artifactId>smp-parent-pom</artifactId> - <version>4.2-SNAPSHOT</version> - <packaging>pom</packaging> - <name>smp-parent-pom</name> - <description>SMP - CEF eDelivery</description> - - <!-- Used licenses --> - <licenses> - <license> - <name>EUPL 1.2</name> - <url>https://joinup.ec.europa.eu/software/page/eupl/licence-eupl</url> - <distribution>repo</distribution> - </license> - </licenses> - - <!-- Where to deploy binaries --> - <distributionManagement> - <repository> - <id>cefdigital-releases</id> - <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery/</url> - </repository> - <snapshotRepository> - <id>cefdigital-snapshots</id> - <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-snapshots/</url> - </snapshotRepository> - </distributionManagement> - - <!-- Properties for default plugins --> - <properties> - <!-- Only selected modules are deployed --> - <maven.deploy.skip>true</maven.deploy.skip> - <edelivery.ssl-auth.version>1.8</edelivery.ssl-auth.version> - - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <slf4j.version>1.7.32</slf4j.version> - <spring.version>5.3.15</spring.version> - <spring.security.version>5.6.1</spring.security.version> - <spring.boot.version>2.6.3</spring.boot.version> - <bdmsl.api.version>4.1.0</bdmsl.api.version> - <cxf.version>3.4.5</cxf.version> - <cxf-xjc-runtime.version>3.2.0</cxf-xjc-runtime.version> - <httpclient.version>4.5.13</httpclient.version> - <build.helper.maven.version>1.9.1</build.helper.maven.version> - <ehcache.version>2.10.6</ehcache.version> - <spring-modules-jakarta-commons.version>0.8</spring-modules-jakarta-commons.version> - <bouncycastle.version>1.69</bouncycastle.version> - <dnsjava.version>2.1.7</dnsjava.version> - <h2.version>1.4.187</h2.version> - <jstl.version>1.2</jstl.version> - <javaee-api.version>7.0</javaee-api.version> - <commons-lang3.version>3.12.0</commons-lang3.version> - <commons-validator.version>1.7</commons-validator.version> - <commons-collections.version>3.2.2</commons-collections.version> - <commons-beanutils.version>1.9.4</commons-beanutils.version> - <junit.version>4.12</junit.version> - <mockito.version>2.23.4</mockito.version> - <guava.version>24.1.1-jre</guava.version> - <orika.version>1.4.6</orika.version> - <aspectj.version>1.8.6</aspectj.version> - <jaxb.version>2.2.11</jaxb.version> - <jaxb2-basics.version>1.11.1</jaxb2-basics.version> - <javax.annotation.version>1.3.2</javax.annotation.version> - <hibernate.version>5.5.7.Final</hibernate.version> - <hibernate-jpa.version>1.0.2.Final</hibernate-jpa.version> - <hibernate.validator.version>7.0.1.Final</hibernate.validator.version> - <h2.version>1.4.187</h2.version> - <soapui.plugin.version>5.1.2</soapui.plugin.version> - <commons-net.version>1.4.1</commons-net.version> - <ant-commons-net.version>1.6.5</ant-commons-net.version> - <servlet-api.version>3.0.1</servlet-api.version> - <metro.version>2.2.1-1</metro.version> - <commons-io.version>2.4</commons-io.version> - <junitparams.version>1.0.5</junitparams.version> - <xmlunit.version>2.5.1</xmlunit.version> - <hamcrest.version>2.0.0.0</hamcrest.version> - <jackson.version>2.13.0</jackson.version> - <logback.version>1.2.10</logback.version> - - <!-- jacoco, sonar code coverage settings start --> - <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> - <sonar.jacoco.reportPath>${maven.multiModuleProjectDirectory}/code-coverage/jacoco-ut.exec - </sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>${maven.multiModuleProjectDirectory}/code-coverage/jacoco-it.exec - </sonar.jacoco.itReportPath> - <sonar.language>java</sonar.language> - - - <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version> - <surefire.maven.plugin.version>2.22.1</surefire.maven.plugin.version> - <!-- latest version compatible with SonarQube 5.6 is: 3.3.0.603--> - <sonar.maven.plugin.version>3.5.0.1254</sonar.maven.plugin.version> - - </properties> - - <!-- Where are we looking for JARs? --> - <pluginRepositories> - <pluginRepository> - <id>smartbear</id> - <url>http://smartbearsoftware.com/repository/maven2</url> - </pluginRepository> - <pluginRepository> - <id>webgate-digit-third-party</id> - <url>https://webgate.ec.europa.eu/CITnet/nexus/content/repositories/thirdparty</url> - </pluginRepository> - <pluginRepository> - <id>webgate-digit</id> - <url>https://webgate.ec.europa.eu/CITnet/nexus/content/repositories/public</url> - </pluginRepository> - <pluginRepository> - <id>webgate-digit-soapui</id> - <url>https://webgate.ec.europa.eu/CITnet/nexus/content/repositories/soapui/</url> - </pluginRepository> - </pluginRepositories> - <repositories> - <repository> - <id>cefdigital-releases</id> - <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>cefdigital-snapshots</id> - <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> - <id>cefdigital-thirdparty</id> - <url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-third-party/</url> - </repository> - <repository> - <id>webgate-digit</id> - <url>https://webgate.ec.europa.eu/CITnet/nexus/content/repositories/thirdparty</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <!-- Default version numbers to use --> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>eu.europa.ec.edelivery</groupId> - <artifactId>edelivery-springsecurity-2-way-ssl-auth</artifactId> - <version>${edelivery.ssl-auth.version}</version> - </dependency> - <dependency> - <groupId>eu.europa.ec.bdmsl</groupId> - <artifactId>bdmsl-api</artifactId> - <version>${bdmsl.api.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-security</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-features-logging</artifactId> - <version>${cxf.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>${httpclient.version}</version> - </dependency> - - <dependency> - <groupId>eu.europa.ec.cipa</groupId> - <artifactId>cipa-edelivery-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.hibernate.javax.persistence</groupId> - <artifactId>hibernate-jpa-2.1-api</artifactId> - <version>${hibernate-jpa.version}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - <version>${hibernate.version}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-entitymanager</artifactId> - <version>${hibernate.version}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - <version>${hibernate.validator}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-envers</artifactId> - <version>${hibernate.version}</version> - </dependency> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>${h2.version}</version> - </dependency> - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>${jaxb.version}</version> - </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - <version>${jaxb.version}</version> - </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-core</artifactId> - <version>${jaxb.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-oxm</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-orm</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-webmvc</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-jdbc</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-core</artifactId> - <version>${spring.security.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-web</artifactId> - <version>${spring.security.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-config</artifactId> - <version>${spring.security.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-cas</artifactId> - <version>${spring.security.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <version>${spring.security.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <version>${spring.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>javax.annotation-api</artifactId> - <version>${javax.annotation.version}</version> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> - <artifactId>aspectjweaver</artifactId> - <version>${aspectj.version}</version> - </dependency> - <dependency> - <groupId>ma.glasnost.orika</groupId> - <artifactId>orika-core</artifactId> - <version>${orika.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-ext</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.jvnet.jaxb2_commons</groupId> - <artifactId>jaxb2-basics</artifactId> - <version>${jaxb2-basics.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf.xjc-utils</groupId> - <artifactId>cxf-xjc-runtime</artifactId> - <version>${cxf-xjc-runtime.version}</version> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <!-- Jackson--> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-annotations</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.datatype</groupId> - <artifactId>jackson-datatype-jsr310</artifactId> - <version>${jackson.version}</version> - </dependency> - <!-- End Jackson--> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>${commons-lang3.version}</version> - </dependency> - <dependency> - <groupId>javax</groupId> - <artifactId>javaee-api</artifactId> - <version>${javaee-api.version}</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>${jstl.version}</version> - </dependency> - <dependency> - <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache</artifactId> - <version>${ehcache.version}</version> - </dependency> - <dependency> - <groupId>org.springmodules</groupId> - <artifactId>spring-modules-jakarta-commons</artifactId> - <version>${spring-modules-jakarta-commons.version}</version> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcpkix-jdk15on</artifactId> - <version>${bouncycastle.version}</version> - </dependency> - <dependency> - <groupId>dnsjava</groupId> - <artifactId>dnsjava</artifactId> - <version>${dnsjava.version}</version> - </dependency> - - <dependency> - <groupId>ant</groupId> - <artifactId>ant-commons-net</artifactId> - <version>${ant-commons-net.version}</version> - </dependency> - <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>${commons-net.version}</version> - </dependency> - <dependency> - <groupId>commons-validator</groupId> - <artifactId>commons-validator</artifactId> - <version>${commons-validator.version}</version> - </dependency> - <!-- commons-collections and commons-beanutils are transient dependencies of - slf4j: 1.7.32 and commons-validator: 1.7 - they were upgraded because of OWASP reported ISSUE. When upgrading SLF4J check if this is still needed - --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons-collections.version}</version> - </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>${commons-beanutils.version}</version> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons-io.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>${servlet-api.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>pl.pragmatists</groupId> - <artifactId>JUnitParams</artifactId> - <version>${junitparams.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.xmlunit</groupId> - <artifactId>xmlunit-core</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.xmlunit</groupId> - <artifactId>xmlunit-matchers</artifactId> - <version>${xmlunit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-junit</artifactId> - <version>${hamcrest.version}</version> - <scope>test</scope> - </dependency> - <!-- Test dependencies --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-jpa</artifactId> - <version>${spring.boot.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-test</artifactId> - <version>${spring.boot.version}</version> - </dependency> - </dependencies> - </dependencyManagement> - - <!-- Dependencies automatically included --> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - - - <!-- Build plugins --> - <build> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>${surefire.maven.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>${jacoco.maven.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>sonar-maven-plugin</artifactId> - <version>${sonar.maven.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>${build.helper.maven.version}</version> - </plugin> - <plugin> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.8</version> - </plugin> - <plugin> - <groupId>com.smartbear.soapui</groupId> - <artifactId>soapui-pro-maven-plugin</artifactId> - <version>${soapui.plugin.version}</version> - </plugin> - <plugin> - <groupId>com.smartbear.soapui</groupId> - <artifactId>soapui-maven-plugin</artifactId> - <version>${soapui.plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.2</version> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>3.0.0</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.6</version> - </plugin> - </plugins> - </pluginManagement> - - <plugins> - <!-- Compile as Java 1.8 code (lifecycle: compile) --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <!-- fork needs to be false to compile JAXB resources. Otherwise the - problem with the forward slash in package-info.java on Windows occurs! --> - <fork>false</fork> - <source>1.8</source> - <target>1.8</target> - <showWarnings>true</showWarnings> - <maxmem>768m</maxmem> - <compilerArguments> - <encoding>${project.build.sourceEncoding}</encoding> - </compilerArguments> - </configuration> - </plugin> - - <!-- unit tests, surefire plugin --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <reportsDirectory>${maven.multiModuleProjectDirectory}/code-coverage/surefire-reports - </reportsDirectory> - </configuration> - <executions> - <execution> - <id>default-test</id> - <configuration> - <argLine>-server -ea -Duser.language=en -Xms512m -Xmx1024m ${surefire.argline} - </argLine> - <includes> - <include>**/*Test.java</include> - </includes> - <excludes> - <exclude>**/*IntegrationTest.java</exclude> - </excludes> - </configuration> - </execution> - </executions> - </plugin> - - <!-- integration tests, failsafe plugin --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <version>2.19.1</version> - <configuration> - <reportsDirectory>${maven.multiModuleProjectDirectory}/code-coverage/failsafe-reports - </reportsDirectory> - </configuration> - <executions> - <execution> - <id>integration-tests</id> - <phase>integration-test</phase> - <goals> - <goal>integration-test</goal> - <goal>verify</goal> - </goals> - <configuration> - <!-- Sets the VM argument line used when integration tests are run. --> - <argLine>-server -ea -Xms512m -Xmx1024m -Duser.language=en ${failsafe.argline} - </argLine> - - <includes> - <include>**/*IntegrationTest.java</include> - </includes> - <!-- Skips integration tests if the value of skipITs property is true--> - <skipTests>${skipITs}</skipTests> - - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.apache.maven.surefire</groupId> - <artifactId>surefire-junit47</artifactId> - <version>2.19.1</version> - </dependency> - </dependencies> - </plugin> - - <!-- jacoco start --> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>${jacoco.maven.plugin.version}</version> - <executions> - <execution> - <id>pre-unit-test</id> - <goals> - <goal>prepare-agent</goal> - </goals> - <configuration> - <destFile>${sonar.jacoco.reportPath}</destFile> - <propertyName>surefire.argline</propertyName> - <append>true</append> - </configuration> - </execution> - - <execution> - <id>pre-integration-test</id> - <phase>pre-integration-test</phase> - <goals> - <goal>prepare-agent-integration</goal> - </goals> - <configuration> - <!-- Sets the path to the file which contains the execution data. --> - <destFile>${sonar.jacoco.itReportPath}</destFile> - <propertyName>failsafe.argline</propertyName> - <append>true</append> - </configuration> - </execution> - </executions> - </plugin> - <!-- jacoco end --> - </plugins> - </build> -</project> diff --git a/smp-parent-pom/settings.xml b/smp-parent-pom/settings.xml deleted file mode 100644 index fe17e7035b28493aabb207e21c6fffb4c1379165..0000000000000000000000000000000000000000 --- a/smp-parent-pom/settings.xml +++ /dev/null @@ -1,100 +0,0 @@ -<!-- - ~ Copyright 2017 European Commission | CEF eDelivery - ~ - ~ 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 attached in file: LICENCE-EUPL-v1.2.pdf - ~ - ~ 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. - --> - -<settings> - <proxies> - <proxy> - <id>httpProxy</id> - <active>true</active> - <protocol>http</protocol> - <host>158.169.9.13</host> - <port>8012</port> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </proxy> - <proxy> - <id>httpsProxy</id> - <active>true</active> - <protocol>https</protocol> - <host>158.169.9.13</host> - <port>8012</port> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </proxy> - </proxies> - <mirrors> - <mirror> - <id>internal-repository</id> - <name>Maven Repository Manager running on repo.mycompany.com</name> - <url>https://joinup.ec.europa.eu/nexus/content/groups/public</url> - <mirrorOf>open-saml</mirrorOf> - </mirror> - </mirrors> - <servers> - <server> - <id>edelivery-snapshots</id> - <username>gutowpa</username> - <password>{2y/aQkOSNGYHhuusKhaDwLP/lm5YFzlJwyjUWXFDh74=}</password> - </server> - <server> - <id>edelivery-releases</id> - <username>gutowpa</username> - <password>{2y/aQkOSNGYHhuusKhaDwLP/lm5YFzlJwyjUWXFDh74=}</password> - </server> - <server> - <id>cefdigital-snapshots</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>cefdigital-releases</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>cefdigital-thirdparty</id> - <username>gutowpa</username> - <password>{2y/aQkOSNGYHhuusKhaDwLP/lm5YFzlJwyjUWXFDh74=}</password> - </server> - <server> - <id>webgate-digit</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>webgate-digit-third-party</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>webgate-digit-soapui</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>joinup-releases</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>joinup-snapshots</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - <server> - <id>joinup-3rdparty</id> - <username>j50b107</username> - <password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password> - </server> - </servers> -</settings> \ No newline at end of file