File tree 25 files changed +80
-73
lines changed
25 files changed +80
-73
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >protobuffer</artifactId >
6
7
<name >protobuffer</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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" >
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
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.baeldung.quarkus.extension</groupId >
7
7
<artifactId >quarkus-extension</artifactId >
14
14
<artifactId >parent-modules</artifactId >
15
15
<version >1.0.0-SNAPSHOT</version >
16
16
</parent >
17
-
17
+
18
18
<modules >
19
19
<module >quarkus-liquibase</module >
20
20
<module >quarkus-app</module >
21
21
</modules >
22
22
23
- </project >
23
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd "
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2
+ <project
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd "
4
+ xmlns = " http://maven.apache.org/POM/4.0.0 " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.baeldung.quarkus.app</groupId >
7
7
<artifactId >quarkus-app</artifactId >
30
30
<artifactId >runtime</artifactId >
31
31
<version >${project.version} </version >
32
32
</dependency >
33
-
34
33
<dependency >
35
34
<groupId >io.quarkus</groupId >
36
35
<artifactId >quarkus-jdbc-h2</artifactId >
58
57
<quarkus .version>1.0.0.Final</quarkus .version>
59
58
</properties >
60
59
61
- </project >
60
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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" >
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
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.baeldung.quarkus.liquibase</groupId >
7
7
<artifactId >deployment</artifactId >
59
59
<compiler .plugin.version>3.8.1</compiler .plugin.version>
60
60
</properties >
61
61
62
- </project >
62
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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" >
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
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.baeldung.quarkus.liquibase</groupId >
7
7
<artifactId >quarkus-liquibase</artifactId >
13
13
<artifactId >quarkus-extension</artifactId >
14
14
<version >1.0-SNAPSHOT</version >
15
15
</parent >
16
-
16
+
17
17
<modules >
18
18
<module >runtime</module >
19
19
<module >deployment</module >
23
23
<quarkus .version>1.0.0.Final</quarkus .version>
24
24
</properties >
25
25
26
- </project >
26
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.baeldung.quarkus.liquibase</groupId >
71
72
<liquibase .version>3.8.1</liquibase .version>
72
73
</properties >
73
74
74
- </project >
75
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2
+ <project
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
+ xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.baeldung.quarkus</groupId >
6
7
<artifactId >quarkus</artifactId >
159
160
<junit-jupiter .version>5.6.0</junit-jupiter .version>
160
161
</properties >
161
162
162
- </project >
163
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2
+ <project
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
+ xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >rabbitmq</artifactId >
6
7
<version >0.1-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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/maven-v4_0_0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >ratpack</artifactId >
6
7
<version >1.0-SNAPSHOT</version >
93
94
<ratpack .test.latest.version>1.6.1</ratpack .test.latest.version>
94
95
</properties >
95
96
96
- </project >
97
+ </project >
Original file line number Diff line number Diff line change 28
28
<groupId >org.springframework.kafka</groupId >
29
29
<artifactId >spring-kafka</artifactId >
30
30
</dependency >
31
-
32
31
<dependency >
33
32
<groupId >org.projectlombok</groupId >
34
33
<artifactId >lombok</artifactId >
65
64
</plugin >
66
65
</plugins >
67
66
</build >
67
+
68
68
</project >
Original file line number Diff line number Diff line change 28
28
<groupId >org.springframework.kafka</groupId >
29
29
<artifactId >spring-kafka</artifactId >
30
30
</dependency >
31
-
32
31
<dependency >
33
32
<groupId >org.projectlombok</groupId >
34
33
<artifactId >lombok</artifactId >
66
65
</plugins >
67
66
</build >
68
67
69
- </project >
68
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >reactive-systems</artifactId >
6
7
<version >0.0.1-SNAPSHOT</version >
19
20
<module >order-service</module >
20
21
</modules >
21
22
22
- </project >
23
+ </project >
Original file line number Diff line number Diff line change 24
24
<groupId >org.springframework.kafka</groupId >
25
25
<artifactId >spring-kafka</artifactId >
26
26
</dependency >
27
-
28
27
<dependency >
29
28
<groupId >com.fasterxml.jackson.core</groupId >
30
29
<artifactId >jackson-databind</artifactId >
31
30
</dependency >
32
-
33
31
<dependency >
34
32
<groupId >org.projectlombok</groupId >
35
33
<artifactId >lombok</artifactId >
67
65
</plugins >
68
66
</build >
69
67
70
- </project >
68
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >org.baeldung</groupId >
6
7
<artifactId >reactor-core</artifactId >
38
39
<assertj .version>3.6.1</assertj .version>
39
40
</properties >
40
41
41
- </project >
42
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >resteasy</artifactId >
6
7
<version >1.0</version >
26
27
</exclusion >
27
28
</exclusions >
28
29
</dependency >
29
-
30
30
<dependency >
31
31
<groupId >org.jboss.resteasy</groupId >
32
32
<artifactId >resteasy-client</artifactId >
33
33
<version >${resteasy.version} </version >
34
34
</dependency >
35
-
36
35
<!-- Optional library -->
37
-
38
36
<dependency >
39
37
<groupId >org.jboss.resteasy</groupId >
40
38
<artifactId >resteasy-jaxb-provider</artifactId >
41
39
<version >${resteasy.version} </version >
42
40
</dependency >
43
-
44
41
<dependency >
45
42
<groupId >org.jboss.resteasy</groupId >
46
43
<artifactId >resteasy-jackson-provider</artifactId >
47
44
<version >${resteasy.version} </version >
48
45
</dependency >
49
-
50
46
<dependency >
51
47
<groupId >commons-io</groupId >
52
48
<artifactId >commons-io</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >rsocket</artifactId >
6
7
<version >0.0.1-SNAPSHOT</version >
30
31
<rsocket .version>0.11.13</rsocket .version>
31
32
</properties >
32
33
33
- </project >
34
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.baeldung.easyrules</groupId >
6
7
<artifactId >easy-rules</artifactId >
25
26
<easy-rules .version>3.0.0</easy-rules .version>
26
27
</properties >
27
28
28
- </project >
29
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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" >
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
5
<modelVersion >4.0.0</modelVersion >
6
-
7
6
<groupId >com.baeldung.rules.jess</groupId >
8
7
<artifactId >jess</artifactId >
9
8
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.baeldung.openltablets</groupId >
6
7
<artifactId >openl-tablets</artifactId >
30
31
<openl .version>5.19.4</openl .version>
31
32
</properties >
32
33
33
- </project >
34
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns =" http://maven.apache.org/POM/4.0.0"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >rule-engines</artifactId >
6
7
<name >rule-engines</name >
19
20
<!-- <module>jess</module> --> <!-- requires dependencies which are not publicly available -->
20
21
</modules >
21
22
22
- </project >
23
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >com.baeldung.rulebook</groupId >
6
7
<artifactId >rulebook</artifactId >
25
26
<rulebook .version>0.6.2</rulebook .version>
26
27
</properties >
27
28
28
- </project >
29
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<artifactId >rxjava-core</artifactId >
6
7
<version >1.0-SNAPSHOT</version >
You can’t perform that action at this time.
0 commit comments