Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Nov 1, 2023
1 parent 14cc4a1 commit 48fbc0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions connectivity/connectivity-demos-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@
requires commons.lang3 3.13.0. but this maven dependency hierarchy includes an older
version -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 4 additions & 4 deletions workflow/workflow-demos-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
requires commons.lang3 3.13.0. but this maven dependency hierarchy includes an older
version -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 48fbc0e

Please sign in to comment.