BAEL-6828: Finding the Square Root of a BigInteger in Java (#14903)

* BAEL-6828: Finding the Square Root of a BigInteger in Java

* BAEL-6828: Remove Java 9 annotation from the test

* BAEL-6828: Remove Java 9 profile
This commit is contained in:
Eugene Kovko
2023-10-04 18:23:38 +02:00
committed by GitHub
parent 7c6b5ac3de
commit d76083ae04
7 changed files with 260 additions and 1 deletions
@@ -25,8 +25,12 @@
<version>${commons-codec}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>
<build>
<finalName>core-java-numbers-6</finalName>
<resources>
@@ -39,5 +43,6 @@
<properties>
<commons-codec>1.15</commons-codec>
<guava.version>32.1.2-jre</guava.version>
</properties>
</project>