>>>> 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
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
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
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
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,
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
> 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
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
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
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
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
11 matches
Mail list logo