You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Aaron Mihalik (JIRA)" <ji...@apache.org> on 2016/10/12 19:00:25 UTC

[jira] [Created] (RYA-199) Remove HEP Dependency

Aaron Mihalik created RYA-199:
---------------------------------

             Summary: Remove HEP Dependency
                 Key: RYA-199
                 URL: https://issues.apache.org/jira/browse/RYA-199
             Project: Rya
          Issue Type: Task
            Reporter: Aaron Mihalik
            Priority: Blocker


As noted by Josh during a review:

{quote}
I took a glance at another JAR that a `mvn package` creates this time:

extras/indexing/target/rya.indexing-3.2.10-SNAPSHOT-accumulo-server.jar

In here, I found: hep/aida/bin/AbstractBin.class

Per https://dst.lbl.gov/ACSSoftware/colt/license.html, code in the
hep/aida package are licensed as LGPL.

It's really important to understand *all* of the dependencies that
you're using when you're creating these massive shaded jars...

./extras/rya.merger/target/rya.merger-3.2.10-SNAPSHOT-shaded.jar also
has the same issue. It appears like it is coming in via tinkerpop-blueprints

[INFO] +- org.apache.rya:rya.sail:jar:3.2.10-SNAPSHOT:compile
[INFO] |  +- com.tinkerpop.blueprints:blueprints-core:jar:2.5.0:compile
[INFO] |  |  \- colt:colt:jar:1.2.0:compile
[INFO] |  |     \- concurrent:concurrent:jar:1.3.4:compile
{quote}




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