[ https://issues.apache.org/jira/browse/SYSTEMML-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deron Eriksson resolved SYSTEMML-1559. -------------------------------------- Resolution: Fixed Fix Version/s: SystemML 1.0 Addressed by [PR470|https://github.com/apache/incubator-systemml/pull/470]. > 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 > Fix For: SystemML 1.0 > > > 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)