Files
siembol/parsing/pom.xml
Marian Novotny e95a35771c Siembol alerting: Sending correlated alerts fields after matching the rule (#767)
* Sending correlated alerts fields after matchign the rule

* make fields to send optional
2022-08-25 14:43:21 +01: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.6.6-SNAPSHOT</version>
</parent>
<modules>
<module>parsing-core</module>
<module>parsing-app</module>
<module>parsing-storm</module>
</modules>
<dependencies>
</dependencies>
<build>
</build>
</project>