Skip to content

Commit fcb6e1b

Browse files
committed
added comments to dependecies
1 parent 28fc3bf commit fcb6e1b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<version>0.0.4-SNAPSHOT</version>
88
<dependencies>
99

10+
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
1011
<dependency>
1112
<groupId>ch.qos.logback</groupId>
1213
<artifactId>logback-classic</artifactId>
@@ -22,23 +23,31 @@
2223
<scope>test</scope>
2324
</dependency>
2425

25-
26-
<!-- mockito -->
26+
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
2727
<dependency>
2828
<groupId>org.mockito</groupId>
2929
<artifactId>mockito-core</artifactId>
3030
<version>5.8.0</version>
3131
<scope>test</scope>
3232
</dependency>
3333

34-
<!-- junit -->
34+
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
3535
<dependency>
3636
<groupId>org.junit.jupiter</groupId>
3737
<artifactId>junit-jupiter-api</artifactId>
3838
<version>5.10.2</version>
3939
<scope>test</scope>
4040
</dependency>
4141

42+
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
43+
<dependency>
44+
<groupId>org.junit.jupiter</groupId>
45+
<artifactId>junit-jupiter-engine</artifactId>
46+
<version>5.9.2</version>
47+
<scope>test</scope>
48+
</dependency>
49+
50+
<!-- https://mvnrepository.com/artifact/uk.org.webcompere/system-stubs-jupiter -->
4251
<dependency>
4352
<groupId>uk.org.webcompere</groupId>
4453
<artifactId>system-stubs-jupiter</artifactId>
@@ -128,15 +137,6 @@
128137
<version>2.20.0</version>
129138
</dependency>
130139

131-
<dependency>
132-
<groupId>org.junit.jupiter</groupId>
133-
<artifactId>junit-jupiter-engine</artifactId>
134-
<version>5.9.2</version>
135-
<scope>test</scope>
136-
</dependency>
137-
138-
139-
140140
</dependencies>
141141
<properties>
142142
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)