Hi Alex. Do I understand correctly that the change below may introduce dependencies on modules that are not actually used in the [Geometry] code?
Regards, Gilles Le mer. 2 nov. 2022 à 12:21, <aherb...@apache.org> a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-geometry.git > > > The following commit(s) were added to refs/heads/master by this push: > new 6de48f6d Update commons-numbers 1.0 to 1.1 > 6de48f6d is described below > > commit 6de48f6df9d956500b0267a3c919b8c6d7cf0dbb > Author: aherbert <aherb...@apache.org> > AuthorDate: Wed Nov 2 11:21:26 2022 +0000 > > Update commons-numbers 1.0 to 1.1 > --- > pom.xml | 26 ++++---------------------- > 1 file changed, 4 insertions(+), 22 deletions(-) > > diff --git a/pom.xml b/pom.xml > index aa38bd6a..5123ed97 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -89,7 +89,7 @@ > <doclint.javadoc.qualifier></doclint.javadoc.qualifier> > > <!-- Dependency versions --> > - <commons.numbers.version>1.0</commons.numbers.version> > + <commons.numbers.version>1.1</commons.numbers.version> > <commons.rng.version>1.5</commons.rng.version> > > <!-- Workaround to avoid the SVN site checkout in all modules. > @@ -138,28 +138,10 @@ > <dependencies> > <dependency> > <groupId>org.apache.commons</groupId> > - <artifactId>commons-numbers-core</artifactId> > - <version>${commons.numbers.version}</version> > - </dependency> > - <dependency> > - <groupId>org.apache.commons</groupId> > - <artifactId>commons-numbers-arrays</artifactId> > - <version>${commons.numbers.version}</version> > - </dependency> > - <dependency> > - <groupId>org.apache.commons</groupId> > - <artifactId>commons-numbers-angle</artifactId> > - <version>${commons.numbers.version}</version> > - </dependency> > - <dependency> > - <groupId>org.apache.commons</groupId> > - <artifactId>commons-numbers-fraction</artifactId> > - <version>${commons.numbers.version}</version> > - </dependency> > - <dependency> > - <groupId>org.apache.commons</groupId> > - <artifactId>commons-numbers-quaternion</artifactId> > + <artifactId>commons-numbers-bom</artifactId> > <version>${commons.numbers.version}</version> > + <scope>import</scope> > + <type>pom</type> > </dependency> > > <dependency> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org