You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Cseh (JIRA)" <ji...@apache.org> on 2017/03/30 19:44:41 UTC

[jira] [Updated] (OOZIE-2852) Remove simple-json dependency from oozie sharelib

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

Peter Cseh updated OOZIE-2852:
------------------------------
    Affects Version/s: oya
        Fix Version/s: oya
          Description: 
If I remove the json-simple dependency from the oozie sharelib, it compiles just fine. It should be removed from it as it's not needed.
{noformat}
       <dependency>
            <groupId>com.googlecode.json-simple</groupId>
            <artifactId>json-simple</artifactId>
            <scope>compile</scope>
        </dependency>
{noformat}

This is affecting only the oya branch right now.

  was:
If I remove the json-simple dependency from the oozie sharelib, it compiles just fine. It should be removed from it as it's not needed.
{noformat}
       <dependency>
            <groupId>com.googlecode.json-simple</groupId>
            <artifactId>json-simple</artifactId>
            <scope>compile</scope>
        </dependency>
{noformat}



> Remove simple-json dependency from oozie sharelib
> -------------------------------------------------
>
>                 Key: OOZIE-2852
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2852
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: oya
>            Reporter: Peter Cseh
>            Assignee: Peter Cseh
>             Fix For: oya
>
>
> If I remove the json-simple dependency from the oozie sharelib, it compiles just fine. It should be removed from it as it's not needed.
> {noformat}
>        <dependency>
>             <groupId>com.googlecode.json-simple</groupId>
>             <artifactId>json-simple</artifactId>
>             <scope>compile</scope>
>         </dependency>
> {noformat}
> This is affecting only the oya branch right now.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)