changeset 1151:28c7a195bf4b

add servlet3 profile to root pom.
author robcast
date Thu, 21 Feb 2013 12:50:38 +0100
parents 27e209181cbe
children 6ace0c6fa845
files pom.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Feb 20 18:49:22 2013 +0100
+++ b/pom.xml	Thu Feb 21 12:50:38 2013 +0100
@@ -39,6 +39,9 @@
   	     <activeByDefault>true</activeByDefault>
       </activation>
   	</profile>
+    <profile>
+      <id>servlet3</id>
+    </profile>
     <!-- optional modules with dependencies selected by profile -->
     <profile>
       <id>text</id>