<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.helger</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.10.9</version>
  </parent>
  <groupId>at.austriapro</groupId>
  <artifactId>ebinterface-web-parent</artifactId>
  <packaging>pom</packaging>
  <version>1.0.7</version>
  <name>ebinterface-web-parent</name>
  <description>The ebInterface validation service allows to check ebInterface instances against predefined Schematron rules etc.</description>
  <url>http://ebinterface.at</url>

  <scm>
    <connection>scm:git:git@github.com:austriapro/ebinterface-web.git</connection>
    <developerConnection>scm:git:git@github.com:austriapro/ebinterface-web.git</developerConnection>
    <url>https://github.com/austriapro/ebinterface-web</url>
    <tag>ebinterface-web-parent-1.0.7</tag>
  </scm>

  <organization>
    <url>http://ebinterface.at</url>
  </organization>

  <modules>
    <module>ebinterface-web-core</module>
    <module>ebinterface-web</module>
  </modules>

	<properties>
		<logback-version>1.2.3</logback-version>
    <slf4j-version>1.7.28</slf4j-version>
	</properties>

	<dependencies>
		<!-- logging -->
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>log4j-over-slf4j</artifactId>
			<version>${slf4j-version}</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jcl-over-slf4j</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jul-to-slf4j</artifactId>
		</dependency>

		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<version>${logback-version}</version>
		</dependency>

    <!-- testing -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
	</dependencies>
</project>
