File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 33
33
</distributionManagement >
34
34
35
35
<properties >
36
- <javaVersion >8</javaVersion >
37
36
<sisuVersion >0.3.5</sisuVersion >
38
37
<slf4jVersion >1.7.36</slf4jVersion >
39
- <junitVersion >5.9.3</junitVersion >
40
38
<project .build.outputTimestamp>2023-05-05T22:34:21Z</project .build.outputTimestamp>
41
39
</properties >
42
40
115
113
<dependency >
116
114
<groupId >org.junit.jupiter</groupId >
117
115
<artifactId >junit-jupiter-api</artifactId >
118
- <version >${junitVersion} </version >
119
116
<scope >test</scope >
120
117
</dependency >
121
118
<dependency >
122
119
<groupId >org.junit.jupiter</groupId >
123
120
<artifactId >junit-jupiter-params</artifactId >
124
- <version >${junitVersion} </version >
125
121
<scope >test</scope >
126
122
</dependency >
127
123
<dependency >
128
124
<groupId >org.junit.jupiter</groupId >
129
125
<artifactId >junit-jupiter-engine</artifactId >
130
- <version >${junitVersion} </version >
131
126
<scope >test</scope >
132
127
</dependency >
133
128
<dependency >
169
164
</checkModificationExcludes >
170
165
</configuration >
171
166
</plugin >
172
- <plugin >
173
- <groupId >org.apache.maven.plugins</groupId >
174
- <artifactId >maven-resources-plugin</artifactId >
175
- <version >3.3.1</version >
176
- </plugin >
177
167
<plugin >
178
168
<groupId >org.eclipse.sisu</groupId >
179
169
<artifactId >sisu-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments