Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed May 25, 2021
1 parent 18b9f9f commit 1b6cfda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions engine-plugin-on-demand-call-activity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.20</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down Expand Up @@ -154,4 +154,4 @@
</repository>
</distributionManagement>

</project>
</project>

0 comments on commit 1b6cfda

Please sign in to comment.