|
6 | 6 | <name>mycollab-parent-community</name> |
7 | 7 | <groupId>com.esofthead.mycollab</groupId> |
8 | 8 | <artifactId>parent-community</artifactId> |
9 | | - <version>4.1.0</version> |
| 9 | + <version>4.1.1</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 | <properties> |
12 | | - <springVersion>3.2.6.RELEASE</springVersion> |
| 12 | + <springVersion>4.0.5.RELEASE</springVersion> |
13 | 13 | <aspectjVersion>1.7.4</aspectjVersion> |
14 | 14 | <javaVersion>1.7</javaVersion> |
15 | 15 | <slf4jVersion>1.6.4</slf4jVersion> |
16 | 16 | <log4jVersion>1.2.16</log4jVersion> |
17 | 17 | <servletVersion>3.1.0</servletVersion> |
18 | 18 | <vaadinVersion>7.2.0</vaadinVersion> |
19 | | - <jettyVersion>9.1.4.v20140401</jettyVersion> |
| 19 | + <jettyVersion>9.1.5.v20140505</jettyVersion> |
20 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
21 | 21 | <project.inceptionYear>2011</project.inceptionYear> |
22 | 22 | </properties> |
|
92 | 92 | <artifactId>spring-context</artifactId> |
93 | 93 | <version>${springVersion}</version> |
94 | 94 | </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>org.springframework</groupId> |
| 97 | + <artifactId>spring-context-support</artifactId> |
| 98 | + <version>${springVersion}</version> |
| 99 | + </dependency> |
95 | 100 | <dependency> |
96 | 101 | <groupId>org.springframework</groupId> |
97 | 102 | <artifactId>spring-jdbc</artifactId> |
|
186 | 191 | </dependency> |
187 | 192 |
|
188 | 193 | <dependency> |
189 | | - <groupId>com.jolbox</groupId> |
190 | | - <artifactId>bonecp</artifactId> |
191 | | - <version>0.8.0.RELEASE</version> |
| 194 | + <groupId>com.zaxxer</groupId> |
| 195 | + <artifactId>HikariCP</artifactId> |
| 196 | + <version>1.3.8</version> |
192 | 197 | </dependency> |
193 | 198 |
|
194 | | - <dependency> |
195 | | - <groupId>com.jolbox</groupId> |
196 | | - <artifactId>bonecp-spring</artifactId> |
197 | | - <version>0.8.0.RELEASE</version> |
198 | | - </dependency> |
199 | 199 | </dependencies> |
200 | 200 | <build> |
201 | 201 | <plugins> |
202 | | - <plugin> |
203 | | - <groupId>org.reflections</groupId> |
204 | | - <artifactId>reflections-maven</artifactId> |
205 | | - <version>0.9.9-RC1</version> |
206 | | - <executions> |
207 | | - <execution> |
208 | | - <goals> |
209 | | - <goal>reflections</goal> |
210 | | - </goals> |
211 | | - <phase>process-classes</phase> |
212 | | - </execution> |
213 | | - </executions> |
214 | | - </plugin> |
215 | 202 |
|
216 | 203 | <plugin> |
217 | 204 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments