Skip to content

Commit 6c607f2

Browse files
committed
Formatting: pom.xml
Made Tab/whitespace usage consistent.
1 parent f3dd494 commit 6c607f2

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

pom.xml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,14 @@
198198
</dependency>
199199

200200
<!-- Used for IRC hooks -->
201-
<!--<dependency> NOT READY YET
202-
<groupId>org.jibble</groupId>
203-
<artifactId>pircbot</artifactId>
204-
<version>1.5.0</version>
205-
<scope>compile</scope>
206-
</dependency>-->
201+
<!-- NOT READY YET
202+
<dependency>
203+
<groupId>org.jibble</groupId>
204+
<artifactId>pircbot</artifactId>
205+
<version>1.5.0</version>
206+
<scope>compile</scope>
207+
</dependency>
208+
-->
207209

208210
<!-- Profiling library -->
209211
<dependency>
@@ -305,13 +307,13 @@
305307
<artifactId>jchardet</artifactId>
306308
<version>1.0</version>
307309
</dependency>
308-
<!-- https://mvnrepository.com/artifact/org.apache.oltu.oauth2/org.apache.oltu.oauth2.client -->
309-
<dependency>
310-
<!-- Apache License 2.0 -->
311-
<groupId>org.apache.oltu.oauth2</groupId>
312-
<artifactId>org.apache.oltu.oauth2.client</artifactId>
313-
<version>1.0.2</version>
314-
</dependency>
310+
<!-- https://mvnrepository.com/artifact/org.apache.oltu.oauth2/org.apache.oltu.oauth2.client -->
311+
<dependency>
312+
<!-- Apache License 2.0 -->
313+
<groupId>org.apache.oltu.oauth2</groupId>
314+
<artifactId>org.apache.oltu.oauth2.client</artifactId>
315+
<version>1.0.2</version>
316+
</dependency>
315317
<!-- Test libraries -->
316318
<!-- Hamcrest must come before powermock -->
317319
<dependency>
@@ -488,7 +490,7 @@
488490
</manifestEntries>
489491
</archive>
490492
</configuration>
491-
</plugin>
493+
</plugin>
492494

493495
<!-- Shade plugin -->
494496
<plugin>
@@ -503,13 +505,13 @@
503505
<goal>shade</goal>
504506
</goals>
505507
<configuration>
506-
<shadedArtifactAttached>true</shadedArtifactAttached>
507-
<shadedClassifierName>full</shadedClassifierName>
508-
<minimizeJar>false</minimizeJar>
509-
<!-- To add a new shaded dependency, there are three steps.
510-
1. Add a reference to the artifact set
511-
2. Add a relocation tag (usually recommended, though not always)
512-
3. Add it to the filter list
508+
<shadedArtifactAttached>true</shadedArtifactAttached>
509+
<shadedClassifierName>full</shadedClassifierName>
510+
<minimizeJar>false</minimizeJar>
511+
<!-- To add a new shaded dependency, there are three steps.
512+
1. Add a reference to the artifact set
513+
2. Add a relocation tag (usually recommended, though not always)
514+
3. Add it to the filter list
513515
514516
You can copy existing structures over, and change the parameters on them.
515517
-->

0 commit comments

Comments
 (0)