<?xml version="1.0" encoding="UTF-8"?>
<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>
	<groupId>de.thksystems</groupId>
	<artifactId>tkscommons-lang</artifactId>
	<packaging>jar</packaging>
	<version>0.5</version>
	<name>tksCommons-Lang</name>

	<parent>
		<groupId>de.thksystems</groupId>
		<artifactId>tksparent</artifactId>
		<version>0.5</version>
	</parent>

	<url>http://oss.thk-systems.de/tkscommons-lang</url>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
		</dependency>
	</dependencies>

	<description>Commons for dom, text, csv, reflection, parsing, ...</description>

</project>