Skip to content

Commit

Permalink
CAS-616
Browse files Browse the repository at this point in the history
fixed dependencies and updated pom version number
  • Loading branch information
battags committed Feb 3, 2008
1 parent 6321a7e commit 2fc8ac1
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 67 deletions.
2 changes: 1 addition & 1 deletion cas-server-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
31 changes: 13 additions & 18 deletions cas-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<description>CAS core</description>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,23 +19,11 @@
<version>1.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
</exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -44,6 +32,13 @@
<version>1.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>2.5.1</version>
<scope>compile</scope>
</dependency>

<!-- TESTS FOR JPA -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-berkeleydb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-integration-jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-radius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-spnego/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-trusted/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-support-x509/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand Down
26 changes: 11 additions & 15 deletions cas-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
Expand All @@ -17,20 +17,16 @@
<version>1.0.6</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>spring-aop</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-jdbc</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-dao</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-remoting</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>cas</groupId>
Expand Down
24 changes: 2 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>cas-server</artifactId>
<packaging>pom</packaging>
<name>JA-SIG Central Authentication Service</name>
<version>3.2-RC2</version>
<version>3.2-RC3</version>
<url>http://www.ja-sig.org/products/cas/</url>
<ciManagement>
<system>QuickBuild</system>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.inspektr</groupId>
<artifactId>inspektr-core</artifactId>
<version>0.6</version>
<version>0.6.1</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -188,26 +188,6 @@
<version>1.0.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<artifactId>spring-portlet</artifactId>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 2fc8ac1

Please sign in to comment.