File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 79
79
<groupId >org.junit.jupiter</groupId >
80
80
<artifactId >junit-jupiter-api</artifactId >
81
81
<version >5.9.0</version >
82
- < scope >test</ scope >
82
+
83
83
</dependency >
84
84
85
85
<dependency >
100
100
<version >7.6.1</version >
101
101
<scope >compile</scope >
102
102
</dependency >
103
- <dependency >
104
- <groupId >org.junit.jupiter</groupId >
105
- <artifactId >junit-jupiter</artifactId >
106
- <version >RELEASE</version >
107
- <scope >compile</scope >
108
- </dependency >
103
+
109
104
110
105
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
111
106
<dependency >
121
116
<artifactId >log4j</artifactId >
122
117
<version >1.2.17</version >
123
118
</dependency >
124
- <dependency >
125
- <groupId >org.junit.jupiter</groupId >
126
- <artifactId >junit-jupiter-api</artifactId >
127
- <version >5.9.0</version >
128
- <scope >compile</scope >
129
- </dependency >
119
+
130
120
</dependencies >
131
121
132
122
</project >
You can’t perform that action at this time.
0 commit comments