Changeset 19375 in josm for trunk/pom.xml


Ignore:
Timestamp:
2025-04-02T18:14:21+02:00 (9 months ago)
Author:
stoecker
Message:

drop commons3 usage in sync script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r19368 r19375  
    205205      <groupId>org.apache.commons</groupId>
    206206      <artifactId>commons-lang3</artifactId>
     207      <scope>test</scope>
    207208    </dependency>
    208209    <dependency>
     
    300301                <argument>${basedir}</argument>
    301302              </arguments>
    302               <!-- We need commons-lang3, which isn't needed elsewhere in core (besides a test or two) -->
    303               <classpathScope>test</classpathScope>
    304303            </configuration>
    305304            <goals>
Note: See TracChangeset for help on using the changeset viewer.