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 69 <dependencies>
70 70 <dependency>
71 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 77 <artifactId>jsf-impl</artifactId>
73 78 <scope>runtime</scope>
74 79 </dependency>
... ... @@ -79,6 +84,11 @@
79 84 <dependencies>
80 85 <dependency>
81 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 92 <artifactId>jsf-impl</artifactId>
83 93 <scope>runtime</scope>
84 94 </dependency>
... ... @@ -89,6 +99,11 @@
89 99 <dependencies>
90 100 <dependency>
91 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 107 <artifactId>jsf-impl</artifactId>
93 108 <scope>runtime</scope>
94 109 </dependency>
... ...