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 3e8c0c5 commit 3ba05fbCopy full SHA for 3ba05fb
spring-batch-excel/pom.xml
@@ -122,6 +122,7 @@
122
<configuration>
123
<source>${java.version}</source>
124
<target>${java.version}</target>
125
+ <parameters>true</parameters>
126
<compilerArgs>
127
<arg>-Xlint:all,deprecation </arg>
128
</compilerArgs>
@@ -185,10 +186,12 @@
185
186
</executions>
187
</plugin>
188
<plugin>
189
+ <groupId>org.apache.maven.plugins</groupId>
190
<artifactId>maven-surefire-plugin</artifactId>
191
<version>3.0.0-M7</version>
192
193
194
195
<artifactId>maven-failsafe-plugin</artifactId>
196
197
0 commit comments