|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 |
| - <groupId>com.bi3.commons.audit</groupId> |
5 |
| - <artifactId>bi3-commons-audit</artifactId> |
| 4 | + <groupId>org.audit4j.integration.spring</groupId> |
| 5 | + <artifactId>audit4j-spring</artifactId> |
6 | 6 | <packaging>jar</packaging>
|
7 |
| - <version>1.0-SNAPSHOT</version> |
8 |
| - <name>Brandix_i3-Common_Components</name> |
| 7 | + <version>2.0-SNAPSHOT</version> |
| 8 | + <name>Audit4j - Spring Integration</name> |
9 | 9 | <url>http://maven.apache.org</url>
|
10 | 10 |
|
11 | 11 | <properties>
|
12 | 12 | <hapi.version.stable>2.1</hapi.version.stable>
|
13 | 13 | <slf4j.version>1.7.5</slf4j.version>
|
14 | 14 | <log4j.version>1.2.17</log4j.version>
|
15 | 15 | <spring.version>3.0.5.RELEASE</spring.version>
|
| 16 | + <aspectj.version>1.6.11</aspectj.version> |
16 | 17 | </properties>
|
17 | 18 |
|
18 | 19 | <dependencies>
|
|
37 | 38 | <dependency>
|
38 | 39 | <groupId>org.aspectj</groupId>
|
39 | 40 | <artifactId>aspectjrt</artifactId>
|
40 |
| - <version>1.6.11</version> |
| 41 | + <version>${aspectj.version}</version> |
41 | 42 | </dependency>
|
42 | 43 | <dependency>
|
43 | 44 | <groupId>org.aspectj</groupId>
|
44 | 45 | <artifactId>aspectjweaver</artifactId>
|
45 |
| - <version>1.6.11</version> |
| 46 | + <version>${aspectj.version}</version> |
46 | 47 | </dependency>
|
47 | 48 | </dependencies>
|
48 | 49 |
|
|
0 commit comments