File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
2-0-data-structures-and-algorithms Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments