Skip to content

Commit de2ab6a

Browse files
committed
Update POM for GitHub and update other stale project information.
Reformat pom.xml for 2-space indentation.
1 parent a19c27f commit de2ab6a

9 files changed

Lines changed: 1027 additions & 985 deletions

File tree

  • cas-client-core
  • cas-client-integration-atlassian
  • cas-client-integration-jboss
  • cas-client-integration-tomcat-common
  • cas-client-integration-tomcat-v6
  • cas-client-integration-tomcat-v7
  • cas-client-support-distributed-ehcache
  • cas-client-support-distributed-memcached

cas-client-core/pom.xml

Lines changed: 83 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,94 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2-
<parent>
3-
<groupId>org.jasig.cas.client</groupId>
4-
<version>3.3-SNAPSHOT</version>
5-
<artifactId>cas-client</artifactId>
6-
</parent>
7-
<modelVersion>4.0.0</modelVersion>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<parent>
85
<groupId>org.jasig.cas.client</groupId>
9-
<artifactId>cas-client-core</artifactId>
10-
<packaging>jar</packaging>
11-
<name>Jasig CAS Client for Java - Core</name>
6+
<version>3.3-SNAPSHOT</version>
7+
<artifactId>cas-client</artifactId>
8+
</parent>
9+
<modelVersion>4.0.0</modelVersion>
10+
<groupId>org.jasig.cas.client</groupId>
11+
<artifactId>cas-client-core</artifactId>
12+
<packaging>jar</packaging>
13+
<name>Jasig CAS Client for Java - Core</name>
1214

13-
<dependencies>
14-
<dependency>
15-
<groupId>xml-security</groupId>
16-
<artifactId>xmlsec</artifactId>
17-
<version>1.3.0</version>
18-
<scope>runtime</scope>
19-
<optional>true</optional>
20-
</dependency>
15+
<dependencies>
16+
<dependency>
17+
<groupId>xml-security</groupId>
18+
<artifactId>xmlsec</artifactId>
19+
<version>1.3.0</version>
20+
<scope>runtime</scope>
21+
<optional>true</optional>
22+
</dependency>
2123

22-
<dependency>
23-
<groupId>org.opensaml</groupId>
24-
<artifactId>opensaml</artifactId>
25-
<version>1.1</version>
26-
<type>jar</type>
27-
<scope>provided</scope>
28-
<optional>true</optional>
29-
</dependency>
24+
<dependency>
25+
<groupId>org.opensaml</groupId>
26+
<artifactId>opensaml</artifactId>
27+
<version>1.1</version>
28+
<type>jar</type>
29+
<scope>provided</scope>
30+
<optional>true</optional>
31+
</dependency>
3032

31-
<dependency>
32-
<groupId>commons-codec</groupId>
33-
<artifactId>commons-codec</artifactId>
34-
<version>1.4</version>
35-
<type>jar</type>
36-
<optional>true</optional>
37-
</dependency>
33+
<dependency>
34+
<groupId>commons-codec</groupId>
35+
<artifactId>commons-codec</artifactId>
36+
<version>1.4</version>
37+
<type>jar</type>
38+
<optional>true</optional>
39+
</dependency>
3840

39-
<dependency>
40-
<groupId>org.springframework</groupId>
41-
<artifactId>spring-beans</artifactId>
42-
<version>${spring.version}</version>
43-
<scope>provided</scope>
44-
</dependency>
41+
<dependency>
42+
<groupId>org.springframework</groupId>
43+
<artifactId>spring-beans</artifactId>
44+
<version>${spring.version}</version>
45+
<scope>provided</scope>
46+
</dependency>
4547

46-
<dependency>
47-
<groupId>org.springframework</groupId>
48-
<artifactId>spring-test</artifactId>
49-
<version>${spring.version}</version>
50-
<scope>test</scope>
51-
</dependency>
48+
<dependency>
49+
<groupId>org.springframework</groupId>
50+
<artifactId>spring-test</artifactId>
51+
<version>${spring.version}</version>
52+
<scope>test</scope>
53+
</dependency>
5254

53-
<dependency>
54-
<groupId>org.springframework</groupId>
55-
<artifactId>spring-core</artifactId>
56-
<version>${spring.version}</version>
57-
<scope>test</scope>
58-
</dependency>
55+
<dependency>
56+
<groupId>org.springframework</groupId>
57+
<artifactId>spring-core</artifactId>
58+
<version>${spring.version}</version>
59+
<scope>test</scope>
60+
</dependency>
5961

60-
<dependency>
61-
<groupId>org.springframework</groupId>
62-
<artifactId>spring-context</artifactId>
63-
<version>${spring.version}</version>
64-
<scope>test</scope>
65-
</dependency>
62+
<dependency>
63+
<groupId>org.springframework</groupId>
64+
<artifactId>spring-context</artifactId>
65+
<version>${spring.version}</version>
66+
<scope>test</scope>
67+
</dependency>
6668

67-
<dependency>
68-
<groupId>log4j</groupId>
69-
<artifactId>log4j</artifactId>
70-
<scope>test</scope>
71-
<version>1.2.15</version>
72-
<exclusions>
73-
<exclusion>
74-
<artifactId>jmxri</artifactId>
75-
<groupId>com.sun.jmx</groupId>
76-
</exclusion>
77-
<exclusion>
78-
<groupId>com.sun.jdmk</groupId>
79-
<artifactId>jmxtools</artifactId>
80-
</exclusion>
81-
<exclusion>
82-
<groupId>javax.jms</groupId>
83-
<artifactId>jms</artifactId>
84-
</exclusion>
85-
</exclusions>
86-
</dependency>
87-
</dependencies>
69+
<dependency>
70+
<groupId>log4j</groupId>
71+
<artifactId>log4j</artifactId>
72+
<scope>test</scope>
73+
<version>1.2.15</version>
74+
<exclusions>
75+
<exclusion>
76+
<artifactId>jmxri</artifactId>
77+
<groupId>com.sun.jmx</groupId>
78+
</exclusion>
79+
<exclusion>
80+
<groupId>com.sun.jdmk</groupId>
81+
<artifactId>jmxtools</artifactId>
82+
</exclusion>
83+
<exclusion>
84+
<groupId>javax.jms</groupId>
85+
<artifactId>jms</artifactId>
86+
</exclusion>
87+
</exclusions>
88+
</dependency>
89+
</dependencies>
8890

89-
<properties>
90-
<spring.version>2.5.6.SEC01</spring.version>
91-
</properties>
91+
<properties>
92+
<spring.version>2.5.6.SEC01</spring.version>
93+
</properties>
9294
</project>

0 commit comments

Comments
 (0)