-
Notifications
You must be signed in to change notification settings - Fork 346
/
Copy pathpom.xml
245 lines (238 loc) · 10.8 KB
/
pom.xml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.carbon</groupId>
<artifactId>orbit-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Carbon Orbit - Parent Maven Project</name>
<description>orbit-parent</description>
<url>http://wso2.org</url>
<repositories>
<repository>
<id>wso2-nexus</id>
<name>WSO2 internal Repository</name>
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
<checksumPolicy>ignore</checksumPolicy>
</releases>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>wso2-maven2-repository</id>
<name>WSO2 Maven2 Repository</name>
<url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
</repository>
<snapshotRepository>
<id>wso2-maven2-snapshot-repository</id>
<name>WSO2 Maven2 Snapshot Repository</name>
<url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url>
</snapshotRepository>
</distributionManagement>
<modules>
<module>azure-core/1.43.0.wso2v1</module>
<module>azure-core-amqp/2.8.9.wso2v1</module>
<module>azure-messaging-eventhubs/5.16.0.wso2v1</module>
<module>reactor-core/3.4.31.wso2v1</module>
<module>httpcore/4.3.0-wso2v1</module>
<module>httpcore/4.4.15-wso2v1</module>
<module>poi-ooxml/3.9.0.wso2v2</module>
<module>poi-ooxml/3.9.0.wso2v3</module>
<module>poi-ooxml/4.1.2.wso2v1</module>
<module>poi-scratchpad/4.1.2.wso2v1</module>
<module>spring-framework/3.2.9.wso2v1</module>
<module>spring-framework/5.3.14.wso2v1</module>
<module>jdbc-pool/7.0.34.wso2v2</module>
<module>jdbc-pool/9.0.16.wso2v1</module>
<module>jdbc-pool/9.0.56.wso2v1</module>
<module>jdbc-pool/9.0.65.wso2v1</module>
<module>jdbc-pool/9.0.76.wso2v1</module>
<module>tomcat/7.0.52.wso2v1/</module>
<module>waffle/1.6.wso2v1</module>
<module>disruptor/2.10.4-wso2v2</module>
<module>cassandra-driver/1.0.5.wso2v1</module>
<module>rabbit-mq/3.3.4.wso2v1</module>
<module>transactions-eclipselink/3.9.1.wso2v1</module>
<module>bcprov/1.32.wso2v1</module>
<module>log4j/1.2.17.wso2v1</module>
<module>storm/0.9.2-incubating.wso2v1</module>
<module>storm-core/0.9.5.wso2v1</module>
<module>disruptor/3.2.1.wso2v1</module>
<module>disruptor/3.3.2.wso2v2</module>
<module>disruptor/3.4.2.wso2v1</module>
<module>cassandra-thrift/1.2.13.wso2v4</module>
<module>gogoproto-java/1.0.0.wso2v1</module>
<module>bsf/3.0.0.wso2v4</module>
<module>lucene/4.10.3-wso2v1</module>
<module>rabbit-mq/3.4.4.wso2v1</module>
<module>scannotation/1.0.3.wso2v1</module>
<module>compass/4.3.0.wso2v1</module>
<module>poi/4.3.0.wso2v1</module>
<module>poi-scratchpad/4.3.0.wso2v1</module>
<module>tranql-connector/1.1.0.wso2v1</module>
<module>cxf/2.7.16.wso2v1</module>
<module>commons-fileupload/1.3.3.wso2v1</module>
<module>geronimo-kernel/3.0.1.wso2v1</module>
<module>smooks/1.5.1.wso2v2</module>
<module>smooks/1.5.1.wso2v3</module>
<module>smooks/1.5.1.wso2v4</module>
<module>smooks/1.5.1.wso2v5</module>
<module>commons-text/1.6.wso2v1</module>
<module>jaxb-api/2.3.1.wso2v1</module>
<module>jaxb-api/2.3.1.wso2v2</module>
<module>jaxb/2.3.2.wso2v1</module>
<module>activation/1.1.1.wso2v1</module>
<module>activation/1.1.1.wso2v2</module>
<module>bcprov/1.60.0.wso2v1</module>
<module>bcprov/1.68.0.wso2v1</module>
<module>bcpkix/1.60.0.wso2v1</module>
<module>bcpkix/1.70.0.wso2v1</module>
<module>bcpkix/1.77.0.wso2v1</module>
<module>bcprov/1.70.0.wso2v1</module>
<module>bcprov/1.74.0.wso2v1</module>
<module>bcprov/1.77.0.wso2v1</module>
<module>jaxws-ri/2.3.2.wso2v1</module>
<module>jta/1.1.0.wso2v1</module>
<module>jta/1.1.0.wso2v2</module>
<module>mime4j-core/0.8.10.wso2v1</module>
<module>tomcat/7.0.93.wso2v1</module>
<module>tomcat-catalina-ha/7.0.93.wso2v1</module>
<module>tomcat-el-api/7.0.93.wso2v1</module>
<module>tomcat-jsp-api/7.0.93.wso2v1</module>
<module>tomcat-servlet-api/7.0.93.wso2v1</module>
<module>tomcat-websocket/7.0.93.wso2v1</module>
<module>tomcat/9.0.54.wso2v1</module>
<module>tomcat-catalina-ha/9.0.54.wso2v1</module>
<module>tomcat-el-api/9.0.54.wso2v1</module>
<module>tomcat-jsp-api/9.0.54.wso2v1</module>
<module>tomcat-servlet-api/9.0.54.wso2v1</module>
<module>tomcat-websocket/9.0.54.wso2v1</module>
<module>commons-codec/1.12.0.wso2v1</module>
<module>commons-codec/1.15.0.wso2v1</module>
<module>openjpa-all/2.2.2.wso2v2</module>
<module>openjpa-all/3.0.0.wso2v1</module>
<module>apacheds/2.0.0.AM25.wso2v1</module>
<module>yubico-webauthn/1.12.1.wso2v1</module>
<module>asn-one/0.4.0.wso2v1</module>
<module>smbj/0.10.0.wso2v1</module>
<module>mbassador/1.3.2.wso2v1</module>
<module>batik/1.9.1.wso2v1</module>
<module>commons-lang/3.11.0.wso2v1</module>
<module>commons-lang/3.4.0.wso2v1</module>
<module>jsch/0.1.55.wso2v4</module>
<module>swagger-parser-v3/2.0.24.wso2v1</module>
<module>swagger-request-validator/2.12.1.wso2v1</module>
<module>swagger-request-validator/2.12.1.wso2v2</module>
<module>olingo-server/4.5.0wso2v1</module>
<module>opensaml/2.6.6.wso2v5</module>
<module>opensaml/2.6.6.wso2v6</module>
<module>opensaml/3.3.1.wso2v3</module>
<module>opensaml/3.3.1.wso2v5</module>
<module>ua-parser/1.5.2.wso2v1</module>
<module>jsr105/1.0.1.wso2v1</module>
<module>commons-io/2.11.0.wso2v1</module>
<module>xmlbeans/3.1.0.wso2v1</module>
<module>tomcat/9.0.58.wso2v1</module>
<module>tomcat-catalina-ha/9.0.58.wso2v1</module>
<module>tomcat-el-api/9.0.58.wso2v1</module>
<module>tomcat-jsp-api/9.0.58.wso2v1</module>
<module>tomcat-servlet-api/9.0.58.wso2v1</module>
<module>tomcat-websocket/9.0.58.wso2v1</module>
<module>tomcat/9.0.98.wso2v1</module>
<module>tomcat-catalina-ha/9.0.98.wso2v1</module>
<module>tomcat-el-api/9.0.98.wso2v1</module>
<module>tomcat-jsp-api/9.0.98.wso2v1</module>
<module>tomcat-servlet-api/9.0.98.wso2v1</module>
<module>membrane-soa-model/1.6.4.wso2v1</module>
<module>h2/2.1.210.wso2v1</module>
<module>h2-engine/2.1.210.wso2v1</module>
<module>h2-engine/2.2.220.wso2v1</module>
<module>h2-engine/2.2.224.wso2v1</module>
<module>h2-engine/2.3.232.wso2v1</module>
<module>xerces/2.12.2.wso2v1</module>
<module>hazelcast/3.12.2.wso2v2</module>
<module>hazelcast/4.2.4.wso2v1</module>
<module>hazelcast/4.2.5.wso2v1</module>
<module>hazelcast/4.2.6.wso2v1</module>
<module>hazelcast/5.3.2.wso2v1</module>
<module>velocity/2.3.0.wso2v1</module>
<module>tiles/2.0.5.wso2v2</module>
<module>groovy/2.4.8.wso2v1</module>
<module>groovy/2.4.8.wso2v2</module>
<module>spring-framework/5.3.14.wso2v2</module>
<module>spring-framework/5.3.18.wso2v2</module>
<module>spring-framework/5.3.19.wso2v2</module>
<module>spring-framework/5.3.21.wso2v1</module>
<module>spring-framework/5.3.22.wso2v1</module>
<module>spring-framework/5.3.25.wso2v1</module>
<module>spring-framework/5.3.25.wso2v2</module>
<module>spring-framework/5.3.27.wso2v1</module>
<module>spring-framework/5.3.32.wso2v1</module>
<module>spring-framework/5.3.33.wso2v1</module>
<module>spring-framework/5.3.33.wso2v2</module>
<module>solr/8.11.1.wso2v3</module>
<module>solr/8.11.1.wso2v4</module>
<module>solr/8.11.1.wso2v5</module>
<module>solr/8.11.1.wso2v6</module>
<module>solr/8.11.1.wso2v7</module>
<module>solr/8.11.1.wso2v8</module>
<module>solr/8.11.1.wso2v9</module>
<module>solr/8.11.1.wso2v10</module>
<module>solr/9.5.0.wso2v1</module>
<module>solr/9.5.0.wso2v5</module>
<module>webauthn4j/0.21.0.wso2v1</module>
<module>libthrift/0.16.0.wso2v1</module>
<module>commons-net/3.9.0.wso2v1</module>
<module>httpcore5/5.2.1.wso2v1</module>
<module>httpclient5/5.2.1.wso2v1</module>
<module>httpclient5/5.4.1.wso2v1</module>
<module>httpcore5/5.3.1.wso2v1</module>
<module>guava/32.1.3.wso2v1</module>
<module>twilio/9.14.0.wso2v1</module>
<module>vonage/7.10.0.wso2v1</module>
<module>google-errorprone/2.4.0.wso2v1</module>
<module>nimbus/9.37.3.wso2v1</module>
<module>jms-api/2.0.1.wso2v1</module>
<module>protobuf-java/4.28.2.wso2v1</module>
<module>grpc-all/1.68.0.wso2v1</module>
<module>hapi/2.1.0.wso2v1</module>
<module>hapi/2.4.0.wso2v1</module>
<module>hapi/2.4.0.wso2v2</module>
<module>commons-compress/1.27.1.wso2v1</module>
</modules>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.1</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<properties>
<version.tomcat>7.0.34</version.tomcat>
</properties>
</project>