|
5 | 5 | <groupId>org.geppetto</groupId> |
6 | 6 | <artifactId>datasources</artifactId> |
7 | 7 | <name>Geppetto Data Sources bundle</name> |
8 | | - <version>0.4.1</version> |
| 8 | + <version>0.4.2</version> |
9 | 9 | <packaging>bundle</packaging> |
10 | 10 | <properties> |
11 | | - <spring.version>3.1.3.RELEASE</spring.version> |
| 11 | + <spring.version>4.3.9.RELEASE</spring.version> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | </properties> |
14 | 14 | <dependencies> |
|
25 | 25 | </dependency> |
26 | 26 | <dependency> |
27 | 27 | <groupId>org.springframework</groupId> |
28 | | - <artifactId>org.springframework.core</artifactId> |
| 28 | + <artifactId>spring-core</artifactId> |
29 | 29 | <version>${spring.version}</version> |
30 | 30 | </dependency> |
31 | 31 | <dependency> |
32 | 32 | <groupId>org.springframework</groupId> |
33 | | - <artifactId>org.springframework.beans</artifactId> |
| 33 | + <artifactId>spring-beans</artifactId> |
34 | 34 | <version>${spring.version}</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.springframework</groupId> |
38 | | - <artifactId>org.springframework.context</artifactId> |
| 38 | + <artifactId>spring-context</artifactId> |
39 | 39 | <version>${spring.version}</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>org.junit</groupId> |
49 | 49 | <artifactId>com.springsource.org.junit</artifactId> |
50 | | - <version>4.5.0</version> |
| 50 | + <version>4.7.0</version> |
51 | 51 | <scope>test</scope> |
52 | 52 | </dependency> |
53 | | - <dependency> |
54 | | - <groupId>org.springframework</groupId> |
55 | | - <artifactId>org.springframework.spring-library</artifactId> |
56 | | - <type>libd</type> |
57 | | - <version>${spring.version}</version> |
58 | | - </dependency> |
59 | 53 | <dependency> |
60 | 54 | <groupId>org.springframework</groupId> |
61 | 55 | <artifactId>spring-test</artifactId> |
|
131 | 125 | {maven-resources},META-INF/spring=src/main/java/META-INF/spring |
132 | 126 | </Include-Resource> |
133 | 127 | <Import-Package> |
134 | | - org.geppetto.core.services,org.geppetto.core.features,org.aopalliance.aop,org.springframework.aop,,org.springframework.aop.scope,org.springframework.aop.framework,* |
| 128 | + org.geppetto.core.services,org.geppetto.core.features,org.aopalliance.aop,org.springframework.aop,org.springframework.aop.scope,org.springframework.aop.framework,org.springframework.core,* |
135 | 129 | </Import-Package> |
136 | 130 | </instructions> |
137 | 131 | </configuration> |
|
0 commit comments