Skip to content

Commit b1bd4f9

Browse files
committed
added dependency
1 parent a81f1eb commit b1bd4f9

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

pom.xml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>org.audit4j</groupId>
45
<artifactId>audit4j-core</artifactId>
@@ -8,33 +9,38 @@
89
<url>http://audit4j.org</url>
910
<description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
1011
<organization>
11-
<name>Audit4j</name>
12-
<url>http://audit4j.org</url>
13-
</organization>
12+
<name>Audit4j</name>
13+
<url>http://audit4j.org</url>
14+
</organization>
1415
<licenses>
1516
<license>
1617
<name>The Apache Software License, Version 2.0</name>
1718
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
1819
<distribution>repo</distribution>
1920
</license>
2021
</licenses>
22+
<issueManagement>
23+
<system>mantis</system>
24+
<url>http://audit4j.org/bugs</url>
25+
</issueManagement>
2126
<scm>
2227
<connection>scm:git:[email protected]:audit4j/audit4j-core.git</connection>
2328
<developerConnection>scm:git:[email protected]:audit4j/audit4j-core.git</developerConnection>
2429
<url>scm:git:[email protected]:audit4j/audit4j-core.git</url>
25-
<tag>v1.0.0</tag>
30+
<tag>v1.0.0</tag>
2631
</scm>
2732
<developers>
2833
<developer>
2934
<id>janith</id>
3035
<name>Janith Bandara</name>
3136
<organization>Audit4j</organization>
3237
<organizationUrl>http://audit4j.org</organizationUrl>
38+
<email>[email protected]</email>
3339
<roles>
3440
<role>owner</role>
3541
<role>developer</role>
3642
</roles>
37-
<timezone>0</timezone>
43+
<timezone>+05:30</timezone>
3844
</developer>
3945
</developers>
4046

@@ -59,6 +65,11 @@
5965
<artifactId>slf4j-api</artifactId>
6066
<version>1.7.6</version>
6167
</dependency>
68+
<dependency>
69+
<groupId>org.apache.commons</groupId>
70+
<artifactId>commons-lang3</artifactId>
71+
<version>3.3.2</version>
72+
</dependency>
6273
<dependency>
6374
<groupId>com.esotericsoftware.yamlbeans</groupId>
6475
<artifactId>yamlbeans</artifactId>
@@ -69,7 +80,7 @@
6980
<artifactId>cron4j</artifactId>
7081
<version>2.2.5</version>
7182
</dependency>
72-
83+
7384
<dependency>
7485
<groupId>org.projectreactor</groupId>
7586
<artifactId>reactor-core</artifactId>

0 commit comments

Comments
 (0)