forked from spring-projects/spring-security-kerberos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failed push to central requires rolling back the release This reverts commit 42ead0e.
- Loading branch information
Rob Winch
committed
Apr 23, 2015
1 parent
b843b84
commit 66e471e
Showing
1 changed file
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
servletApi3Version=3.1.0 | ||
httpclientVersion=4.3.3 | ||
springSecurityVersion=3.2.7.RELEASE | ||
tomcatEmbedVersion=7.0.56 | ||
servletApi2Version=2.5 | ||
junitVersion=4.11 | ||
springVersion=4.1.6.RELEASE | ||
apacheDirServerVersion=2.0.0-M15 | ||
springBootVersion=1.2.1.RELEASE | ||
log4jVersion=1.2.17 | ||
apacheDirApiVersion=1.0.0-M20 | ||
hamcrestVersion=1.3 | ||
version=1.0.1.BUILD-SNAPSHOT | ||
mockitoVersion=1.9.5 | ||
## Common libraries | ||
log4jVersion = 1.2.17 | ||
springVersion = 4.1.6.RELEASE | ||
springBootVersion = 1.2.1.RELEASE | ||
springSecurityVersion = 3.2.7.RELEASE | ||
httpclientVersion = 4.3.3 | ||
apacheDirServerVersion = 2.0.0-M15 | ||
apacheDirApiVersion = 1.0.0-M20 | ||
|
||
servletApi2Version = 2.5 | ||
servletApi3Version = 3.1.0 | ||
|
||
## Common testing libraries | ||
junitVersion = 4.11 | ||
tomcatEmbedVersion = 7.0.56 | ||
mockitoVersion = 1.9.5 | ||
hamcrestVersion = 1.3 | ||
|
||
version=1.0.0.BUILD-SNAPSHOT |