Skip to content

Commit 4b74417

Browse files
committed
Merge branch 'main' into exercise/completed
2 parents cf23eca + 42f8c5e commit 4b74417

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

3-0-java-core/pom.xml

Lines changed: 9 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>
@@ -24,4 +16,13 @@
2416
<maven.compiler.source>11</maven.compiler.source>
2517
</properties>
2618

19+
<dependencies>
20+
<dependency>
21+
<groupId>com.bobocode</groupId>
22+
<artifactId>java-fundamentals-util</artifactId>
23+
<version>1.0-SNAPSHOT</version>
24+
<scope>compile</scope>
25+
</dependency>
26+
</dependencies>
27+
2728
</project>

0 commit comments

Comments
 (0)