Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the shade configuration, so it creates jars that can be used for #481

Merged
merged 9 commits into from
Mar 9, 2019
Prev Previous commit
Next Next commit
Removed core's dependency on commons-lang3, since (the need for) it was
removed in master.
  • Loading branch information
hallvard committed Mar 7, 2019
commit dce2026ab7fc20a3bae8ab1a450f81d2031e4ef7
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
<artifactId>guava</artifactId>
<version>25.1-jre</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
benmccann marked this conversation as resolved.
Show resolved Hide resolved
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
Expand Down