[ 
https://issues.apache.org/jira/browse/PIG-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651324#comment-13651324
 ] 

Steve Loughran commented on PIG-3315:
-------------------------------------

Workaround is for downstream projects to declare the dependency explicitly
{code}
     <dependency>
      <groupId>dk.brics.automaton</groupId>
      <artifactId>automaton</artifactId>
      <version>1.11-8</version>
    </dependency>
 {code}
                
> Automaton dependency missing from Pig 11.1-h2 POM.
> --------------------------------------------------
>
>                 Key: PIG-3315
>                 URL: https://issues.apache.org/jira/browse/PIG-3315
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.11.1
>         Environment: Pig 11.1-h2
>            Reporter: Steve Loughran
>            Priority: Minor
>
> The automaton dependency is missing from pig-11.1-h2 POM, leading to a stack 
> trace starting with {{java.lang.NoClassDefFoundError: 
> dk/brics/automaton/Automaton}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to