Skip to content

Commit

Permalink
Removing Freemarker version 2.3.24 since it's not used in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
cenedhryn committed Mar 25, 2021
1 parent 7a73d3e commit 3b9fb49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/bugfix-AWSSDKforJavav2-2ec008e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"category": "AWS SDK for Java v2",
"contributor": "",
"type": "bugfix",
"description": "Removing Freemarker version 2.3.24 since this package is not used in the code."
}
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spotbugs.version>4.1.4</spotbugs.version>
<netty-reactive-streams-http.version>2.0.4</netty-reactive-streams-http.version>
<freemarker.version>2.3.24-incubating</freemarker.version>
<javapoet.verion>1.13.0</javapoet.verion>
<org.eclipse.jdt.version>3.10.0</org.eclipse.jdt.version>
<org.eclipse.text.version>3.5.101</org.eclipse.text.version>
Expand All @@ -114,7 +113,7 @@
<jmh.version>1.21</jmh.version>
<awscrt.version>0.9.3</awscrt.version>

<!-- Test dependencies -->
<!--Test dependencies -->
<junit.version>4.12</junit.version>
<junit5.version>5.4.2</junit5.version>
<hamcrest.version>1.3</hamcrest.version>
Expand Down

0 comments on commit 3b9fb49

Please sign in to comment.