Skip to content

Commit fddb7f1

Browse files
committed
[BAEL-9551] - Removed unused dependencies
1 parent 539ce3e commit fddb7f1

4 files changed

Lines changed: 0 additions & 94 deletions

File tree

algorithms-genetic/pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
<artifactId>jenetics</artifactId>
3434
<version>${io.jenetics.version}</version>
3535
</dependency>
36-
<dependency>
37-
<groupId>org.jgrapht</groupId>
38-
<artifactId>jgrapht-core</artifactId>
39-
<version>${org.jgrapht.core.version}</version>
40-
</dependency>
41-
<dependency>
42-
<groupId>pl.allegro.finance</groupId>
43-
<artifactId>tradukisto</artifactId>
44-
<version>${tradukisto.version}</version>
45-
</dependency>
4636
<dependency>
4737
<groupId>org.assertj</groupId>
4838
<artifactId>assertj-core</artifactId>
@@ -63,32 +53,10 @@
6353
</pluginManagement>
6454
</build>
6555

66-
<reporting>
67-
<plugins>
68-
<plugin>
69-
<groupId>org.codehaus.mojo</groupId>
70-
<artifactId>cobertura-maven-plugin</artifactId>
71-
<version>2.7</version>
72-
<configuration>
73-
<instrumentation>
74-
<ignores>
75-
<ignore>com/baeldung/algorithms/dijkstra/*</ignore>
76-
</ignores>
77-
<excludes>
78-
<exclude>com/baeldung/algorithms/dijkstra/*</exclude>
79-
</excludes>
80-
</instrumentation>
81-
</configuration>
82-
</plugin>
83-
</plugins>
84-
</reporting>
85-
8656
<properties>
8757
<lombok.version>1.16.12</lombok.version>
8858
<commons-math3.version>3.6.1</commons-math3.version>
89-
<tradukisto.version>1.0.1</tradukisto.version>
9059
<io.jenetics.version>3.7.0</io.jenetics.version>
91-
<org.jgrapht.core.version>1.0.1</org.jgrapht.core.version>
9260
<org.assertj.core.version>3.9.0</org.assertj.core.version>
9361
<commons-codec.version>1.11</commons-codec.version>
9462
</properties>

algorithms-miscellaneous-1/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@
2828
<version>${lombok.version}</version>
2929
<scope>provided</scope>
3030
</dependency>
31-
<dependency>
32-
<groupId>io.jenetics</groupId>
33-
<artifactId>jenetics</artifactId>
34-
<version>${io.jenetics.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.jgrapht</groupId>
38-
<artifactId>jgrapht-core</artifactId>
39-
<version>${org.jgrapht.core.version}</version>
40-
</dependency>
41-
<dependency>
42-
<groupId>pl.allegro.finance</groupId>
43-
<artifactId>tradukisto</artifactId>
44-
<version>${tradukisto.version}</version>
45-
</dependency>
4631
<dependency>
4732
<groupId>org.assertj</groupId>
4833
<artifactId>assertj-core</artifactId>
@@ -86,9 +71,6 @@
8671
<properties>
8772
<lombok.version>1.16.12</lombok.version>
8873
<commons-math3.version>3.6.1</commons-math3.version>
89-
<tradukisto.version>1.0.1</tradukisto.version>
90-
<io.jenetics.version>3.7.0</io.jenetics.version>
91-
<org.jgrapht.core.version>1.0.1</org.jgrapht.core.version>
9274
<org.assertj.core.version>3.9.0</org.assertj.core.version>
9375
<commons-codec.version>1.11</commons-codec.version>
9476
</properties>

algorithms-miscellaneous-2/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
<version>${lombok.version}</version>
2929
<scope>provided</scope>
3030
</dependency>
31-
<dependency>
32-
<groupId>io.jenetics</groupId>
33-
<artifactId>jenetics</artifactId>
34-
<version>${io.jenetics.version}</version>
35-
</dependency>
3631
<dependency>
3732
<groupId>org.jgrapht</groupId>
3833
<artifactId>jgrapht-core</artifactId>
@@ -87,7 +82,6 @@
8782
<lombok.version>1.16.12</lombok.version>
8883
<commons-math3.version>3.6.1</commons-math3.version>
8984
<tradukisto.version>1.0.1</tradukisto.version>
90-
<io.jenetics.version>3.7.0</io.jenetics.version>
9185
<org.jgrapht.core.version>1.0.1</org.jgrapht.core.version>
9286
<org.assertj.core.version>3.9.0</org.assertj.core.version>
9387
<commons-codec.version>1.11</commons-codec.version>

algorithms-sorting/pom.xml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@
2828
<version>${lombok.version}</version>
2929
<scope>provided</scope>
3030
</dependency>
31-
<dependency>
32-
<groupId>io.jenetics</groupId>
33-
<artifactId>jenetics</artifactId>
34-
<version>${io.jenetics.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.jgrapht</groupId>
38-
<artifactId>jgrapht-core</artifactId>
39-
<version>${org.jgrapht.core.version}</version>
40-
</dependency>
41-
<dependency>
42-
<groupId>pl.allegro.finance</groupId>
43-
<artifactId>tradukisto</artifactId>
44-
<version>${tradukisto.version}</version>
45-
</dependency>
4631
<dependency>
4732
<groupId>org.assertj</groupId>
4833
<artifactId>assertj-core</artifactId>
@@ -63,32 +48,9 @@
6348
</pluginManagement>
6449
</build>
6550

66-
<reporting>
67-
<plugins>
68-
<plugin>
69-
<groupId>org.codehaus.mojo</groupId>
70-
<artifactId>cobertura-maven-plugin</artifactId>
71-
<version>2.7</version>
72-
<configuration>
73-
<instrumentation>
74-
<ignores>
75-
<ignore>com/baeldung/algorithms/dijkstra/*</ignore>
76-
</ignores>
77-
<excludes>
78-
<exclude>com/baeldung/algorithms/dijkstra/*</exclude>
79-
</excludes>
80-
</instrumentation>
81-
</configuration>
82-
</plugin>
83-
</plugins>
84-
</reporting>
85-
8651
<properties>
8752
<lombok.version>1.16.12</lombok.version>
8853
<commons-math3.version>3.6.1</commons-math3.version>
89-
<tradukisto.version>1.0.1</tradukisto.version>
90-
<io.jenetics.version>3.7.0</io.jenetics.version>
91-
<org.jgrapht.core.version>1.0.1</org.jgrapht.core.version>
9254
<org.assertj.core.version>3.9.0</org.assertj.core.version>
9355
<commons-codec.version>1.11</commons-codec.version>
9456
</properties>

0 commit comments

Comments
 (0)