Michael Miklavcic created METRON-650:
----------------------------------------

             Summary: Remove Kraken Maven dependency on opensoc github repo
                 Key: METRON-650
                 URL: https://issues.apache.org/jira/browse/METRON-650
             Project: Metron
          Issue Type: Improvement
            Reporter: Michael Miklavcic


Metron common's pom is referencing the opensoc repo to get Kraken:

<repositories>
        <repository>
            <id>Metron-Kraken-Repo</id>
            <name>Metron Kraken Repository</name>
            <url>https://raw.github.com/opensoc/kraken/mvn-repo</url>
        </repository>
    </repositories>
...
<dependency>
            <groupId>org.krakenapps</groupId>
            <artifactId>kraken-pcap</artifactId>
            <version>${global_pcap_version}</version>
            <exclusions>
                <exclusion>
                    <artifactId>slf4j-api</artifactId>
                    <groupId>org.slf4j</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>slf4j-simple</artifactId>
                    <groupId>org.slf4j</groupId>
                </exclusion>
            </exclusions>
        </dependency>

This library does not currently reside in mvn central (searched by package and 
libname) and should instead be staged in Apache with Metron.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to