BAEL-5562 Check if character is vowel (#12221)

This commit is contained in:
Ashley Frieze
2022-05-18 08:54:10 +01:00
committed by GitHub
parent 63f4b43b89
commit 9af56d8aaf
3 changed files with 95 additions and 0 deletions

View File

@@ -30,6 +30,12 @@
<artifactId>commons-lang3</artifactId>
<version>${apache-commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>