From d90ff50686dd1697195ab8d2c9fd77ec71116d5a Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 14 Dec 2007 16:54:10 +0000 Subject: [PATCH] Use Java 5 to illustrate annotation support. --- samples/tutorial/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 9765285810..60edc4e951 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -56,6 +56,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + org.mortbay.jetty maven-jetty-plugin