Open MatiasLoiseau opened 1 month ago
The web/pom.xml file has a dependency that has another dependency that no longer exists.
When I tried to run the demo the 'web' component gave me the following error:
This is because the parquet-hadoop artifact in version 1.12.2 has a dependency called brotli-codec which is no longer in the maven repository. https://github.com/EL-BID/CACAO/blob/f4bc36441c7f5c813bb65b1b586cc7401a5d201d/web/pom.xml#L192
The web/pom.xml file has a dependency that has another dependency that no longer exists.
When I tried to run the demo the 'web' component gave me the following error:
This is because the parquet-hadoop artifact in version 1.12.2 has a dependency called brotli-codec which is no longer in the maven repository. https://github.com/EL-BID/CACAO/blob/f4bc36441c7f5c813bb65b1b586cc7401a5d201d/web/pom.xml#L192