Skip to content

Commit

Permalink
Adding awaitility to central management
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Oct 20, 2023
1 parent 5d67d9a commit 3643416
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions cui-java-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -10,7 +12,8 @@
<artifactId>cui-java-bom</artifactId>
<packaging>pom</packaging>
<name>cui java dependency management</name>
<description>Provides a number of standard-java dependency-declarations that can be consumed directly</description>
<description>Provides a number of standard-java dependency-declarations that
can be consumed directly</description>

<properties>
<version.cui.core.ui.model>2.0.0</version.cui.core.ui.model>
Expand All @@ -23,6 +26,7 @@
<version.cui.test.value.objects>2.0.0</version.cui.test.value.objects>
<version.easymock>5.2.0</version.easymock>
<version.jdom2>2.0.6.1</version.jdom2>
<version.waitility>4.2.0</version.waitility>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -131,6 +135,12 @@
<version>${version.easymock}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>${version.waitility}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3643416

Please sign in to comment.