You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2017/01/18 21:52:26 UTC

[jira] [Commented] (METRON-650) Remove Kraken Maven dependency on opensoc github repo

    [ https://issues.apache.org/jira/browse/METRON-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828838#comment-15828838 ] 

Michael Miklavcic commented on METRON-650:
------------------------------------------

Contacted the Kraken committers to see if they can publish their artifacts to Maven Central for us. Failing that, will move onto Billie Rinaldi's suggestions on the mailing list.

> 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)