update props to latest version
[maven-build-process.git] / maven-boms / maven-boms-all / pom.xml
blob97c1cf21afb97b71060178710cc401ff0ab0c946
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
4     This file is part of maven-build-process. It is subject to the license terms in the LICENSE file found in the top-level
5     directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of maven-build-process,
6     including this file, may be copied, modified, propagated, or distributed except according to the terms contained
7     in the LICENSE file.
9 -->
10 <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/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
13   <!-- ordering follows https://maven.apache.org/developers/conventions/code.html#POM_Code_Convention -->
15   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16   <!--                                 PARENT                                  -->
17   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
18   <!-- https://maven.apache.org/pom.html#Inheritance -->
19   <parent>
20     <groupId>de.xn--ho-hia.maven.boms</groupId>
21     <artifactId>maven-boms</artifactId>
22     <version>9999.99.99-SNAPSHOT</version>
23   </parent>
25   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26   <!--                               COORDINATES                               -->
27   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28   <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
29   <artifactId>maven-boms-all</artifactId>
30   <packaging>pom</packaging>
32   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
33   <!--                               INFORMATIONS                              -->
34   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35   <!-- https://maven.apache.org/pom.html#More_Project_Information -->
36   <name>Maven BOMs :: All</name>
37   <description>Includes all other BOMs</description>
39   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40   <!--                                PROPERTIES                               -->
41   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
42   <!-- https://maven.apache.org/pom.html#Properties -->
43   <properties>
44     <version.spring>5.0.2.RELEASE</version.spring>
45     <version.spring.integration>5.0.0.RELEASE</version.spring.integration>
46   </properties>
48   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
49   <!--                            DEPENDENCY MANAGEMENT                        -->
50   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
51   <!-- https://maven.apache.org/pom.html#Dependency_Management -->
52   <dependencyManagement>
53     <dependencies>
54       <!-- externally managed -->
55       <dependency>
56         <groupId>org.springframework</groupId>
57         <artifactId>spring-framework-bom</artifactId>
58         <version>${version.spring}</version>
59         <type>pom</type>
60         <scope>import</scope>
61       </dependency>
62       <dependency>
63         <groupId>org.springframework.integration</groupId>
64         <artifactId>spring-integration-bom</artifactId>
65         <version>${version.spring.integration}</version>
66         <type>pom</type>
67         <scope>import</scope>
68       </dependency>
70       <!-- internally managed -->
71       <dependency>
72         <groupId>de.xn--ho-hia.maven.boms</groupId>
73         <artifactId>maven-boms-aspect</artifactId>
74         <version>${project.version}</version>
75         <type>pom</type>
76         <scope>import</scope>
77       </dependency>
78       <dependency>
79         <groupId>de.xn--ho-hia.maven.boms</groupId>
80         <artifactId>maven-boms-bytecode</artifactId>
81         <version>${project.version}</version>
82         <type>pom</type>
83         <scope>import</scope>
84       </dependency>
85       <dependency>
86         <groupId>de.xn--ho-hia.maven.boms</groupId>
87         <artifactId>maven-boms-cache</artifactId>
88         <version>${project.version}</version>
89         <type>pom</type>
90         <scope>import</scope>
91       </dependency>
92       <dependency>
93         <groupId>de.xn--ho-hia.maven.boms</groupId>
94         <artifactId>maven-boms-camel</artifactId>
95         <version>${project.version}</version>
96         <type>pom</type>
97         <scope>import</scope>
98       </dependency>
99       <dependency>
100         <groupId>de.xn--ho-hia.maven.boms</groupId>
101         <artifactId>maven-boms-database</artifactId>
102         <version>${project.version}</version>
103         <type>pom</type>
104         <scope>import</scope>
105       </dependency>
106       <dependency>
107         <groupId>de.xn--ho-hia.maven.boms</groupId>
108         <artifactId>maven-boms-eclipse</artifactId>
109         <version>${project.version}</version>
110         <type>pom</type>
111         <scope>import</scope>
112       </dependency>
113       <dependency>
114         <groupId>de.xn--ho-hia.maven.boms</groupId>
115         <artifactId>maven-boms-google</artifactId>
116         <version>${project.version}</version>
117         <type>pom</type>
118         <scope>import</scope>
119       </dependency>
120       <dependency>
121         <groupId>de.xn--ho-hia.maven.boms</groupId>
122         <artifactId>maven-boms-javax</artifactId>
123         <version>${project.version}</version>
124         <type>pom</type>
125         <scope>import</scope>
126       </dependency>
127       <dependency>
128         <groupId>de.xn--ho-hia.maven.boms</groupId>
129         <artifactId>maven-boms-json</artifactId>
130         <version>${project.version}</version>
131         <type>pom</type>
132         <scope>import</scope>
133       </dependency>
134       <dependency>
135         <groupId>de.xn--ho-hia.maven.boms</groupId>
136         <artifactId>maven-boms-kafka</artifactId>
137         <version>${project.version}</version>
138         <type>pom</type>
139         <scope>import</scope>
140       </dependency>
141       <dependency>
142         <groupId>de.xn--ho-hia.maven.boms</groupId>
143         <artifactId>maven-boms-karaf</artifactId>
144         <version>${project.version}</version>
145         <type>pom</type>
146         <scope>import</scope>
147       </dependency>
148       <dependency>
149         <groupId>de.xn--ho-hia.maven.boms</groupId>
150         <artifactId>maven-boms-logging</artifactId>
151         <version>${project.version}</version>
152         <type>pom</type>
153         <scope>import</scope>
154       </dependency>
155       <dependency>
156         <groupId>de.xn--ho-hia.maven.boms</groupId>
157         <artifactId>maven-boms-maven</artifactId>
158         <version>${project.version}</version>
159         <type>pom</type>
160         <scope>import</scope>
161       </dependency>
162       <dependency>
163         <groupId>de.xn--ho-hia.maven.boms</groupId>
164         <artifactId>maven-boms-pax</artifactId>
165         <version>${project.version}</version>
166         <type>pom</type>
167         <scope>import</scope>
168       </dependency>
169       <dependency>
170         <groupId>de.xn--ho-hia.maven.boms</groupId>
171         <artifactId>maven-boms-reactive</artifactId>
172         <version>${project.version}</version>
173         <type>pom</type>
174         <scope>import</scope>
175       </dependency>
176       <dependency>
177         <groupId>de.xn--ho-hia.maven.boms</groupId>
178         <artifactId>maven-boms-scripting</artifactId>
179         <version>${project.version}</version>
180         <type>pom</type>
181         <scope>import</scope>
182       </dependency>
183       <dependency>
184         <groupId>de.xn--ho-hia.maven.boms</groupId>
185         <artifactId>maven-boms-sebhoss</artifactId>
186         <version>${project.version}</version>
187         <type>pom</type>
188         <scope>import</scope>
189       </dependency>
190       <dependency>
191         <groupId>de.xn--ho-hia.maven.boms</groupId>
192         <artifactId>maven-boms-square</artifactId>
193         <version>${project.version}</version>
194         <type>pom</type>
195         <scope>import</scope>
196       </dependency>
197       <dependency>
198         <groupId>de.xn--ho-hia.maven.boms</groupId>
199         <artifactId>maven-boms-templating</artifactId>
200         <version>${project.version}</version>
201         <type>pom</type>
202         <scope>import</scope>
203       </dependency>
204       <dependency>
205         <groupId>de.xn--ho-hia.maven.boms</groupId>
206         <artifactId>maven-boms-testing</artifactId>
207         <version>${project.version}</version>
208         <type>pom</type>
209         <scope>import</scope>
210       </dependency>
211       <dependency>
212         <groupId>de.xn--ho-hia.maven.boms</groupId>
213         <artifactId>maven-boms-wikitext</artifactId>
214         <version>${project.version}</version>
215         <type>pom</type>
216         <scope>import</scope>
217       </dependency>
218       <dependency>
219         <groupId>de.xn--ho-hia.maven.boms</groupId>
220         <artifactId>maven-boms-xml</artifactId>
221         <version>${project.version}</version>
222         <type>pom</type>
223         <scope>import</scope>
224       </dependency>
225       <dependency>
226         <groupId>de.xn--ho-hia.maven.boms</groupId>
227         <artifactId>maven-boms-yaml</artifactId>
228         <version>${project.version}</version>
229         <type>pom</type>
230         <scope>import</scope>
231       </dependency>
232     </dependencies>
233   </dependencyManagement>
235 </project>