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 af35ead commit 2a99c7aCopy full SHA for 2a99c7a
test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven/after/pom.xml
@@ -23,6 +23,10 @@
23
<artifactId>sample-application</artifactId>
24
<version>1.2.3</version>
25
26
+ <properties>
27
+ <jre.version>1.8</jre.version>
28
+ </properties>
29
+
30
<dependencyManagement>
31
<dependencies>
32
<dependency>
test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven/before/pom.xml
0 commit comments