jdtaus-banking
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-banking</artifactId>
<version>1.16</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
jDTAUS Banking
Copyright (C) 2005 Christian Schulte
<cs@schulte.it>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-->
<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">
<parent>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-lgpl-parent</artifactId>
<version>1.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-banking</artifactId>
<packaging>pom</packaging>
<name>jDTAUS Banking</name>
<version>1.16</version>
<url>${jdtaus.artifacts.url}/jdtaus-banking</url>
<description>DTAUS/DTA file format.</description>
<inceptionYear>2005</inceptionYear>
<prerequisites>
<maven>2.0.10</maven>
</prerequisites>
<scm>
<connection>scm:svn:http://svn.jdtaus.org/svnroot/jdtaus/jdtaus-banking/tags/jdtaus-banking-1.16</connection>
<developerConnection>scm:svn:http://svn.jdtaus.org/svnroot/jdtaus/jdtaus-banking/tags/jdtaus-banking-1.16</developerConnection>
<url>http://svn.jdtaus.org/jdtaus-banking/tags/jdtaus-banking-1.16</url>
</scm>
<contributors>
<contributor>
<name>Alexander Menz</name>
</contributor>
<contributor>
<name>Joachim Nelz</name>
</contributor>
<contributor>
<name>Owe Bretthauer</name>
</contributor>
<contributor>
<name>Tobias Genannt</name>
</contributor>
<contributor>
<name>Paolo Razzi</name>
</contributor>
<contributor>
<name>Claudio Di Vita</name>
</contributor>
<contributor>
<name>Holger Endert</name>
</contributor>
</contributors>
<build>
<extensions>
<extension>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-build-resources</artifactId>
<version>${jdtaus-build.version}</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables combine.children="append">
<java.util.logging.config.file>${project.build.testOutputDirectory}/logging.properties</java.util.logging.config.file>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.jdtaus.mojo</groupId>
<artifactId>jdtaus-container-mojo</artifactId>
<version>${jdtaus-container-mojo.artifact.version}</version>
<dependencies>
<dependency>
<groupId>org.jdtaus.core.container</groupId>
<artifactId>jdtaus-core-client-container</artifactId>
<version>${core.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<executions>
<execution>
<id>remove-trailing-spaces</id>
<phase>validate</phase>
<goals>
<goal>clean-sources</goal>
</goals>
</execution>
<execution>
<id>manage-main</id>
<goals>
<goal>java-container</goal>
</goals>
</execution>
<execution>
<id>manage-tests</id>
<goals>
<goal>java-container-tests</goal>
</goals>
</execution>
<execution>
<id>commit-main</id>
<goals>
<goal>java-commit</goal>
</goals>
</execution>
<execution>
<id>commit-tests</id>
<goals>
<goal>java-commit-tests</goal>
</goals>
</execution>
</executions>
<configuration>
<locale>en</locale>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.jdtaus.mojo</groupId>
<artifactId>jdtaus-container-mojo</artifactId>
</plugin>
</plugins>
</build>
<modules>
<module>jdtaus-banking-schemas</module>
<module>jdtaus-banking-api</module>
<module>jdtaus-banking-messages</module>
<module>jdtaus-banking-spi</module>
<module>jdtaus-banking-charsets</module>
<module>jdtaus-banking-it</module>
<module>jdtaus-banking-utilities</module>
<module>jdtaus-banking-ri-bankleitzahlenverzeichnis</module>
<module>jdtaus-banking-ri-currencydirectory</module>
<module>jdtaus-banking-ri-textschluesselverzeichnis</module>
<module>jdtaus-banking-ri-dtaus</module>
<module>jdtaus-banking-runtime</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jdtaus.common</groupId>
<artifactId>jdtaus-core-api</artifactId>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.jdtaus.core</groupId>
<artifactId>jdtaus-core-spi</artifactId>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.jdtaus.core</groupId>
<artifactId>jdtaus-core-utilities</artifactId>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.jdtaus.core</groupId>
<artifactId>jdtaus-core-messages</artifactId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-client-container</artifactId>
<groupId>org.jdtaus.core.container</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-memory-manager</artifactId>
<groupId>org.jdtaus.core.lang</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-jdk-logging</artifactId>
<groupId>org.jdtaus.core.logging</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-application-logger</artifactId>
<groupId>org.jdtaus.core.text</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-task-monitor</artifactId>
<groupId>org.jdtaus.core.monitor</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-jdk14-executor</artifactId>
<groupId>org.jdtaus.core.lang</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-entity-resolver</artifactId>
<groupId>org.jdtaus.core.sax</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<artifactId>jdtaus-core-runtime</artifactId>
<groupId>org.jdtaus.core</groupId>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.jdtaus.common</groupId>
<artifactId>jdtaus-banking-api</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.common</groupId>
<artifactId>jdtaus-banking-api</artifactId>
<version>1.16</version>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-charsets</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-it</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-messages</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-ri-bankleitzahlenverzeichnis</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-ri-currencydirectory</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-ri-textschluesselverzeichnis</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-schemas</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-spi</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking</groupId>
<artifactId>jdtaus-banking-utilities</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>org.jdtaus.banking.dtaus</groupId>
<artifactId>jdtaus-banking-ri-dtaus</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<site>
<id>${jdtaus.artifacts.distribution.id}</id>
<name>${jdtaus.artifacts.distribution.name}</name>
<url>${jdtaus.artifacts.distribution.url}/jdtaus-banking</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<nodeprecated>true</nodeprecated>
<maven.compiler.source>1.4</maven.compiler.source>
<maven.compiler.target>1.4</maven.compiler.target>
<mojo.animal-sniffer.signature.artifactId>java14</mojo.animal-sniffer.signature.artifactId>
<mojo.animal-sniffer.signature.artifactVersion>1.0</mojo.animal-sniffer.signature.artifactVersion>
<jdtaus.trac.query>order=id&version=${project.version}&component=jDTAUS Banking|${project.name}</jdtaus.trac.query>
<core.version>1.15</core.version>
<jdtaus-container-mojo.artifact.version>3.13</jdtaus-container-mojo.artifact.version>
<checkstyle.skip>false</checkstyle.skip>
</properties>
</project>