Skip to content

Commit 506c290

Browse files
committed
GP-28 Fix dependencies on util module
1 parent a31d9dd commit 506c290

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

2-0-data-structures-and-algorithms/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<dependencies>
7-
<dependency>
8-
<groupId>com.bobocode</groupId>
9-
<artifactId>java-fundamentals-util</artifactId>
10-
<version>1.0-SNAPSHOT</version>
11-
<scope>compile</scope>
12-
</dependency>
13-
</dependencies>
146

157
<parent>
168
<groupId>com.bobocode</groupId>

3-0-java-core/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<dependencies>
7-
<dependency>
8-
<groupId>com.bobocode</groupId>
9-
<artifactId>java-fundamentals-util</artifactId>
10-
<version>1.0-SNAPSHOT</version>
11-
<scope>compile</scope>
12-
</dependency>
13-
</dependencies>
146

157
<parent>
168
<groupId>com.bobocode</groupId>

0 commit comments

Comments
 (0)