enso/tools/legal-review/Table
Radosław Waśko 551100af3b
Add Table.distinct function to In-Memory table (#3684)
Implements https://www.pivotaltracker.com/story/show/182307143

# Important Notes
- Modified standard library Java helpers dependencies so that `std-table` module depends on `std-base`, as a provided dependency. This is allowed, because `std-table` is used by the `Standard.Table` Enso module which depends on `Standard.Base` which ensures that the `std-base` is loaded onto the classpath, thus whenever `std-table` is loaded by `Standard.Table`, so is `std-base`. Thus we can rely on classes from `std-base` and its dependencies being _provided_ on the classpath. Thanks to that we can use utilities like `Text_Utils` also in `std-table`, avoiding code duplication. Additional advantage of that is that we don't need to specify ICU4J as a separate dependency for `std-table`, since it is 'taken' from `std-base` already - so we avoid including it in our build packages twice.
2022-09-07 12:28:41 +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.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.17.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.poi.poi-5.2.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.poi.poi-ooxml-5.2.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.poi.poi-ooxml-lite-5.2.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.xmlbeans.xmlbeans-5.1.0 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
reviewed-licenses Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
report-state Add Table.distinct function to In-Memory table (#3684) 2022-09-07 12:28:41 +00:00