Get rid of surefire warning (#966)

* Get rid of surefire warning

As we use deprecated configuration.

* Fix it
This commit is contained in:
Tamas Cservenak 2023-01-25 15:22:26 +01:00 committed by GitHub
parent 8918c8144f
commit 38b447b85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -168,12 +168,9 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>basedir</name>
<value>${basedir}</value>
</property>
</systemProperties>
<systemPropertyVariables>
<basedir>${basedir}</basedir>
</systemPropertyVariables>
</configuration>
<executions>
<execution>