File tree 4 files changed +11
-16
lines changed
4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 38
38
<version >${jackson.version} </version >
39
39
</dependency >
40
40
<dependency >
41
- <groupId >com.itextpdf</groupId >
42
- <artifactId >itext7-core</artifactId >
43
- <version >7.2.4 </version >
44
- <type >pom</type >
41
+ <groupId >com.itextpdf</groupId >
42
+ <artifactId >itext7-core</artifactId >
43
+ <version >${itext7-core.version} </version >
44
+ <type >pom</type >
45
45
</dependency >
46
- <dependency >
47
- <groupId >org.assertj</groupId >
48
- <artifactId >assertj-core</artifactId >
49
- <version >3.23.1 </version >
50
- <scope >test</scope >
46
+ <dependency >
47
+ <groupId >org.assertj</groupId >
48
+ <artifactId >assertj-core</artifactId >
49
+ <version >${assertj-core.version} </version >
50
+ <scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
53
53
54
54
<properties >
55
55
<org .ini4j.version>0.5.4</org .ini4j.version>
56
56
<commons-configuration2 >2.8.0</commons-configuration2 >
57
+ <itext7-core .version>7.2.4</itext7-core .version>
58
+ <assertj-core .version>3.23.1</assertj-core .version>
57
59
</properties >
58
60
59
61
</project >
Original file line number Diff line number Diff line change 52
52
<artifactId >async-http-client</artifactId >
53
53
<version >${async.http.client.version} </version >
54
54
</dependency >
55
- <dependency >
56
- <groupId >com.fasterxml.jackson.core</groupId >
57
- <artifactId >jackson-databind</artifactId >
58
- <version >${jackson.version} </version >
59
- </dependency >
60
55
<dependency >
61
56
<groupId >com.google.code.gson</groupId >
62
57
<artifactId >gson</artifactId >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
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
- <groupId >com.baeldung</groupId >
7
6
<artifactId >libraries-primitive</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
8
<name >libraries-primitive</name >
Original file line number Diff line number Diff line change 63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-compiler-plugin</artifactId >
66
- <version >${maven-compiler-plugin.version} </version >
67
66
<configuration >
68
67
<proc >none</proc >
69
68
</configuration >
You can’t perform that action at this time.
0 commit comments