Re: convergence issues

2025-01-08 Thread Tim Allison
>>>> 5.4.0, running `mvn dependency:tree -Dverbose > >>>>> -Dincludes=org.apache.logging.log4j:log4j-api`) > >>>>>> [INFO] --- dependency:3.6.1:tree (default-cli) @ test-poi-ooxml --- > >>>>>> [INFO] com.topdesk.test:test-poi-ooxml:jar

Re: convergence issues

2025-01-08 Thread Dave Fisher
O] com.topdesk.test:test-poi-ooxml:jar:1.0-SNAPSHOT >>>>>> [INFO] \- org.apache.poi:poi-ooxml:jar:5.4.0:compile >>>>>> [INFO]+- org.apache.poi:poi:jar:5.4.0:compile >>>>>> [INFO]| \- (org.apache.logging.log4j:log4j-api:jar:2.24.3:compi

Re: convergence issues

2025-01-08 Thread Tim Allison
t;>>> [INFO]+- org.apache.poi:poi:jar:5.4.0:compile > > >>>> [INFO]| \- > (org.apache.logging.log4j:log4j-api:jar:2.24.3:compile > > >> - > > >>> omitted for duplicate) > > >>>> [INFO]+- org.apache.xmlbeans:xmlbean

Re: convergence issues

2025-01-08 Thread PJ Fanning
INFO]+- org.apache.xmlbeans:xmlbeans:jar:5.3.0:compile > >>>> [INFO]| \- (org.apache.logging.log4j:log4j-api:jar:2.24.2:compile > >> - > >>> omitted for conflict with 2.24.3) > >>>> [INFO]\- org.apache.logging.log4j:log4j-api:jar:2.24.3:co

Re: convergence issues

2025-01-08 Thread Dave Fisher
o address this before release, but this would >>> make our build with the dependencyConvergence rule enabled in the Maven >>> enforcer plugin unhappy. For now I have fixed it by excluding the >> log4j-api >>> dependency from poi-ooxml. >>>> Kind regards,

convergence issues

2025-01-08 Thread Tim Allison
ependency from poi-ooxml. > > > Kind regards, > > > Joep Weijers > > > > > > On 2025/01/07 19:27:58 Tim Allison wrote: > > > > +1 > > > > > > > > Apologies for my delay. Looks good. > > > > > > > > Confirmed src

Re: Convergence issues...

2025-01-08 Thread PJ Fanning
> Thanks... Dominik. > > > On Tue, Jan 7, 2025 at 8:39 PM Tim Allison wrote: > > > Sorry. I'm looking at these more closely, and the problem is with the maven > > dependencies brought in my xmlbeans...not something that we should fix on > > POI or xmlbeans

Re: Convergence issues...

2025-01-07 Thread Dominik Stadler
the problem is with the maven > dependencies brought in my xmlbeans...not something that we should fix on > POI or xmlbeans. > > WDYT? > > > P.S. I did notice some convergence issues. I don't think these are a > > showstopper...not clear if we should fix th

Re: Convergence issues...

2025-01-07 Thread PJ Fanning
vided' dependencies and are related to the optional use of a Maven Plugin to run xmlbeans code generation. POI users don't need these dependencies and any build tool worth its salt will understand what a 'provided' dependency is. I generally don't worry about convergence is

Re: Convergence issues...

2025-01-07 Thread PJ Fanning
nerally don't worry about convergence issues because if you have a few transitive dependencies, it is almost inevitable that those dependencies will have their own dependencies on common libraries and that the versions are almost guaranteed not to match. This is rarely an issue unless t

Convergence issues...

2025-01-07 Thread Tim Allison
Sorry. I'm looking at these more closely, and the problem is with the maven dependencies brought in my xmlbeans...not something that we should fix on POI or xmlbeans. WDYT? P.S. I did notice some convergence issues. I don't think these are a > showstopper...not clear if we should