You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2017/04/24 22:37:04 UTC

[jira] [Created] (SYSTEMML-1559) Update pom to allow SystemML to be used as a library

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)