-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathspring-4.3.7-features.xml
More file actions
88 lines (71 loc) · 6.18 KB
/
Copy pathspring-4.3.7-features.xml
File metadata and controls
88 lines (71 loc) · 6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features name="spring-4.3.7" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
<repository>mvn:org.ops4j.pax.web/pax-web-features/6.0.2/xml/features</repository>
<repository>mvn:org.apache.karaf.features/standard/4.1.0/xml/features</repository>
<!-- Spring 4.3.7 support -->
<feature name="spring" description="Spring 4.3.7 support" version="4.3.7.RELEASE_1">
<bundle dependency="true" start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6</bundle>
<bundle dependency="true" start-level="30">mvn:javax.validation/validation-api/1.1.0.Final</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.3.7.RELEASE_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.3.7.RELEASE_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.3.7.RELEASE_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.3.7.RELEASE_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.3.7.RELEASE_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-aspects" description="Spring 4.3.7 AOP support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.8.10_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aspects/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-instrument" description="Spring 4.3.x Instrument support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-instrument/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-jdbc" description="Spring 4.3.7 JDBC support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring-tx</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jdbc/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-jms" description="Spring 4.3.7 JMS support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring-tx</feature>
<bundle dependency="true" start-level="10">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
<bundle dependency="true" start-level="10">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-test" description="Spring 4.3.7 Test support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring</feature>
<bundle dependency="true">mvn:javax.websocket/javax.websocket-api/1.1</bundle>
<bundle dependency="true">mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6</bundle>
<bundle dependency="true">mvn:org.apache.httpcomponents/httpclient-osgi/4.5.2</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-test/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-orm" description="Spring 4.3.7 ORM support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring-jdbc</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-orm/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-oxm" description="Spring 4.3.7 OXM support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-oxm/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-tx" description="Spring 4.3.7 Transaction (TX) support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-web" description="Spring 4.3.7 Web support" version="4.3.7.RELEASE_1">
<feature version="[4.3.7.RELEASE_1,4.4)">spring</feature>
<feature>http</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-web/4.3.7.RELEASE_1</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-webmvc/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-web-portlet" description="Spring 4.3.7 Web Portlet support" version="4.3.7.RELEASE_1">
<feature prerequisite="true">wrap</feature>
<feature version="[4.3.7.RELEASE_1,4.4)">spring-web</feature>
<bundle dependency="true" start-level="30">wrap:mvn:javax.portlet/portlet-api/2.0$Export-Package=javax.portlet.*;version=2.0</bundle>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-webmvc-portlet/4.3.7.RELEASE_1</bundle>
</feature>
<feature name="spring-websocket" description="Spring 4.3.7 WebSocket support" version="4.3.7.RELEASE_1">
<bundle dependency="true">mvn:javax.websocket/javax.websocket-api/1.1</bundle>
<feature version="[4.3.7.RELEASE_1,4.4)">spring-web</feature>
<bundle start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-websocket/4.3.7.RELEASE_1</bundle>
</feature>
</features>