summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
index 404c307067..f61047e552 100644
--- a/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
@@ -7,15 +7,15 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
- * under the License.
+ * under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
- <packaging>war</packaging>
+ <packaging>war</packaging>
<version>${version}</version>
#literal()<!-- TODO project name -->
<name>quickstart-jsf</name>
@@ -50,33 +50,33 @@
<version>1.2.2</version>
<scope>compile</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.2.2</version>
<scope>compile</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.6</version>
- <scope>runtime</scope>
+ <scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</exclusion>
- </exclusions>
+ </exclusions>
</dependency>
-
+
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
@@ -133,6 +133,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
+ <version>${jetty.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>