BAEL-5521 Convert boolean to int in Java (#12017)

* added class for Article examples, created unit tests and modified pom in order to call Apache Commons outside test

* changed parameter to prevent NPE

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
This commit is contained in:
chrisjaimes
2022-05-14 05:29:19 -04:00
committed by GitHub
parent 557dba376b
commit 538c116302
3 changed files with 97 additions and 1 deletions
-1
View File
@@ -23,7 +23,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>