Skip to content

Commit 24203e4

Browse files
author
Markus Keunecke
committed
Add dependency for parsing zuliprc (#8)
commons-configuration will be used to parse the zuliprc which can be generated by the zulip client.
1 parent 4ee204c commit 24203e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@
140140
<version>4.4.1</version>
141141
</dependency>
142142

143+
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2 -->
144+
<dependency>
145+
<groupId>org.apache.commons</groupId>
146+
<artifactId>commons-configuration2</artifactId>
147+
<version>2.10.1</version>
148+
</dependency>
149+
143150
<!-- https://mvnrepository.com/artifact/javax.activation/activation -->
144151
<dependency>
145152
<groupId>javax.activation</groupId>

0 commit comments

Comments
 (0)