Skip to content

Commit c6d097a

Browse files
committed
chore: Fix indentation in pom.xml for dependencies and repositories sections
1 parent 4f85616 commit c6d097a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

phoneblock/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@
282282
<version>2.1.3</version>
283283
</dependency>
284284

285-
<dependency>
286-
<groupId>com.github.haumacher</groupId>
287-
<artifactId>java-utils-mail-dkim</artifactId>
288-
<version>fix-automatic-module-name-SNAPSHOT</version>
289-
</dependency>
285+
<dependency>
286+
<groupId>com.github.haumacher</groupId>
287+
<artifactId>java-utils-mail-dkim</artifactId>
288+
<version>fix-automatic-module-name-SNAPSHOT</version>
289+
</dependency>
290290

291291
<!-- The actual mail implementation. -->
292292
<dependency>
@@ -327,12 +327,12 @@
327327
</dependency>
328328
</dependencies>
329329

330-
<repositories>
331-
<repository>
332-
<id>jitpack.io</id>
333-
<url>https://jitpack.io</url>
334-
</repository>
335-
</repositories>
330+
<repositories>
331+
<repository>
332+
<id>jitpack.io</id>
333+
<url>https://jitpack.io</url>
334+
</repository>
335+
</repositories>
336336

337337
<build>
338338
<resources>

0 commit comments

Comments
 (0)