|
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"> |
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 | <groupId>org.audit4j</groupId>
|
4 | 5 | <artifactId>audit4j-core</artifactId>
|
|
8 | 9 | <url>http://audit4j.org</url>
|
9 | 10 | <description>Audit4j - An open-source audit suit for enterprise java platform, Core component</description>
|
10 | 11 | <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> |
14 | 15 | <licenses>
|
15 | 16 | <license>
|
16 | 17 | <name>The Apache Software License, Version 2.0</name>
|
17 | 18 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
18 | 19 | <distribution>repo</distribution>
|
19 | 20 | </license>
|
20 | 21 | </licenses>
|
| 22 | + <issueManagement> |
| 23 | + <system>mantis</system> |
| 24 | + <url>http://audit4j.org/bugs</url> |
| 25 | + </issueManagement> |
21 | 26 | <scm>
|
22 | 27 | < connection>scm:git: [email protected]:audit4j/audit4j-core.git</ connection>
|
23 | 28 | < developerConnection>scm:git: [email protected]:audit4j/audit4j-core.git</ developerConnection>
|
24 | 29 | < url>scm:git: [email protected]:audit4j/audit4j-core.git</ url>
|
25 |
| - <tag>v1.0.0</tag> |
| 30 | + <tag>v1.0.0</tag> |
26 | 31 | </scm>
|
27 | 32 | <developers>
|
28 | 33 | <developer>
|
29 | 34 | <id>janith</id>
|
30 | 35 | <name>Janith Bandara</name>
|
31 | 36 | <organization>Audit4j</organization>
|
32 | 37 | <organizationUrl>http://audit4j.org</organizationUrl>
|
| 38 | + |
33 | 39 | <roles>
|
34 | 40 | <role>owner</role>
|
35 | 41 | <role>developer</role>
|
36 | 42 | </roles>
|
37 |
| - <timezone>0</timezone> |
| 43 | + <timezone>+05:30</timezone> |
38 | 44 | </developer>
|
39 | 45 | </developers>
|
40 | 46 |
|
|
59 | 65 | <artifactId>slf4j-api</artifactId>
|
60 | 66 | <version>1.7.6</version>
|
61 | 67 | </dependency>
|
| 68 | + <dependency> |
| 69 | + <groupId>org.apache.commons</groupId> |
| 70 | + <artifactId>commons-lang3</artifactId> |
| 71 | + <version>3.3.2</version> |
| 72 | + </dependency> |
62 | 73 | <dependency>
|
63 | 74 | <groupId>com.esotericsoftware.yamlbeans</groupId>
|
64 | 75 | <artifactId>yamlbeans</artifactId>
|
|
69 | 80 | <artifactId>cron4j</artifactId>
|
70 | 81 | <version>2.2.5</version>
|
71 | 82 | </dependency>
|
72 |
| - |
| 83 | + |
73 | 84 | <dependency>
|
74 | 85 | <groupId>org.projectreactor</groupId>
|
75 | 86 | <artifactId>reactor-core</artifactId>
|
|
0 commit comments