Bael 7436 (#15550)
* BAEL-7436: Initial Unit Tests * BAEL-7436: Added an Example with Service * BAEL-7436: Cleanup and test fixes * BAEL-7436: Test rename * BAEL-7436: Cleanup * BAEL-7436: Fix pom * BAEL-7436: Test rename
This commit is contained in:
@@ -14,4 +14,20 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${apache.commons.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<apache.commons.version>3.14.0</apache.commons.version>
|
||||
</properties>
|
||||
</project>
|
||||
Reference in New Issue
Block a user