Skip to content

Commit

Permalink
exclude oro license from trying to download (#6590)
Browse files Browse the repository at this point in the history
- excludes oro dependency for license download (since it fails)
  • Loading branch information
thadguidry committed May 13, 2024
1 parent 0675247 commit 1233678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/pom.xml
Expand Up @@ -127,6 +127,7 @@
<connectTimeout>10000</connectTimeout>
<cleanLicensesOutputDirectory>true</cleanLicensesOutputDirectory>
<licensesConfigFile>${basedir}/manual_licenses.xml</licensesConfigFile>
<excludedArtifacts>oro</excludedArtifacts>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 1233678

Please sign in to comment.