Skip to content

Commit

Permalink
update to jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Nov 16, 2023
1 parent 901708a commit aab292a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions javav2/example_code/athena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
<artifactId>athenaJ2Example</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
<build>
<plugins>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<groups>IntegrationTest</groups>
</configuration>
</plugin>
</plugins>
</build>
Expand All @@ -24,7 +27,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.20.25</version>
<version>2.21.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit aab292a

Please sign in to comment.