enso/tools/legal-review/Table
Radosław Waśko df4a7efcdd
Add AWS SSO JARs to the Standard.AWS library (#9782)
As reported by our users, when using the AWS SSO, our code was failing with:
```
Execution finished with an error: To use Sso related properties in the 'xyz' profile, the 'sso' service module must be on the class path.
```

This PR adds the missing JARs to fix that.

Additionally it improves the license review tool UX a bit (parts of #9122):
- sorting the report by amount of problems, so that dependencies with unresolved problems appear at the top,
- semi-automatic helper button to rename package configurations after a version bump,
- button to remove stale entries from config (files or copyrights that disappeared after update),
- button to add custom copyright notice text straight from the report UI,
- button to set a file as the license for the project (creating the `custom-license` file automatically)
- ability to filter processed projects - e.g. `openLegalReviewReport AWS` will only run on the AWS subproject - saving time processing unchanged dependencies,
- updated the license search heuristic, fixing a problem with duplicates:
- if we had dependencies `netty-http` and `netty-http2`, because of a prefix-check logic, the notices for `netty-http` would also appear again for `netty-http2`, which is not valid. I have improved the heuristic to avoid these false positives and removed them from the current report.
- WIP: button to mark a license type as reviewed (not finished in this PR).
2024-04-25 18:44:51 +00:00
..
com.github.virtuald.curvesapi-1.07 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
com.univocity.univocity-parsers-2.9.1 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
com.zaxxer.SparseBitSet-1.2 XLS(X) Reading (#1879) 2021-07-20 13:32:19 +02:00
commons-codec.commons-codec-1.15 XLS(X) Reading (#1879) 2021-07-20 13:32:19 +02:00
commons-io.commons-io-2.11.0 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.antlr.antlr4-runtime-4.13.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.apache.commons.commons-collections4-4.4 XLS(X) Reading (#1879) 2021-07-20 13:32:19 +02:00
org.apache.commons.commons-compress-1.21 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.commons.commons-math3-3.6.1 XLS(X) Reading (#1879) 2021-07-20 13:32:19 +02:00
org.apache.logging.log4j.log4j-api-2.18.0 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.apache.logging.log4j.log4j-to-slf4j-2.18.0 Always log to console and file (#7825) 2023-09-26 11:32:04 +02:00
org.apache.poi.poi-5.2.3 Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
org.apache.poi.poi-ooxml-5.2.3 Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
org.apache.poi.poi-ooxml-lite-5.2.3 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.apache.xmlbeans.xmlbeans-5.1.1 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.slf4j.slf4j-api-1.7.36 Always log to console and file (#7825) 2023-09-26 11:32:04 +02:00
reviewed-licenses Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
report-state Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00