<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
*********************************************************************************************************************
Tidalwave - blueHour
%%
Copyright (C) 2013 - 2019 Tidalwave_s.a.s. (http://tidalwave.it)
%%
*********************************************************************************************************************
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.
*********************************************************************************************************************
$Id$
*********************************************************************************************************************
#L%
-->
<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>it.tidalwave.accounting</groupId>
<artifactId>bluehour-modules</artifactId>
<version>1.0-ALPHA-6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>it.tidalwave.accounting</groupId>
<artifactId>it-tidalwave-accounting-marshalling-xml</artifactId>
<version>1.0-ALPHA-6-SNAPSHOT</version>
<name>blueHour - Marshalling - XML</name>
<packaging>jar</packaging>
<properties>
<!-- Otherwise can't be released because of missing javadocs -->
<tft.javadoc.excludePackageNames />
</properties>
<dependencies>
<dependency>
<groupId>it.tidalwave.accounting</groupId>
<artifactId>it-tidalwave-accounting-model</artifactId>
</dependency>
<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>it.tidalwave.accounting</groupId>
<artifactId>it-tidalwave-accounting-model-impl-inmemory</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.accounting</groupId>
<artifactId>it-tidalwave-accounting-model</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.accounting</groupId>
<artifactId>it-tidalwave-accounting-importer-ibiz</artifactId>
<scope>test</scope>
</dependency>
<!-- FIXME: temporary dependency to import data -->
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jabaddressbook</groupId>
<artifactId>jabaddressbook</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jabaddressbook</groupId>
<artifactId>addressbook</artifactId>
<type>jnilib</type>
<scope>test</scope>
</dependency>
<!-- END FIXME -->
</dependencies>
<!-- FIXME: temporary stuff to import data -->