Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The distrib assembly (see pom.xml which references src/assembly/distrib.xml) generates tar.gz and zip artifacts (such as systemml-0.10.0-incubating-SNAPSHOT.tar.gz and systemml-0.10.0-incubating-SNAPSHOT.zip). These artifacts contain the SystemML.jar file. This file contains classes from other projects since the scope of these projects is set to the default "compile" scope (see SYSTEMML-659).
These dependencies can be seen in the META-INF/DEPENDENCIES file in the SystemML.jar file:
// ------------------------------------------------------------------ // Transitive dependencies of this project determined from the // maven pom organized by organization. // ------------------------------------------------------------------ SystemML From: 'abego Software GmbH, Germany' (http://abego-software.de) - abego TreeLayout Core (http://code.google.com/p/treelayout/) org.abego.treelayout:org.abego.treelayout.core:jar:1.0.1 License: BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (http://treelayout.googlecode.com/files/LICENSE.TXT) From: 'an unknown organization' - Guava: Google Core Libraries for Java (http://code.google.com/p/guava-libraries/guava) com.google.guava:guava:bundle:14.0.1 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) From: 'ANTLR' (http://www.antlr.org) - ANTLR 4 Runtime Annotations (http://www.antlr.org/antlr4-annotations) org.antlr:antlr4-annotations:jar:4.3 License: The BSD License (http://www.antlr.org/license.html) - ANTLR 4 Runtime (http://www.antlr.org/antlr4-runtime) org.antlr:antlr4-runtime:jar:4.3 License: The BSD License (http://www.antlr.org/license.html) From: 'The Apache Software Foundation' (http://www.apache.org/) - Apache Wink :: JSON4J (http://www.apache.org/wink/wink-json4j/) org.apache.wink:wink-json4j:jar:1.4 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
The LICENSE and NOTICE files in the base directory in the tar.gz and zip files should be updated to reference these libraries.
Attachments
Issue Links
- is related to
-
SYSTEMDS-659 Update license and notice for main jar artifact
- Closed