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

Emmanuel Bourg updated BCEL-99:
-------------------------------

         Priority: Blocker
      Environment:     (was: Operating System: other
Platform: Other)
    Fix Version/s: 6.0
         Priority:   (was: P2)
         Severity:   (was: normal)

> Maven POM file calls in apache regex but code does not use it
> -------------------------------------------------------------
>
>                 Key: BCEL-99
>                 URL: https://issues.apache.org/jira/browse/BCEL-99
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Main
>    Affects Versions: unspecified
>            Reporter: Ian Darwin
>            Assignee: Apache Commons Developers
>            Priority: Blocker
>             Fix For: 6.0
>
>
> Seems the code was modernized to use java.util.regex but the Maven POM file 
> was
> not updated at the time.
> A simple SVN patch is here:
> Index: /home/ian/workspace/bcel/pom.xml
> ===================================================================
> --- /home/ian/workspace/bcel/pom.xml  (revision 516101)
> +++ /home/ian/workspace/bcel/pom.xml  (working copy)
> @@ -170,11 +170,6 @@
>  
>       <dependencies>
>               <dependency>
> -                     <groupId>jakarta-regexp</groupId>
> -                     <artifactId>jakarta-regexp</artifactId>
> -                     <version>1.4</version>
> -             </dependency>
> -             <dependency>
>                       <groupId>junit</groupId>
>                       <artifactId>junit</artifactId>
>                       <version>3.8.1</version>
> Given that the only external dependency is now junit3.8 which *everybody* has 
> a
> copy of, one could switch from Maven to Ant and avoid the dependency on Maven,
> but that's rather a different story :-)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to