Skip to content

Commit fed08d6

Browse files
committed
add organizations to aws-sdk-java module
1 parent 650a023 commit fed08d6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWS Organizations",
3+
"type": "bugfix",
4+
"description": "Add `organizations` to `aws-sdk-java` module."
5+
}

aws-sdk-java/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,11 @@
535535
<artifactId>appsync</artifactId>
536536
<version>${awsjavasdk.version}</version>
537537
</dependency>
538+
<dependency>
539+
<groupId>software.amazon.awssdk</groupId>
540+
<artifactId>organizations</artifactId>
541+
<version>${awsjavasdk.version}</version>
542+
</dependency>
538543
</dependencies>
539544

540545
<build>

0 commit comments

Comments
 (0)