mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
Fixing myfaces dependencies to use 1.1.2 and correct group id
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@408141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -85,12 +85,12 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>myfaces</groupId>
|
||||
<groupId>org.apache.myfaces.core</groupId>
|
||||
<artifactId>myfaces-impl</artifactId>
|
||||
<version>1.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>myfaces</groupId>
|
||||
<groupId>org.apache.myfaces.core</groupId>
|
||||
<artifactId>myfaces-api</artifactId>
|
||||
<version>1.1.2</version>
|
||||
</dependency>
|
||||
|
||||
+3
-3
@@ -260,9 +260,9 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>myfaces</groupId>
|
||||
<artifactId>myfaces-jsf-api</artifactId>
|
||||
<version>1.0.9</version>
|
||||
<groupId>org.apache.myfaces.core</groupId>
|
||||
<artifactId>myfaces-api</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user