Files
siembol/parsing/pom.xml
2022-12-29 11:39:32 +00:00

26 lines
808 B
XML

<?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>parsing</artifactId>
<name>parsing</name>
<packaging>pom</packaging>
<properties>
</properties>
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol</artifactId>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modules>
<module>parsing-core</module>
<module>parsing-app</module>
<module>parsing-storm</module>
</modules>
<dependencies>
</dependencies>
<build>
</build>
</project>