1+ <?xml  version =" 1.0"  encoding =" UTF-8"  ?>
2+ <project  xmlns =" http://maven.apache.org/POM/4.0.0" 
3+          xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 
4+          xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"  >
5+ 	<modelVersion >4.0.0</modelVersion >
6+ 
7+ 	<groupId >com.infobip</groupId >
8+ 	<artifactId >infobip-spring-data-bom</artifactId >
9+ 	<version >9.2.0-SNAPSHOT</version >
10+ 
11+ 	<dependencyManagement >
12+ 		<dependencies >
13+ 			<dependency >
14+ 				<groupId >com.infobip</groupId >
15+ 				<artifactId >infobip-spring-data-common</artifactId >
16+ 				<version >${project.version} </version >
17+ 			</dependency >
18+ 			<dependency >
19+ 				<groupId >com.infobip</groupId >
20+ 				<artifactId >infobip-spring-data-jpa-querydsl</artifactId >
21+ 				<version >${project.version} </version >
22+ 			</dependency >
23+ 			<dependency >
24+ 				<groupId >com.infobip</groupId >
25+ 				<artifactId >infobip-spring-data-jpa-querydsl-boot-starter</artifactId >
26+ 				<version >${project.version} </version >
27+ 			</dependency >
28+ 			<dependency >
29+ 				<groupId >com.infobip</groupId >
30+ 				<artifactId >infobip-spring-data-jdbc-querydsl</artifactId >
31+ 				<version >${project.version} </version >
32+ 			</dependency >
33+ 			<dependency >
34+ 				<groupId >com.infobip</groupId >
35+ 				<artifactId >infobip-spring-data-jdbc-querydsl-boot-starter</artifactId >
36+ 				<version >${project.version} </version >
37+ 			</dependency >
38+ 			<dependency >
39+ 				<groupId >com.infobip</groupId >
40+ 				<artifactId >infobip-spring-data-jdbc-annotation-processor</artifactId >
41+ 				<version >${project.version} </version >
42+ 			</dependency >
43+ 			<dependency >
44+ 				<groupId >com.infobip</groupId >
45+ 				<artifactId >infobip-spring-data-jdbc-annotation-processor-common</artifactId >
46+ 				<version >${project.version} </version >
47+ 			</dependency >
48+ 			<dependency >
49+ 				<groupId >com.infobip</groupId >
50+ 				<artifactId >infobip-spring-data-r2dbc-querydsl</artifactId >
51+ 				<version >${project.version} </version >
52+ 			</dependency >
53+ 			<dependency >
54+ 				<groupId >com.infobip</groupId >
55+ 				<artifactId >infobip-spring-data-r2dbc-querydsl-boot-starter</artifactId >
56+ 				<version >${project.version} </version >
57+ 			</dependency >
58+ 		</dependencies >
59+ 	</dependencyManagement >
60+ 
61+ </project >
0 commit comments