File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
main/java/com/baeldung/rss Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 50
50
<artifactId >rest-assured</artifactId >
51
51
<scope >test</scope >
52
52
</dependency >
53
- <dependency >
54
- <groupId >com.rometools</groupId >
55
- <artifactId >rome</artifactId >
56
- <version >${rome.version} </version >
57
- </dependency >
53
+
58
54
<dependency >
59
55
<groupId >org.projectlombok</groupId >
60
56
<artifactId >lombok</artifactId >
64
60
65
61
<properties >
66
62
<start-class >com.baeldung.charencoding.CharacterEncodingDemo</start-class >
67
- <!-- ROME for RSS -->
68
- <rome .version>1.10.0</rome .version>
69
63
</properties >
70
64
71
65
</project >
Original file line number Diff line number Diff line change 61
61
<groupId >org.springframework.boot</groupId >
62
62
<artifactId >spring-boot-starter-mail</artifactId >
63
63
</dependency >
64
+ <dependency >
65
+ <groupId >com.rometools</groupId >
66
+ <artifactId >rome</artifactId >
67
+ <version >${rome.version} </version >
68
+ </dependency >
64
69
</dependencies >
65
70
66
71
<build >
83
88
<spring-cloud .version>2023.0.0</spring-cloud .version>
84
89
<commons-configuration .version>1.10</commons-configuration .version>
85
90
<maven .compiler.release>17</maven .compiler.release>
91
+ <!-- ROME for RSS -->
92
+ <rome .version>1.10.0</rome .version>
86
93
</properties >
87
94
88
95
</project >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments