Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IT test download-licenses-file-names #437

Merged
merged 1 commit into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions src/it/download-licenses-file-names/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</licenseUrlReplacements>
<licenseUrlFileNames>
<bsd-antlr.html>
sha1:074f8d6e91730b40875178666513014472888247
sha1:666518759e606772587886dcb54a9867bcf275e0
\Qhttp://www.antlr.org/license.html\E
</bsd-antlr.html>
<asl2.txt>
Expand Down Expand Up @@ -123,7 +123,7 @@
<licenseUrlFileNames>
<spdx/>
<bsd-antlr.html>
sha1:074f8d6e91730b40875178666513014472888247
sha1:666518759e606772587886dcb54a9867bcf275e0
\Qhttp://www.antlr.org/license.html\E
</bsd-antlr.html>
<cddl-gplv2-ce.txt>
Expand Down