DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41794>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41794

           Summary: Maven POM file calls in apache regex but code does not
                    use it
           Product: BCEL
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: bcel-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


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 :-)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to