You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
675 B
24 lines
675 B
<model> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>net.sf.acegisecurity</groupId> |
|
<artifactId>acegi-security-samples</artifactId> |
|
<version>0.9.0-SNAPSHOT</version> |
|
</parent> |
|
<artifactId>acegi-security-sample-annotations</artifactId> |
|
<name>Acegi Security System for Spring - Annotations sample</name> |
|
<dependencies> |
|
</dependencies> |
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<configuration> |
|
<source>1.5</source> |
|
<target>1.5</target> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</model>
|
|
|