File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
4-0-object-oriented-programming Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<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 >
14
6
15
7
<parent >
16
8
<groupId >com.bobocode</groupId >
17
9
<artifactId >java-fundamentals-course</artifactId >
18
10
<version >1.0-SNAPSHOT</version >
19
11
</parent >
20
12
<artifactId >4-0-object-oriented-programming</artifactId >
21
-
13
+
22
14
<properties >
23
15
<maven .compiler.source>11</maven .compiler.source>
24
16
<maven .compiler.source>11</maven .compiler.source>
25
17
</properties >
26
18
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
+
27
28
</project >
You can’t perform that action at this time.
0 commit comments