Skip to content

Commit

Permalink
add xz dependency to attribution list
Browse files Browse the repository at this point in the history
  • Loading branch information
nborges-aws authored Jan 14, 2025
1 parent 1826699 commit 78cec78
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions attribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -595,5 +595,22 @@
<string>https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/9.41.2/nimbus-jose-jwt-9.41.2.jar</string>
</downloadUrls>
</dependency>
<dependency>
<name>XZ for Java</name>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.9</version>
<projectUrl>https://tukaani.org/xz/java.html</projectUrl>
<type>jar</type>
<licenses>
<license>
<name>Public Domain</name>
<url>https://tukaani.org/xz/java.html</url>
</license>
</licenses>
<downloadUrls>
<string>https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar</string>
</downloadUrls>
</dependency>
</dependencies>
</attributionReport>

0 comments on commit 78cec78

Please sign in to comment.