You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mahout.apache.org by "Andrew Palumbo (JIRA)" <ji...@apache.org> on 2019/05/31 00:10:00 UTC

[jira] [Updated] (MAHOUT-2069) Typo in core/pom.xml

     [ https://issues.apache.org/jira/browse/MAHOUT-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo updated MAHOUT-2069:
-----------------------------------
    Description: 
typo in \{core/pom.xml} breaks build:

had cursor on IDE and tyed root for some reason.
{code:java}
-    <dependency>
+    <dependency>root
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-reflect</artifactId>
     </dependency>{code}

  was:typo in \{core/pom.xml} breaks build.


> Typo in core/pom.xml
> --------------------
>
>                 Key: MAHOUT-2069
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-2069
>             Project: Mahout
>          Issue Type: Task
>            Reporter: Andrew Palumbo
>            Assignee: Andrew Palumbo
>            Priority: Major
>
> typo in \{core/pom.xml} breaks build:
> had cursor on IDE and tyed root for some reason.
> {code:java}
> -    <dependency>
> +    <dependency>root
>        <groupId>org.scala-lang</groupId>
>        <artifactId>scala-reflect</artifactId>
>      </dependency>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)