<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>org.smallmind</groupId>
    <artifactId>smallmind-spark</artifactId>
    <version>4.4.7</version>
  </parent>
  <artifactId>spark-tanukisoft</artifactId>
  <name>Spark-Tanukisoft</name>
  <description>Entry points for Tanukisoft Wrapped services</description>
  <packaging>pom</packaging>
  <modules>
    <module>mojo</module>
    <module>integration</module>
  </modules>
</project>
