Commit 6ee4ebb0249fd8692b5d0f050c2efa44318627f0

Authored by Ednara Oliveira
1 parent eafb94a8
Exists in master

Ajustes nos profiles

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
parent/jsf/pom.xml
@@ -69,6 +69,11 @@ @@ -69,6 +69,11 @@
69 <dependencies> 69 <dependencies>
70 <dependency> 70 <dependency>
71 <groupId>com.sun.faces</groupId> 71 <groupId>com.sun.faces</groupId>
  72 + <artifactId>jsf-api</artifactId>
  73 + <scope>compile</scope>
  74 + </dependency>
  75 + <dependency>
  76 + <groupId>com.sun.faces</groupId>
72 <artifactId>jsf-impl</artifactId> 77 <artifactId>jsf-impl</artifactId>
73 <scope>runtime</scope> 78 <scope>runtime</scope>
74 </dependency> 79 </dependency>
@@ -79,6 +84,11 @@ @@ -79,6 +84,11 @@
79 <dependencies> 84 <dependencies>
80 <dependency> 85 <dependency>
81 <groupId>com.sun.faces</groupId> 86 <groupId>com.sun.faces</groupId>
  87 + <artifactId>jsf-api</artifactId>
  88 + <scope>compile</scope>
  89 + </dependency>
  90 + <dependency>
  91 + <groupId>com.sun.faces</groupId>
82 <artifactId>jsf-impl</artifactId> 92 <artifactId>jsf-impl</artifactId>
83 <scope>runtime</scope> 93 <scope>runtime</scope>
84 </dependency> 94 </dependency>
@@ -89,6 +99,11 @@ @@ -89,6 +99,11 @@
89 <dependencies> 99 <dependencies>
90 <dependency> 100 <dependency>
91 <groupId>com.sun.faces</groupId> 101 <groupId>com.sun.faces</groupId>
  102 + <artifactId>jsf-api</artifactId>
  103 + <scope>compile</scope>
  104 + </dependency>
  105 + <dependency>
  106 + <groupId>com.sun.faces</groupId>
92 <artifactId>jsf-impl</artifactId> 107 <artifactId>jsf-impl</artifactId>
93 <scope>runtime</scope> 108 <scope>runtime</scope>
94 </dependency> 109 </dependency>