fixes issue 123: jrebel configuration added in sdk pom, activate with -Prad to enable reloading in the webapp / tests

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@721 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2013-11-05 00:01:47 +00:00
parent df38011aa0
commit 5e7f4c623e
3 changed files with 68 additions and 23 deletions

View File

@@ -21,6 +21,12 @@
<artifactId>junit-remote</artifactId>
<version>3</version>
<type>jar</type>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Required to have annotation based remote testing working -->
<dependency>