feedzai / feedzai-openml-java

Implementations for Feedzai's OpenML APIs to allow for usage of machine learning models in the Java programming language.
https://www.feedzai.com
Apache License 2.0
2 stars 11 forks source link

Add missing dependencies #56

Closed TiagoMSSantos closed 3 years ago

TiagoMSSantos commented 3 years ago

This commit adds missing dependencies in the pom files that were already being used. It also changes the Guava dependency in openml-datarobot module to provided. This will exclude Guava from the generated fat jar with the dependencies.

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (900f833) into hf-1.0.X (aba2523) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             hf-1.0.X      #56   +/-   ##
===========================================
  Coverage       78.73%   78.73%           
  Complexity        381      381           
===========================================
  Files              39       39           
  Lines            1364     1364           
  Branches          127      127           
===========================================
  Hits             1074     1074           
  Misses            223      223           
  Partials           67       67           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aba2523...900f833. Read the comment docs.