Skip to content

Commit

Permalink
Some adoptions on #53
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jun 26, 2024
1 parent fe5d068 commit ec03020
Show file tree
Hide file tree
Showing 12 changed files with 1,063 additions and 439 deletions.
21 changes: 21 additions & 0 deletions dbnalliance-xhe/findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!--
Copyright (C) 2024 Philip Helger
philip[at]helger[dot]com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<FindBugsFilter>
<!-- Docs: http://findbugs.sourceforge.net/manual/filter.html -->
</FindBugsFilter>
42 changes: 26 additions & 16 deletions dbnalliance-xhe/pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2024 Philip Helger
philip[at]helger[dot]com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<artifactId>peppol-commons-parent-pom</artifactId>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.4.1-SNAPSHOT</version>
</parent>

<groupId>com.helger.peppol</groupId>
<artifactId>dbnalliance-xhe</artifactId>
<version>9.4.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>dbnalliance-xhe</name>
<url>https://github.com/phax/peppol-commons/dbnalliance-xhe</url>
<inceptionYear>2024</inceptionYear>
<description>Library for reading and writing OASIS Exchange Header Envelope (XHE) Version 1.0 documents conforming to the DBNAlliance specifications</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
Expand All @@ -32,6 +45,10 @@
</organization>

<developers>
<developer>
<id>robinsongarciax</id>
<name>Robinson Garcia</name>
</developer>
<developer>
<id>philip</id>
<name>Philip Helger</name>
Expand All @@ -56,7 +73,7 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-xhe</artifactId>
<version>4.0.1</version>
<version>${ph-xhe.version}</version>
</dependency>
<dependency>
<groupId>com.helger.peppol</groupId>
Expand All @@ -66,13 +83,6 @@
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-id</artifactId>
</dependency>

<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>com.helger.peppol</groupId>
Expand Down
Loading

0 comments on commit ec03020

Please sign in to comment.