processor-1.0.0-20190308.072004-2.pom

Checksums

MD5 298bedffe8fa12444d21daca9e709324
SHA1 5bba589f9405ca05e7449c133c78d5c864277d18
SHA256 0946e29ae821e15c07bfc027ce41b7b835bf94c3e8a650aaf14f64d570753f96
SHA512 bd77dd64d1049fd825a30921b5a3d4ba5201a4c297dd0825d6d2d74a05767c8c20b199b6d3dcebb8c5b326304d88e80edba7e4891c5f39b74f571338a94a2388

POM

<?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">
    <parent>
        <groupId>org.opennms.oce</groupId>
        <artifactId>oce-parent</artifactId>
        <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>processor</artifactId>
    <name>OCE :: Processor</name>
    <packaging>pom</packaging>
    <modules>
        <module>api</module>
        <module>redundant</module>
        <module>standalone</module>
    </modules>
</project>