Deron Eriksson created SYSTEMML-1559: ----------------------------------------
Summary: Update pom to allow SystemML to be used as a library Key: SYSTEMML-1559 URL: https://issues.apache.org/jira/browse/SYSTEMML-1559 Project: SystemML Issue Type: Improvement Components: Build Reporter: Deron Eriksson Assignee: Deron Eriksson Allow a user to use SystemML as a Java-style library using maven coordinates, such as: {code} <dependency> <groupId>org.apache.systemml</groupId> <artifactId>systemml</artifactId> <version>1.0.0-incubating-SNAPSHOT</version> </dependency> {code} Currently additional dependencies need to be manually added. Ideally a user can add a single systemml dependency to the user's project's pom without adding additional dependencies. -- This message was sent by Atlassian JIRA (v6.3.15#6346)