File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 <cs .pool.version>1.6</cs .pool.version>
5454 <cs .codec.version>1.6</cs .codec.version>
5555 <cs .configuration.version>1.8</cs .configuration.version>
56+ <cs .collections.version>3.2.1</cs .collections.version>
57+ <cs .logging.version>1.1.1</cs .logging.version>
58+ <cs .discovery.version>0.5</cs .discovery.version>
5659 <cs .ejb.version>3.0</cs .ejb.version>
5760 <cs .junit.version>4.10</cs .junit.version>
5861 <cs .bcprov.version>1.46</cs .bcprov.version>
7578 <cs .hibernate.version>3.5.1-Final</cs .hibernate.version>
7679 <cs .neethi.version>2.0.4</cs .neethi.version>
7780 <cs .servlet.version>2.4</cs .servlet.version>
81+ <cs .jstl.version>1.2</cs .jstl.version>
82+
7883 <skipTests >true</skipTests >
7984
8085 </properties >
Original file line number Diff line number Diff line change 5959 <artifactId >mail</artifactId >
6060 <version >${cs.mail.version} </version >
6161 </dependency >
62- <!-- < dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-utils</artifactId >
63- <version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope >
64- </dependency> <dependency> <groupId>org.apache.cloudstack</groupId> < artifactId>cloud-agent </artifactId>
65- <version>${project. version}</version> <classifier>tests</classifier> <scope>test</scope >
66- </dependency> -- >
62+ <dependency >
63+ < groupId >jstl</ groupId >
64+ < artifactId >jstl </artifactId >
65+ <version >${cs.jstl. version} </version >
66+ </dependency >
6767 </dependencies >
6868 <build >
6969 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 3434 </dependency >
3535 <dependency >
3636 <groupId >cglib</groupId >
37- <artifactId >cglib</artifactId >
37+ <artifactId >cglib-nodep </artifactId >
3838 <version >${cs.cglib.version} </version >
3939 </dependency >
4040 <dependency >
6363 <artifactId >commons-codec</artifactId >
6464 <version >${cs.codec.version} </version >
6565 </dependency >
66+ <dependency >
67+ <groupId >commons-collections</groupId >
68+ <artifactId >commons-collections</artifactId >
69+ <version >${cs.collections.version} </version >
70+ </dependency >
71+ <dependency >
72+ <groupId >commons-discovery</groupId >
73+ <artifactId >commons-discovery</artifactId >
74+ <version >${cs.discovery.version} </version >
75+ </dependency >
76+ <dependency >
77+ <groupId >commons-logging</groupId >
78+ <artifactId >commons-logging</artifactId >
79+ <version >${cs.logging.version} </version >
80+ </dependency >
6681 <dependency >
6782 <groupId >org.bouncycastle</groupId >
6883 <artifactId >bcprov-jdk16</artifactId >
You can’t perform that action at this time.
0 commit comments