comparison pom.xml @ 44:23c043a19134

moved servlet lifecycle listener to ismi-richfaces.
author casties
date Thu, 20 Oct 2016 14:04:36 +0200
parents a270b5e73bda
children 2d669fdd0a8b
comparison
equal deleted inserted replaced
43:a270b5e73bda 44:23c043a19134
133 <dependency> 133 <dependency>
134 <groupId>org.springframework</groupId> 134 <groupId>org.springframework</groupId>
135 <artifactId>spring-tx</artifactId> 135 <artifactId>spring-tx</artifactId>
136 <version>3.0.0.RELEASE</version> 136 <version>3.0.0.RELEASE</version>
137 </dependency> 137 </dependency>
138 <!-- <dependency>
139 <groupId>org.springframework</groupId>
140 <artifactId>spring-web</artifactId>
141 <version>3.0.0.RELEASE</version>
142 </dependency> -->
138 <dependency> 143 <dependency>
139 <groupId>org.springframework</groupId> 144 <groupId>org.springframework</groupId>
140 <artifactId>spring-support</artifactId> 145 <artifactId>spring-support</artifactId>
141 <version>1.2.9</version> 146 <version>1.2.9</version>
142 </dependency> 147 </dependency>
150 <artifactId>javolution</artifactId> 155 <artifactId>javolution</artifactId>
151 <version>5.5.1</version> 156 <version>5.5.1</version>
152 </dependency> 157 </dependency>
153 158
154 159
155 <dependency> 160 <!-- <dependency>
156 <groupId>javax.servlet</groupId> 161 <groupId>javax.servlet</groupId>
157 <artifactId>servlet-api</artifactId> 162 <artifactId>servlet-api</artifactId>
158 <version>2.5</version> 163 <version>2.5</version>
159 <scope>provided</scope> 164 <scope>provided</scope>
160 </dependency> 165 </dependency> -->
166
161 </dependencies> 167 </dependencies>
162 168
163 <build> 169 <build>
164 <resources> 170 <resources>
165 <resource> 171 <resource>