Skip to content

Commit

Permalink
Removed JSF 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 1, 2024
1 parent 7dabf67 commit 1fdecd4
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,26 +192,6 @@
</resources>
</build>
<profiles>
<profile>
<id>myfaces22</id>
<dependencies>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.2.15</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>2.2.15</version>
</dependency>
</dependencies>
<build>
<filters>
<filter>${project.basedir}/src/main/conf/myfaces.properties</filter>
</filters>
</build>
</profile>
<profile>
<id>myfaces23</id>
<dependencies>
Expand Down Expand Up @@ -252,21 +232,6 @@
</filters>
</build>
</profile>
<profile>
<id>mojarra22</id>
<dependencies>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.2.20</version>
</dependency>
</dependencies>
<build>
<filters>
<filter>${project.basedir}/src/main/conf/mojarra.properties</filter>
</filters>
</build>
</profile>
<profile>
<id>mojarra23</id>
<activation>
Expand Down

0 comments on commit 1fdecd4

Please sign in to comment.