<?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>

	<artifactId>jenax-models-udf</artifactId>
        <name>jenax-models-udf</name>
	<packaging>jar</packaging>

	<parent>
		<groupId>org.aksw.jenax</groupId>
		<artifactId>jenax-models-parent</artifactId>
		<version>6.1.0-1-SNAPSHOT</version>
	</parent>

	<dependencies>
		<!--
        <dependency>
            <groupId>org.aksw.jena-sparql-api</groupId>
            <artifactId>jena-sparql-api-core</artifactId>
        </dependency>
-->

		<!-- Sparql queries for VoID generation -->
		<dependency>
			<groupId>org.aksw.jenax</groupId>
			<artifactId>jenax-resources-void</artifactId>
		</dependency>

		<!-- Reuses shacl for prefix declarations -->
		<dependency>
			<groupId>org.aksw.jenax</groupId>
			<artifactId>jenax-models-shacl</artifactId>
		</dependency>

		<dependency>
			<groupId>org.aksw.jenax</groupId>
			<artifactId>jenax-arq-utils</artifactId>
		</dependency>
		
		<dependency>
			<groupId>org.aksw.jenax</groupId>
			<artifactId>jenax-norse-terms</artifactId>
		</dependency>


		<!-- udf relies on reprogen; and reprogen relies on arq utils; structure
		is not ideal -->
		<!-- maybe its better to have udf build on the top level functionbinder
		module -->


		<!-- UDF registers annotated classes at jena's model personalities -->
		<dependency>
			<groupId>org.aksw.jenax</groupId>
			<artifactId>jenax-reprogen-core</artifactId>
		</dependency>


		<!-- Unit Testing -->
		<dependency>
			<groupId>org.aksw.jenax</groupId>
			<artifactId>jenax-resources-test-config</artifactId>
			<scope>test</scope>
		</dependency>

		<!-- <dependency> -->
		<!-- <groupId>org.slf4j</groupId> -->
		<!-- <artifactId>slf4j-log4j12</artifactId> -->
		<!-- </dependency> -->


	</dependencies>
</project>
