DO NOT REPLY [Bug 41794] New: - Maven POM file calls in apache regex but code does not use it

[email protected] Thu, 8 Mar 2007 14:55:46 -0800 (PST)
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]/bugzilla/>
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: [email protected]
        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.