From 43a1c2c1bf8fd0ef0acc391f4e024606c69bbf10 Mon Sep 17 00:00:00 2001 From: Nakul Joshi Date: Mon, 8 Jul 2024 13:55:35 -0700 Subject: [PATCH] Replace deprecated systemProperties. The recommended replacement is systemPropertyVariables, documented [here](https://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html). --- amazon-kinesis-client/pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 6f94916f..2bb18afc 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -228,16 +228,10 @@ **/*IntegrationTest.java - - - sqlite4java.library.path - ${sqlite4java.libpath} - - - awsProfile - ${awsProfile} - - + + ${sqlite4java.libpath} + ${awsProfile} +