We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c2d6e commit 99c401aCopy full SHA for 99c401a
pom.xml
@@ -69,9 +69,9 @@
69
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
70
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
71
<jdkLevel>1.8</jdkLevel>
72
- <slf4j.version>1.7.30</slf4j.version>
+ <slf4j.version>1.7.31</slf4j.version>
73
<junit.version>4.13.1</junit.version>
74
- <mainClass />
+ <mainClass/>
75
76
<maven-resources-plugin-version>3.1.0</maven-resources-plugin-version>
77
<maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
@@ -248,7 +248,7 @@
248
<artifactId>maven-bundle-plugin</artifactId>
249
<executions>
250
<execution>
251
- <phase />
+ <phase/>
252
</execution>
253
</executions>
254
</plugin>
0 commit comments