...
By "jar file project " I mean a project that is not a web application - for example, the csf-iap project.
1.1 The pom file
...
Under
...
the
...
"csf-security"
...
dependency,
...
remove
...
the
...
exclusions
...
for
...
Spring
...
Security
...
and
...
add
...
an
...
exclusion
...
for
...
Acegi.
...
The
...
Aegi
...
exclusion
...
looks
...
like
...
this:
Code Block |
---|
<exclusion>
<artifactId>acegi-security</artifactId>
<groupId>org.acegisecurity</groupId>
</exclusion>
|
...