Skip to content

Commit 6ede93f

Browse files
committed
RF-13608: Cleaned up the PM dependencies of the examples
1 parent eee1943 commit 6ede93f

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

examples/jpa-demo/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,9 @@
6969
<scope>provided</scope>
7070
</dependency>
7171

72-
<dependency>
73-
<groupId>org.richfaces</groupId>
74-
<artifactId>richfaces-core</artifactId>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.richfaces</groupId>
78-
<artifactId>richfaces-a4j</artifactId>
79-
<version>${version.richfaces}</version>
80-
</dependency>
8172
<dependency>
8273
<groupId>org.richfaces</groupId>
8374
<artifactId>richfaces</artifactId>
84-
<version>${version.richfaces}</version>
8575
</dependency>
8676

8777
<dependency>

examples/photoalbum/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@
120120
</dependency>
121121

122122
<!-- RichFaces dependency -->
123-
<dependency>
124-
<groupId>org.richfaces</groupId>
125-
<artifactId>richfaces-core</artifactId>
126-
</dependency>
127-
<dependency>
128-
<groupId>org.richfaces</groupId>
129-
<artifactId>richfaces-a4j</artifactId>
130-
<version>${version.richfaces}</version>
131-
</dependency>
132123
<dependency>
133124
<groupId>org.richfaces</groupId>
134125
<artifactId>richfaces</artifactId>

examples/showcase/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,9 @@
3838
</properties>
3939

4040
<dependencies>
41-
<dependency>
42-
<groupId>org.richfaces</groupId>
43-
<artifactId>richfaces-core</artifactId>
44-
</dependency>
45-
<dependency>
46-
<groupId>org.richfaces</groupId>
47-
<artifactId>richfaces-a4j</artifactId>
48-
<version>${version.rf4.ui}</version>
49-
</dependency>
5041
<dependency>
5142
<groupId>org.richfaces</groupId>
5243
<artifactId>richfaces</artifactId>
53-
<version>${version.rf4.ui}</version>
5444
</dependency>
5545
<dependency>
5646
<groupId>org.jboss.spec.javax.servlet</groupId>

0 commit comments

Comments
 (0)