1 <?xml version="1.0" encoding="UTF-8"?>
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
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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
17 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
18 <!-- https://maven.apache.org/pom.html#Inheritance -->
20 <groupId>de.xn--ho-hia.maven.boms</groupId>
21 <artifactId>maven-boms</artifactId>
22 <version>9999.99.99-SNAPSHOT</version>
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
27 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
28 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
29 <artifactId>maven-boms-all</artifactId>
30 <packaging>pom</packaging>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
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 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
41 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
42 <!-- https://maven.apache.org/pom.html#Properties -->
44 <version.spring>5.0.2.RELEASE</version.spring>
45 <version.spring.integration>5.0.0.RELEASE</version.spring.integration>
48 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
49 <!-- DEPENDENCY MANAGEMENT -->
50 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
51 <!-- https://maven.apache.org/pom.html#Dependency_Management -->
52 <dependencyManagement>
54 <!-- externally managed -->
56 <groupId>org.springframework</groupId>
57 <artifactId>spring-framework-bom</artifactId>
58 <version>${version.spring}</version>
63 <groupId>org.springframework.integration</groupId>
64 <artifactId>spring-integration-bom</artifactId>
65 <version>${version.spring.integration}</version>
70 <!-- internally managed -->
72 <groupId>de.xn--ho-hia.maven.boms</groupId>
73 <artifactId>maven-boms-aspect</artifactId>
74 <version>${project.version}</version>
79 <groupId>de.xn--ho-hia.maven.boms</groupId>
80 <artifactId>maven-boms-bytecode</artifactId>
81 <version>${project.version}</version>
86 <groupId>de.xn--ho-hia.maven.boms</groupId>
87 <artifactId>maven-boms-cache</artifactId>
88 <version>${project.version}</version>
93 <groupId>de.xn--ho-hia.maven.boms</groupId>
94 <artifactId>maven-boms-camel</artifactId>
95 <version>${project.version}</version>
100 <groupId>de.xn--ho-hia.maven.boms</groupId>
101 <artifactId>maven-boms-database</artifactId>
102 <version>${project.version}</version>
104 <scope>import</scope>
107 <groupId>de.xn--ho-hia.maven.boms</groupId>
108 <artifactId>maven-boms-eclipse</artifactId>
109 <version>${project.version}</version>
111 <scope>import</scope>
114 <groupId>de.xn--ho-hia.maven.boms</groupId>
115 <artifactId>maven-boms-google</artifactId>
116 <version>${project.version}</version>
118 <scope>import</scope>
121 <groupId>de.xn--ho-hia.maven.boms</groupId>
122 <artifactId>maven-boms-javax</artifactId>
123 <version>${project.version}</version>
125 <scope>import</scope>
128 <groupId>de.xn--ho-hia.maven.boms</groupId>
129 <artifactId>maven-boms-json</artifactId>
130 <version>${project.version}</version>
132 <scope>import</scope>
135 <groupId>de.xn--ho-hia.maven.boms</groupId>
136 <artifactId>maven-boms-kafka</artifactId>
137 <version>${project.version}</version>
139 <scope>import</scope>
142 <groupId>de.xn--ho-hia.maven.boms</groupId>
143 <artifactId>maven-boms-karaf</artifactId>
144 <version>${project.version}</version>
146 <scope>import</scope>
149 <groupId>de.xn--ho-hia.maven.boms</groupId>
150 <artifactId>maven-boms-logging</artifactId>
151 <version>${project.version}</version>
153 <scope>import</scope>
156 <groupId>de.xn--ho-hia.maven.boms</groupId>
157 <artifactId>maven-boms-maven</artifactId>
158 <version>${project.version}</version>
160 <scope>import</scope>
163 <groupId>de.xn--ho-hia.maven.boms</groupId>
164 <artifactId>maven-boms-pax</artifactId>
165 <version>${project.version}</version>
167 <scope>import</scope>
170 <groupId>de.xn--ho-hia.maven.boms</groupId>
171 <artifactId>maven-boms-reactive</artifactId>
172 <version>${project.version}</version>
174 <scope>import</scope>
177 <groupId>de.xn--ho-hia.maven.boms</groupId>
178 <artifactId>maven-boms-scripting</artifactId>
179 <version>${project.version}</version>
181 <scope>import</scope>
184 <groupId>de.xn--ho-hia.maven.boms</groupId>
185 <artifactId>maven-boms-sebhoss</artifactId>
186 <version>${project.version}</version>
188 <scope>import</scope>
191 <groupId>de.xn--ho-hia.maven.boms</groupId>
192 <artifactId>maven-boms-square</artifactId>
193 <version>${project.version}</version>
195 <scope>import</scope>
198 <groupId>de.xn--ho-hia.maven.boms</groupId>
199 <artifactId>maven-boms-templating</artifactId>
200 <version>${project.version}</version>
202 <scope>import</scope>
205 <groupId>de.xn--ho-hia.maven.boms</groupId>
206 <artifactId>maven-boms-testing</artifactId>
207 <version>${project.version}</version>
209 <scope>import</scope>
212 <groupId>de.xn--ho-hia.maven.boms</groupId>
213 <artifactId>maven-boms-wikitext</artifactId>
214 <version>${project.version}</version>
216 <scope>import</scope>
219 <groupId>de.xn--ho-hia.maven.boms</groupId>
220 <artifactId>maven-boms-xml</artifactId>
221 <version>${project.version}</version>
223 <scope>import</scope>
226 <groupId>de.xn--ho-hia.maven.boms</groupId>
227 <artifactId>maven-boms-yaml</artifactId>
228 <version>${project.version}</version>
230 <scope>import</scope>
233 </dependencyManagement>