Skip to content

Commit

Permalink
SAK-19282
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/jsf/trunk@83125 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
axxter99 committed Oct 7, 2010
1 parent 8386416 commit f22f28d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 32 deletions.
6 changes: 3 additions & 3 deletions jsf/jsf-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.1.01</version>
<version>1.1_02</version>
</dependency>
</dependencies>

Expand All @@ -68,4 +68,4 @@
</resource>
</resources>
</build>
</project>
</project>
3 changes: 1 addition & 2 deletions jsf/jsf-spreadsheet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
Expand All @@ -45,4 +44,4 @@
<version>2.5.1</version>
</dependency>
</dependencies>
</project>
</project>
9 changes: 4 additions & 5 deletions jsf/jsf-tool-sun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,18 @@
</dependency>
<!-- Generic JSF Dependencies Below -->
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.1.01</version>
<version>1.1_02</version>
</dependency>
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.1.01</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -101,4 +100,4 @@
<version>2.0.2</version>
</dependency>
</dependencies>
</project>
</project>
3 changes: 1 addition & 2 deletions jsf/jsf-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
</project>
</project>
11 changes: 5 additions & 6 deletions jsf/jsf-widgets-sun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.1.01</version>
<version>1.1_02</version>
</dependency>
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.1.01</version>
<version>1.1_02</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -46,7 +46,6 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>

Expand All @@ -73,4 +72,4 @@
</resource>
</resources>
</build>
</project>
</project>
5 changes: 1 addition & 4 deletions jsf/jsf-widgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -85,7 +83,6 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
Expand Down Expand Up @@ -117,4 +114,4 @@
</resource>
</resources>
</build>
</project>
</project>
11 changes: 5 additions & 6 deletions jsf/myfaces-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>1.1.01</version>
<version>1.1_02</version>
</dependency>
<dependency>
<groupId>jsf</groupId>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.1.01</version>
<version>1.1_02</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -98,4 +97,4 @@
<version>2.0.2</version>
</dependency>
</dependencies>
</project>
</project>
6 changes: 2 additions & 4 deletions jsf/myfaces-widgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
Expand Down Expand Up @@ -89,4 +87,4 @@
</resource>
</resources>
</build>
</project>
</project>

0 comments on commit f22f28d

Please sign in to comment.