Remove dependencies on unused "Commons Numbers" modules.
This commit is contained in:
parent
ca830af170
commit
bdc4a527fb
|
@ -54,11 +54,6 @@
|
|||
<artifactId>commons-numbers-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-arrays</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-rng-client-api</artifactId>
|
||||
|
|
|
@ -59,11 +59,6 @@
|
|||
<artifactId>commons-numbers-complex</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-complex-streams</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-gamma</artifactId>
|
||||
|
@ -74,11 +69,6 @@
|
|||
<artifactId>commons-numbers-combinatorics</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-arrays</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-angle</artifactId>
|
||||
|
|
12
pom.xml
12
pom.xml
|
@ -178,12 +178,6 @@
|
|||
<version>${math.commons.numbers.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-complex-streams</artifactId>
|
||||
<version>${math.commons.numbers.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-gamma</artifactId>
|
||||
|
@ -196,12 +190,6 @@
|
|||
<version>${math.commons.numbers.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-arrays</artifactId>
|
||||
<version>${math.commons.numbers.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-angle</artifactId>
|
||||
|
|
Loading…
Reference in New Issue