Skip to content

Commit 366860b

Browse files
committed
Cleanup
1 parent 680464d commit 366860b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
</distributionManagement>
3434

3535
<properties>
36-
<javaVersion>8</javaVersion>
3736
<sisuVersion>0.3.5</sisuVersion>
3837
<slf4jVersion>1.7.36</slf4jVersion>
39-
<junitVersion>5.9.3</junitVersion>
4038
<project.build.outputTimestamp>2023-05-05T22:34:21Z</project.build.outputTimestamp>
4139
</properties>
4240

@@ -115,19 +113,16 @@
115113
<dependency>
116114
<groupId>org.junit.jupiter</groupId>
117115
<artifactId>junit-jupiter-api</artifactId>
118-
<version>${junitVersion}</version>
119116
<scope>test</scope>
120117
</dependency>
121118
<dependency>
122119
<groupId>org.junit.jupiter</groupId>
123120
<artifactId>junit-jupiter-params</artifactId>
124-
<version>${junitVersion}</version>
125121
<scope>test</scope>
126122
</dependency>
127123
<dependency>
128124
<groupId>org.junit.jupiter</groupId>
129125
<artifactId>junit-jupiter-engine</artifactId>
130-
<version>${junitVersion}</version>
131126
<scope>test</scope>
132127
</dependency>
133128
<dependency>
@@ -169,11 +164,6 @@
169164
</checkModificationExcludes>
170165
</configuration>
171166
</plugin>
172-
<plugin>
173-
<groupId>org.apache.maven.plugins</groupId>
174-
<artifactId>maven-resources-plugin</artifactId>
175-
<version>3.3.1</version>
176-
</plugin>
177167
<plugin>
178168
<groupId>org.eclipse.sisu</groupId>
179169
<artifactId>sisu-maven-plugin</artifactId>

0 commit comments

Comments
 (0)