diff --git a/mvnw b/mvnw old mode 100644 new mode 100755 diff --git a/mvnw.cmd b/mvnw.cmd index 474c9d6b74cd3201de028ccee0332a53dc993d56..cba1f040dc3c8ca3445f24904051943a296b59bf 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -1,187 +1,187 @@ -@REM ---------------------------------------------------------------------------- -@REM Licensed to the Apache Software Foundation (ASF) under one -@REM or more contributor license agreements. See the NOTICE file -@REM distributed with this work for additional information -@REM regarding copyright ownership. The ASF licenses this file -@REM to you under the Apache License, Version 2.0 (the -@REM "License"); you may not use this file except in compliance -@REM with the License. You may obtain a copy of the License at -@REM -@REM http://www.apache.org/licenses/LICENSE-2.0 -@REM -@REM Unless required by applicable law or agreed to in writing, -@REM software distributed under the License is distributed on an -@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -@REM KIND, either express or implied. See the License for the -@REM specific language governing permissions and limitations -@REM under the License. -@REM ---------------------------------------------------------------------------- - -@REM ---------------------------------------------------------------------------- -@REM Apache Maven Wrapper startup batch script, version 3.1.1 -@REM -@REM Required ENV vars: -@REM JAVA_HOME - location of a JDK home dir -@REM -@REM Optional ENV vars -@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands -@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending -@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven -@REM e.g. to debug Maven itself, use -@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files -@REM ---------------------------------------------------------------------------- - -@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' -@echo off -@REM set title of command window -title %0 -@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on' -@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% - -@REM set %HOME% to equivalent of $HOME -if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") - -@REM Execute a user defined script before this one -if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre -@REM check for pre script, once with legacy .bat ending and once with .cmd ending -if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %* -if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %* -:skipRcPre - -@setlocal - -set ERROR_CODE=0 - -@REM To isolate internal variables from possible post scripts, we use another setlocal -@setlocal - -@REM ==== START VALIDATION ==== -if not "%JAVA_HOME%" == "" goto OkJHome - -echo. -echo Error: JAVA_HOME not found in your environment. >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -:OkJHome -if exist "%JAVA_HOME%\bin\java.exe" goto init - -echo. -echo Error: JAVA_HOME is set to an invalid directory. >&2 -echo JAVA_HOME = "%JAVA_HOME%" >&2 -echo Please set the JAVA_HOME variable in your environment to match the >&2 -echo location of your Java installation. >&2 -echo. -goto error - -@REM ==== END VALIDATION ==== - -:init - -@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". -@REM Fallback to current working directory if not found. - -set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% -IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir - -set EXEC_DIR=%CD% -set WDIR=%EXEC_DIR% -:findBaseDir -IF EXIST "%WDIR%"\.mvn goto baseDirFound -cd .. -IF "%WDIR%"=="%CD%" goto baseDirNotFound -set WDIR=%CD% -goto findBaseDir - -:baseDirFound -set MAVEN_PROJECTBASEDIR=%WDIR% -cd "%EXEC_DIR%" -goto endDetectBaseDir - -:baseDirNotFound -set MAVEN_PROJECTBASEDIR=%EXEC_DIR% -cd "%EXEC_DIR%" - -:endDetectBaseDir - -IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig - -@setlocal EnableExtensions EnableDelayedExpansion -for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a -@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% - -:endReadAdditionalConfig - -SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" -set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar" -set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain - -set WRAPPER_URL="https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar" - -FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO ( - IF "%%A"=="wrapperUrl" SET WRAPPER_URL=%%B -) - -@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central -@REM This allows using the maven wrapper in projects that prohibit checking in binary data. -if exist %WRAPPER_JAR% ( - if "%MVNW_VERBOSE%" == "true" ( - echo Found %WRAPPER_JAR% - ) -) else ( - if not "%MVNW_REPOURL%" == "" ( - SET WRAPPER_URL="%MVNW_REPOURL%/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar" - ) - if "%MVNW_VERBOSE%" == "true" ( - echo Couldn't find %WRAPPER_JAR%, downloading it ... - echo Downloading from: %WRAPPER_URL% - ) - - powershell -Command "&{"^ - "$webclient = new-object System.Net.WebClient;"^ - "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^ - "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^ - "}"^ - "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%WRAPPER_URL%', '%WRAPPER_JAR%')"^ - "}" - if "%MVNW_VERBOSE%" == "true" ( - echo Finished downloading %WRAPPER_JAR% - ) -) -@REM End of extension - -@REM Provide a "standardized" way to retrieve the CLI args that will -@REM work with both Windows and non-Windows executions. -set MAVEN_CMD_LINE_ARGS=%* - -%MAVEN_JAVA_EXE% ^ - %JVM_CONFIG_MAVEN_PROPS% ^ - %MAVEN_OPTS% ^ - %MAVEN_DEBUG_OPTS% ^ - -classpath %WRAPPER_JAR% ^ - "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" ^ - %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* -if ERRORLEVEL 1 goto error -goto end - -:error -set ERROR_CODE=1 - -:end -@endlocal & set ERROR_CODE=%ERROR_CODE% - -if not "%MAVEN_SKIP_RC%"=="" goto skipRcPost -@REM check for post script, once with legacy .bat ending and once with .cmd ending -if exist "%USERPROFILE%\mavenrc_post.bat" call "%USERPROFILE%\mavenrc_post.bat" -if exist "%USERPROFILE%\mavenrc_post.cmd" call "%USERPROFILE%\mavenrc_post.cmd" -:skipRcPost - -@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' -if "%MAVEN_BATCH_PAUSE%"=="on" pause - -if "%MAVEN_TERMINATE_CMD%"=="on" exit %ERROR_CODE% - -cmd /C exit /B %ERROR_CODE% +@REM ---------------------------------------------------------------------------- +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM ---------------------------------------------------------------------------- + +@REM ---------------------------------------------------------------------------- +@REM Apache Maven Wrapper startup batch script, version 3.1.1 +@REM +@REM Required ENV vars: +@REM JAVA_HOME - location of a JDK home dir +@REM +@REM Optional ENV vars +@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands +@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending +@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven +@REM e.g. to debug Maven itself, use +@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files +@REM ---------------------------------------------------------------------------- + +@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' +@echo off +@REM set title of command window +title %0 +@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on' +@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% + +@REM set %HOME% to equivalent of $HOME +if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") + +@REM Execute a user defined script before this one +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre +@REM check for pre script, once with legacy .bat ending and once with .cmd ending +if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %* +if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %* +:skipRcPre + +@setlocal + +set ERROR_CODE=0 + +@REM To isolate internal variables from possible post scripts, we use another setlocal +@setlocal + +@REM ==== START VALIDATION ==== +if not "%JAVA_HOME%" == "" goto OkJHome + +echo. +echo Error: JAVA_HOME not found in your environment. >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +:OkJHome +if exist "%JAVA_HOME%\bin\java.exe" goto init + +echo. +echo Error: JAVA_HOME is set to an invalid directory. >&2 +echo JAVA_HOME = "%JAVA_HOME%" >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +@REM ==== END VALIDATION ==== + +:init + +@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". +@REM Fallback to current working directory if not found. + +set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% +IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir + +set EXEC_DIR=%CD% +set WDIR=%EXEC_DIR% +:findBaseDir +IF EXIST "%WDIR%"\.mvn goto baseDirFound +cd .. +IF "%WDIR%"=="%CD%" goto baseDirNotFound +set WDIR=%CD% +goto findBaseDir + +:baseDirFound +set MAVEN_PROJECTBASEDIR=%WDIR% +cd "%EXEC_DIR%" +goto endDetectBaseDir + +:baseDirNotFound +set MAVEN_PROJECTBASEDIR=%EXEC_DIR% +cd "%EXEC_DIR%" + +:endDetectBaseDir + +IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig + +@setlocal EnableExtensions EnableDelayedExpansion +for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a +@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% + +:endReadAdditionalConfig + +SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" +set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar" +set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +set WRAPPER_URL="https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar" + +FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO ( + IF "%%A"=="wrapperUrl" SET WRAPPER_URL=%%B +) + +@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central +@REM This allows using the maven wrapper in projects that prohibit checking in binary data. +if exist %WRAPPER_JAR% ( + if "%MVNW_VERBOSE%" == "true" ( + echo Found %WRAPPER_JAR% + ) +) else ( + if not "%MVNW_REPOURL%" == "" ( + SET WRAPPER_URL="%MVNW_REPOURL%/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar" + ) + if "%MVNW_VERBOSE%" == "true" ( + echo Couldn't find %WRAPPER_JAR%, downloading it ... + echo Downloading from: %WRAPPER_URL% + ) + + powershell -Command "&{"^ + "$webclient = new-object System.Net.WebClient;"^ + "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^ + "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^ + "}"^ + "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%WRAPPER_URL%', '%WRAPPER_JAR%')"^ + "}" + if "%MVNW_VERBOSE%" == "true" ( + echo Finished downloading %WRAPPER_JAR% + ) +) +@REM End of extension + +@REM Provide a "standardized" way to retrieve the CLI args that will +@REM work with both Windows and non-Windows executions. +set MAVEN_CMD_LINE_ARGS=%* + +%MAVEN_JAVA_EXE% ^ + %JVM_CONFIG_MAVEN_PROPS% ^ + %MAVEN_OPTS% ^ + %MAVEN_DEBUG_OPTS% ^ + -classpath %WRAPPER_JAR% ^ + "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" ^ + %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* +if ERRORLEVEL 1 goto error +goto end + +:error +set ERROR_CODE=1 + +:end +@endlocal & set ERROR_CODE=%ERROR_CODE% + +if not "%MAVEN_SKIP_RC%"=="" goto skipRcPost +@REM check for post script, once with legacy .bat ending and once with .cmd ending +if exist "%USERPROFILE%\mavenrc_post.bat" call "%USERPROFILE%\mavenrc_post.bat" +if exist "%USERPROFILE%\mavenrc_post.cmd" call "%USERPROFILE%\mavenrc_post.cmd" +:skipRcPost + +@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' +if "%MAVEN_BATCH_PAUSE%"=="on" pause + +if "%MAVEN_TERMINATE_CMD%"=="on" exit %ERROR_CODE% + +cmd /C exit /B %ERROR_CODE% diff --git a/oxalis-api/pom.xml b/oxalis-api/pom.xml index a213d133661a5386392da152fb73caad2c1cdfb2..5dc6a24b459ca71ef24cf25e6ada411a7eb10730 100644 --- a/oxalis-api/pom.xml +++ b/oxalis-api/pom.xml @@ -28,7 +28,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 oxalis-api diff --git a/oxalis-commons/pom.xml b/oxalis-commons/pom.xml index 8edc5db7ae7c494450e35e0a917deb030abb46d8..bd34fd363053391190afae3520faaf9e247e7118 100644 --- a/oxalis-commons/pom.xml +++ b/oxalis-commons/pom.xml @@ -27,7 +27,7 @@ dk.erst.oxalis oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 oxalis-commons diff --git a/oxalis-dist/oxalis-distribution/pom.xml b/oxalis-dist/oxalis-distribution/pom.xml index e295a8ca04296ce4de0db214431f86d09b573270..f2b03888ab1f333306e36cd4ea10deb0d533bfb8 100644 --- a/oxalis-dist/oxalis-distribution/pom.xml +++ b/oxalis-dist/oxalis-distribution/pom.xml @@ -28,7 +28,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml diff --git a/oxalis-dist/oxalis-server/pom.xml b/oxalis-dist/oxalis-server/pom.xml index 84ce202f353d0099ff2277625188c14a5a6ede86..4976c7b1de2cdcf5c236171ac1b86770f8d8775b 100644 --- a/oxalis-dist/oxalis-server/pom.xml +++ b/oxalis-dist/oxalis-server/pom.xml @@ -25,7 +25,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml 4.0.0 diff --git a/oxalis-dist/oxalis-standalone/example.sh b/oxalis-dist/oxalis-standalone/example.sh old mode 100644 new mode 100755 diff --git a/oxalis-dist/oxalis-standalone/pom.xml b/oxalis-dist/oxalis-standalone/pom.xml index 8b5f2c399b442b4059f0cf7de4c4fd521e4c8a0c..ad3616858a2b34c1dbf6f0201cdfca655c8dafa1 100644 --- a/oxalis-dist/oxalis-standalone/pom.xml +++ b/oxalis-dist/oxalis-standalone/pom.xml @@ -27,7 +27,7 @@ dk.erst.oxalis oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml diff --git a/oxalis-dist/oxalis-war/pom.xml b/oxalis-dist/oxalis-war/pom.xml index 13707d3882cd72d60f9c86077c08ca675831436f..12e92659f9286898c208e7ddbf699a1cbdecc2b4 100644 --- a/oxalis-dist/oxalis-war/pom.xml +++ b/oxalis-dist/oxalis-war/pom.xml @@ -3,7 +3,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml 4.0.0 diff --git a/oxalis-extension/oxalis-as2/src/test/resources/as2-message/oxalis-sha512.txt b/oxalis-extension/oxalis-as2/src/test/resources/as2-message/oxalis-sha512.txt index 7a485208d860818aa257b87cf2cac90ca48b7a30..28b882671038c440937946e4a8a31b1a1a5bd822 100644 --- a/oxalis-extension/oxalis-as2/src/test/resources/as2-message/oxalis-sha512.txt +++ b/oxalis-extension/oxalis-as2/src/test/resources/as2-message/oxalis-sha512.txt @@ -1,12 +1,12 @@ -Message-ID: <726416425.9.1543118743284.JavaMail.erlend@lappy> -MIME-Version: 1.0 -Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-512; - boundary="----=_Part_8_670951536.1543118743283" - -------=_Part_8_670951536.1543118743283 -Content-Type: application/xml -Content-Transfer-Encoding: binary - +Message-ID: <726416425.9.1543118743284.JavaMail.erlend@lappy> +MIME-Version: 1.0 +Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-512; + boundary="----=_Part_8_670951536.1543118743283" + +------=_Part_8_670951536.1543118743283 +Content-Type: application/xml +Content-Transfer-Encoding: binary + @@ -163,35 +163,35 @@ Content-Transfer-Encoding: binary - -------=_Part_8_670951536.1543118743283 -Content-Type: application/pkcs7-signature; name=smime.p7s; smime-type=signed-data -Content-Transfer-Encoding: base64 -Content-Disposition: attachment; filename="smime.p7s" -Content-Description: S/MIME Cryptographic Signature - -MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgMFADCABgkqhkiG9w0BBwEAAKCAMIIC -6zCCAdOgAwIBAgIEWIjwZjANBgkqhkiG9w0BAQsFADAtMQswCQYDVQQGEwJOTzEeMBwGA1UEAwwV -RHVtbXkgQUNDRVNTIFBPSU5UIENBMB4XDTE3MDEyNTE4MzczNFoXDTIyMDEyNTE4MzczNFowQjEL -MAkGA1UEBhMCTk8xGjAYBgNVBAoMEU94YWxpcyBUZXN0aW5nIDAxMRcwFQYDVQQDDA5BUFBfMDAw -MDAwMDAwMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALGmTwqNCGUiiUORIopi+tBz -eV4wmgwQoHv6nzOMCOcSwGoOFCYttqTygWHKvoT3fG/YJ/fBxYKzJBX3GVCb43qTA7ebym7yC0lG -K/664grjoNhlJ3JHX7AJIi4RAV4597uSHCYSeRULtG6ylrVM//bBtjxWGhw9e2yhNUTjQZZDoETq -Dw6z3E1eT3n3z9ea2Jk4ev9L3NhB8+rRaN349eRW5DIuMR/PLjHrw9XV4wrsK2ULdVvN0KWuUPUE -S+Va0wgM9yRViwwLJ3+ei2JTwCYU0FT73vts+rFeTQ4Aq/X3aVEGsbexS7dy+cibFRYw/ZvWPJwr -G51SD/xwmQ94+WkCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAqqDJdmR/KSgUWX1VeOhBGD2D40RV -nj0bYAAQtkQOaz9ieZQ76Fnfj9OLcvv8EXFhVPbTDL+vIvZ4q01kRNeMeWttebFDcCIUZUu0wPt9 -s0qnUf76yqKQJwzYHXkp6Y0rBGr/rwHkpLpBT5+VvC9nyRN1DeVZ33qVTcM9n2ICbbgJnSnEJwum -ACY/2f1fXJsWkdGFYtEcs5ZQZ44N6VJAslKIZSLOpi248ldKjXR3hOyZh0TSXmZ/QoKfqAv1k8gm -AW3gpyhqqvOVOrUbNkMMb+/hQyWNnxLQK5oV07UJtwYTxjFgpreVJImRpeX5PRjREonTC9dJUNsX -95472MSAHwAAMYICGzCCAhcCAQEwNTAtMQswCQYDVQQGEwJOTzEeMBwGA1UEAwwVRHVtbXkgQUND -RVNTIFBPSU5UIENBAgRYiPBmMA0GCWCGSAFlAwQCAwUAoIG4MBgGCSqGSIb3DQEJAzELBgkqhkiG -9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE4MTEyNTA0MDU0M1owLQYJKoZIhvcNAQk0MSAwHjANBglg -hkgBZQMEAgMFAKENBgkqhkiG9w0BAQ0FADBPBgkqhkiG9w0BCQQxQgRA0MJCePem0dJ+vKvFjRIX -mnIK2vFWgP6XBV1PhzF0DnuYF9Bgj2dic/W8A6Vt1Bz2IPhsZvj0No3Bto2WCBEItzANBgkqhkiG -9w0BAQ0FAASCAQBMZIjNNTG1fYLs7NZSUmq6n4VromxcJowdHzgEDax8iw/PboBs5NAzoez33Baa -5HZ/C0cDJTBxdLo1EIbZ9U5vum76WkEp+isnpUZzRb/VFLPUw4b6lQwDpFkP72Ea8KnK3O++Zvrf -FAdaF9k2tsAFm/XH1OHmjdpcYL2MoRnYuepMDWGgHe8S+6Joa1q3dw6NWjdmxC/T5ElcxYkJfIVh -DMaFwDWrbgYM7FSFX+/3UwPS9pDdlQ7j2RFLhidykO2I44ixnj5I8nK6tRNYo4Bcxqf/XyZC9OeU -xVc6X8jjBwRmlvc/f+wjaDa5FtfDCkGf1XsJ3LWXNIpuDUdDnpnoAAAAAAAA -------=_Part_8_670951536.1543118743283-- + +------=_Part_8_670951536.1543118743283 +Content-Type: application/pkcs7-signature; name=smime.p7s; smime-type=signed-data +Content-Transfer-Encoding: base64 +Content-Disposition: attachment; filename="smime.p7s" +Content-Description: S/MIME Cryptographic Signature + +MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgMFADCABgkqhkiG9w0BBwEAAKCAMIIC +6zCCAdOgAwIBAgIEWIjwZjANBgkqhkiG9w0BAQsFADAtMQswCQYDVQQGEwJOTzEeMBwGA1UEAwwV +RHVtbXkgQUNDRVNTIFBPSU5UIENBMB4XDTE3MDEyNTE4MzczNFoXDTIyMDEyNTE4MzczNFowQjEL +MAkGA1UEBhMCTk8xGjAYBgNVBAoMEU94YWxpcyBUZXN0aW5nIDAxMRcwFQYDVQQDDA5BUFBfMDAw +MDAwMDAwMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALGmTwqNCGUiiUORIopi+tBz +eV4wmgwQoHv6nzOMCOcSwGoOFCYttqTygWHKvoT3fG/YJ/fBxYKzJBX3GVCb43qTA7ebym7yC0lG +K/664grjoNhlJ3JHX7AJIi4RAV4597uSHCYSeRULtG6ylrVM//bBtjxWGhw9e2yhNUTjQZZDoETq +Dw6z3E1eT3n3z9ea2Jk4ev9L3NhB8+rRaN349eRW5DIuMR/PLjHrw9XV4wrsK2ULdVvN0KWuUPUE +S+Va0wgM9yRViwwLJ3+ei2JTwCYU0FT73vts+rFeTQ4Aq/X3aVEGsbexS7dy+cibFRYw/ZvWPJwr +G51SD/xwmQ94+WkCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAqqDJdmR/KSgUWX1VeOhBGD2D40RV +nj0bYAAQtkQOaz9ieZQ76Fnfj9OLcvv8EXFhVPbTDL+vIvZ4q01kRNeMeWttebFDcCIUZUu0wPt9 +s0qnUf76yqKQJwzYHXkp6Y0rBGr/rwHkpLpBT5+VvC9nyRN1DeVZ33qVTcM9n2ICbbgJnSnEJwum +ACY/2f1fXJsWkdGFYtEcs5ZQZ44N6VJAslKIZSLOpi248ldKjXR3hOyZh0TSXmZ/QoKfqAv1k8gm +AW3gpyhqqvOVOrUbNkMMb+/hQyWNnxLQK5oV07UJtwYTxjFgpreVJImRpeX5PRjREonTC9dJUNsX +95472MSAHwAAMYICGzCCAhcCAQEwNTAtMQswCQYDVQQGEwJOTzEeMBwGA1UEAwwVRHVtbXkgQUND +RVNTIFBPSU5UIENBAgRYiPBmMA0GCWCGSAFlAwQCAwUAoIG4MBgGCSqGSIb3DQEJAzELBgkqhkiG +9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE4MTEyNTA0MDU0M1owLQYJKoZIhvcNAQk0MSAwHjANBglg +hkgBZQMEAgMFAKENBgkqhkiG9w0BAQ0FADBPBgkqhkiG9w0BCQQxQgRA0MJCePem0dJ+vKvFjRIX +mnIK2vFWgP6XBV1PhzF0DnuYF9Bgj2dic/W8A6Vt1Bz2IPhsZvj0No3Bto2WCBEItzANBgkqhkiG +9w0BAQ0FAASCAQBMZIjNNTG1fYLs7NZSUmq6n4VromxcJowdHzgEDax8iw/PboBs5NAzoez33Baa +5HZ/C0cDJTBxdLo1EIbZ9U5vum76WkEp+isnpUZzRb/VFLPUw4b6lQwDpFkP72Ea8KnK3O++Zvrf +FAdaF9k2tsAFm/XH1OHmjdpcYL2MoRnYuepMDWGgHe8S+6Joa1q3dw6NWjdmxC/T5ElcxYkJfIVh +DMaFwDWrbgYM7FSFX+/3UwPS9pDdlQ7j2RFLhidykO2I44ixnj5I8nK6tRNYo4Bcxqf/XyZC9OeU +xVc6X8jjBwRmlvc/f+wjaDa5FtfDCkGf1XsJ3LWXNIpuDUdDnpnoAAAAAAAA +------=_Part_8_670951536.1543118743283-- diff --git a/oxalis-extension/oxalis-extension-example/pom.xml b/oxalis-extension/oxalis-extension-example/pom.xml index 40dedefd1df78448eb0344dfeb91aee107cdf6d6..950c622e37fa764f7460bb0b6210a8357e57bc1c 100644 --- a/oxalis-extension/oxalis-extension-example/pom.xml +++ b/oxalis-extension/oxalis-extension-example/pom.xml @@ -25,7 +25,7 @@ oxalis-extension dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 4.0.0 diff --git a/oxalis-extension/oxalis-extension-testbed/pom.xml b/oxalis-extension/oxalis-extension-testbed/pom.xml index d3dfba74c962d64c67da2ebde90c35c4c14113df..ff43c743dd97fb12bdbd2fd250141a79f0b8c1fb 100644 --- a/oxalis-extension/oxalis-extension-testbed/pom.xml +++ b/oxalis-extension/oxalis-extension-testbed/pom.xml @@ -3,7 +3,7 @@ oxalis-extension dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 4.0.0 diff --git a/oxalis-extension/pom.xml b/oxalis-extension/pom.xml index 151f02e1319fdfeea7b7941757b6167906538408..2384718c9a7f7e3fbc5ce1ad89f7569a5dfa92bf 100644 --- a/oxalis-extension/pom.xml +++ b/oxalis-extension/pom.xml @@ -25,7 +25,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 4.0.0 diff --git a/oxalis-inbound/pom.xml b/oxalis-inbound/pom.xml index a7e3efe567144037788ceafb1c6b7837724b5f83..c2d5d19b3b394e2978591b103b9d20889d02b639 100644 --- a/oxalis-inbound/pom.xml +++ b/oxalis-inbound/pom.xml @@ -27,7 +27,7 @@ dk.erst.oxalis oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 oxalis-inbound diff --git a/oxalis-legacy/oxalis-document-sniffer/pom.xml b/oxalis-legacy/oxalis-document-sniffer/pom.xml index dfcb98142df3c22efdc501c82041f972572d6ac9..89573ce49deda23e3f4c6a575bc3148f16d52d99 100644 --- a/oxalis-legacy/oxalis-document-sniffer/pom.xml +++ b/oxalis-legacy/oxalis-document-sniffer/pom.xml @@ -25,7 +25,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml 4.0.0 diff --git a/oxalis-legacy/oxalis-persistence/pom.xml b/oxalis-legacy/oxalis-persistence/pom.xml index 9d3529c6468930af7653582d49bec3c44c5e6e2d..733bdafb1f9b223da28faaa92423e57bfe8ba575 100644 --- a/oxalis-legacy/oxalis-persistence/pom.xml +++ b/oxalis-legacy/oxalis-persistence/pom.xml @@ -24,7 +24,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml 4.0.0 diff --git a/oxalis-legacy/oxalis-statistics/pom.xml b/oxalis-legacy/oxalis-statistics/pom.xml index 7fd6d245d7dd6805e3a05ca6a49c96004e8deaea..908a2de2aededcc9bfdb4ecffe0070307cabddb3 100644 --- a/oxalis-legacy/oxalis-statistics/pom.xml +++ b/oxalis-legacy/oxalis-statistics/pom.xml @@ -25,7 +25,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 ../../pom.xml 4.0.0 diff --git a/oxalis-outbound/pom.xml b/oxalis-outbound/pom.xml index 069c8344993f8ecd9b8d2f8ecfa1772a85e54610..8b9259d564bba01c94e21636ffa8feb00cfa5523 100644 --- a/oxalis-outbound/pom.xml +++ b/oxalis-outbound/pom.xml @@ -27,7 +27,7 @@ dk.erst.oxalis oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 oxalis-outbound diff --git a/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel1.xml b/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel1.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel2.xml b/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel2.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel3.xml b/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel3.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel4.xml b/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel4.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel5.xml b/oxalis-outbound/src/test/resources/DespatchAdvice/1.0/Eksempel5.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/EHFCatalogue/1.0/Example file EHF Catalogue Response.xml b/oxalis-outbound/src/test/resources/EHFCatalogue/1.0/Example file EHF Catalogue Response.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/EHFCatalogue/1.0/Example file EHF Catalogue.xml b/oxalis-outbound/src/test/resources/EHFCatalogue/1.0/Example file EHF Catalogue.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/EHFOrder/1.0/Eksempelfil EHF Ordre.xml b/oxalis-outbound/src/test/resources/EHFOrder/1.0/Eksempelfil EHF Ordre.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/EHFOrder/1.0/Eksempelfil EHF Ordrebekreftelse.xml b/oxalis-outbound/src/test/resources/EHFOrder/1.0/Eksempelfil EHF Ordrebekreftelse.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/MessageLevelResponse/1.0/Use Case1.xml b/oxalis-outbound/src/test/resources/MessageLevelResponse/1.0/Use Case1.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/MessageLevelResponse/1.0/Use Case2.xml b/oxalis-outbound/src/test/resources/MessageLevelResponse/1.0/Use Case2.xml old mode 100644 new mode 100755 diff --git a/oxalis-outbound/src/test/resources/MessageLevelResponse/1.0/Use Case3.xml b/oxalis-outbound/src/test/resources/MessageLevelResponse/1.0/Use Case3.xml old mode 100644 new mode 100755 diff --git a/oxalis-test/pom.xml b/oxalis-test/pom.xml index 00345eab016e05af38415add385a149b480294fd..5c00e092eda9fa2ce1d089ba034deef80d967c69 100644 --- a/oxalis-test/pom.xml +++ b/oxalis-test/pom.xml @@ -24,7 +24,7 @@ oxalis dk.erst.oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 4.0.0 diff --git a/pom.xml b/pom.xml index cf7022e4c47f6410d445d4bbc3ede6179a68ca85..b7f5624c8b253eb4b34fbd7682fcad3bfd6c7c8c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ dk.erst.oxalis oxalis - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 pom Oxalis :: Parent @@ -60,7 +60,7 @@ 1.8 1.18.24 1.9 - 1.0.0-9ee54a32bac5bdabe2a86339ebbfdadeb3d5e19f + 1.1.1-cdcd75c57f1c18846d6950469e8f4fb53b3b8584 2.0.6 1.3.5 31.1-jre