You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>The AWS SDK for Java - Code Generator module holds the classes and templates required to generate the AWS Java SDK clients for AWS services.</description>
<url>https://aws.amazon.com/sdkforjava</url>
<properties>
<jre.version>1.8</jre.version>
</properties>
<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<artifactId>org.eclipse.jdt.core</artifactId>
<groupId>org.eclipse.jdt</groupId>
<optional>false</optional>
<version>3.10.0</version>
</dependency>
<dependency>
<artifactId>text</artifactId>
<groupId>org.eclipse</groupId>
<optional>false</optional>
<version>3.3.0-v20070606-0010</version>
</dependency>
<dependency>
<artifactId>freemarker</artifactId>
<groupId>org.freemarker</groupId>
<optional>false</optional>
<version>2.3.24-incubating</version>
</dependency>
<dependency>
<artifactId>jmespath-java</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
</dependency>
<dependency>
<artifactId>commons-lang3</artifactId>
<groupId>org.apache.commons</groupId>
<optional>false</optional>
<version>3.4</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->