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


    <parent>
        <groupId>com.appjars</groupId>
        <artifactId>appjars-utils</artifactId>
        <version>1.0.0</version>
    </parent>

    <artifactId>appjars-business-utils</artifactId>
    <name>AppJars Business Utilities</name>
    <description>Common utilities for AppJars business logic</description>
    
    <dependencies>
		
		<dependency>
            <groupId>com.appjars</groupId>
            <artifactId>appjars-model-utils</artifactId>
            <version>${project.version}</version>
		</dependency>
		
		<dependency>
		    <groupId>org.slf4j</groupId>
		    <artifactId>slf4j-api</artifactId>
		    <version>${slf4j.version}</version>
		</dependency>
	
	</dependencies>

</project>