diff --git a/pom.xml b/pom.xml
index 2167a3d..f6cd6d3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,12 +6,9 @@
spring-data-envers
0.1.0.BUILD-SNAPSHOT
-
- 3.1.1.RELEASE
- 1.3.0.RELEASE
- 1.1.0.RELEASE
- UTF-8
-
+ Spring Data Envers
+ Spring Data extension to work with Hibernate Envers
+ http://github.com/SpringSource/spring-data-envers
@@ -27,10 +24,41 @@
www.ble.de
+
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Copyright 2011-2012 the original author or authors.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+
https://github.com/SpringSource/spring-data-envers
+
+
+ 3.1.2.RELEASE
+ 1.4.0.RELEASE
+ 1.2.0.RELEASE
+ 1.6.6
+ UTF-8
+
@@ -45,6 +73,12 @@
spring-data-jpa
${spring.data.jpa.version}
+
+
+ org.springframework
+ spring-aop
+ ${spring.version}
+
org.springframework
@@ -82,11 +116,43 @@
${spring.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+ runtime
+
+
+ org.slf4j
+ jcl-over-slf4j
+ ${slf4j.version}
+ runtime
+
+
+
+
+ org.hibernate
+ hibernate-envers
+ 4.1.7.Final
+
+
+ cglib
+ cglib
+ 2.2
+ runtime
+
+
+ joda-time
+ joda-time
+ 2.1
+
+
org.hamcrest
hamcrest-library
- 1.2.1
+ 1.3
test
@@ -110,52 +176,26 @@
1.3.166
test
-
-
-
-
- org.slf4j
- slf4j-api
- 1.6.1
- runtime
-
-
- org.slf4j
- jcl-over-slf4j
- 1.6.1
- runtime
-
+
log4j
log4j
1.2.16
-
-
- org.slf4j
- slf4j-log4j12
- 1.6.1
+ test
- org.hibernate
- hibernate-envers
- 4.0.1.Final
-
-
- cglib
- cglib
- 2.2
- runtime
-
-
- joda-time
- joda-time
- 2.1
+ org.slf4j
+ slf4j-log4j12
+ ${slf4j.version}
+ test
+
+
org.apache.maven.plugins
maven-surefire-plugin