Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions carmart-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- JBoss dependency versions -->
<com.ocpsoft.prettyfaces.version>3.3.2</com.ocpsoft.prettyfaces.version>
<version.jboss.weld>1.1.31.Final</version.jboss.weld>
<version.com.sun.faces.jsf.impl>2.0.2</version.com.sun.faces.jsf.impl>

Expand Down Expand Up @@ -136,14 +135,6 @@
</exclusions>
</dependency>

<!-- Import Prettyfaces dependency. This is a UNSUPPORTED component -->
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>prettyfaces-jsf2</artifactId>
<version>${com.ocpsoft.prettyfaces.version}</version>
<scope>compile</scope>
</dependency>

<!-- added to run arquillian -->
<dependency>
<groupId>org.jboss.arquillian</groupId>
Expand Down Expand Up @@ -219,13 +210,6 @@
<scope>provided</scope>
</dependency>

<!-- Import Prettyfaces dependency. This is a UNSUPPORTED component -->
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>prettyfaces-jsf2</artifactId>
<scope>compile</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
Expand Down
16 changes: 0 additions & 16 deletions carmart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- JBoss dependency versions -->
<com.ocpsoft.prettyfaces.version>3.3.2</com.ocpsoft.prettyfaces.version>
<version.jboss.weld>1.1.31.Final</version.jboss.weld>
<version.com.sun.faces.jsf.impl>2.0.2</version.com.sun.faces.jsf.impl>

Expand Down Expand Up @@ -95,14 +94,6 @@
<scope>import</scope>
</dependency>

<!-- Import Prettyfaces dependency. This is a UNSUPPORTED component -->
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>prettyfaces-jsf2</artifactId>
<version>${com.ocpsoft.prettyfaces.version}</version>
<scope>compile</scope>
</dependency>

<!-- added to run arquillian -->
<dependency>
<groupId>org.jboss.arquillian</groupId>
Expand Down Expand Up @@ -165,13 +156,6 @@
<scope>provided</scope>
</dependency>

<!-- Import Prettyfaces dependency. This is a UNSUPPORTED component -->
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>prettyfaces-jsf2</artifactId>
<scope>compile</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
Expand Down