Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • 1.4-RC
  • ap-v1.4-RC
  • ap-v1.3.0
  • ap-v1.2.2
  • ap-v1.2.2-rc
  • ap-v1.2.1
  • ap-v1.2
  • ap-v1.1
  • ap-v1.2-RC
  • ap-v1.1.1
11 results

pom.xml

Blame
  • pom.xml 35.75 KiB
    <!--
      ~ Copyright 2010-2020 Norwegian Digitalisation Agency
      ~
      ~ Licensed under the EUPL, Version 1.1 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/community/eupl/og_page/eupl
      ~
      ~ 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/xsd/maven-4.0.0.xsd">
    
        <modelVersion>4.0.0</modelVersion>
    
        <parent>
            <groupId>dk.erst.oxalis</groupId>
            <artifactId>oxalis</artifactId>
            <version>1.3.0-1b6230fadcc43818a9a4d1d85f0db63e028dfba0</version>
        </parent>
    
        <groupId>dk.erst.oxalis</groupId>
        <artifactId>oxalis-as4</artifactId>
        <version>1.3.0</version>
        <packaging>jar</packaging>
        <name>Oxalis :: AS4</name>
        <description>Extension adding Nemhandel e-Delivery AS4 support to Oxalis</description>
        <url>https://rep.erst.dk/git/openebusiness/nemhandeledelivery/oxalis-as4</url>
    
    
        <organization>
            <name>Erhvervsstyrelsen</name>
            <url>https://nemhandel.dk/</url>
        </organization>
    
        <licenses>
            <license>
                <name>GNU Lesser General Public License (LGPL), Version 3.0</name>
                <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
                <distribution>repo</distribution>
            </license>
            <license>
                <name>European Union Public Licence (EUPL v.1.1)</name>
                <url>https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11</url>
                <distribution>repo</distribution>
            </license>
        </licenses>
    
        <scm>
            <connection>scm:git:https://rep.erst.dk/git/openebusiness/nemhandeledelivery/oxalis-as4.git</connection>
            <url>https://rep.erst.dk/git/openebusiness/nemhandeledelivery/oxalis-as4</url>
        </scm>
    
        <properties>
            <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
            <maven.compiler.source>1.8</maven.compiler.source>
            <maven.compiler.target>1.8</maven.compiler.target>
            <peppol.sbdh.version>1.1.0</peppol.sbdh.version>
            <cxf.version>3.5.5</cxf.version>