diff options
| author | 2026-01-10 18:50:48 +0200 | |
|---|---|---|
| committer | 2026-01-11 08:21:25 +0200 | |
| commit | 46eff7820eaca2f99e304cc843a38e6b372e0b91 (patch) | |
| tree | 6de7f40af661215f0567abafa32429d321ff183e /pom.xml | |
| parent | Reorder org.openjfx:javafx-controls dependency (diff) | |
| download | lv.enes:parent-46eff7820eaca2f99e304cc843a38e6b372e0b91.tar.gz lv.enes:parent-46eff7820eaca2f99e304cc843a38e6b372e0b91.tar.xz lv.enes:parent-46eff7820eaca2f99e304cc843a38e6b372e0b91.zip | |
Add some comments separating scopes in dependencies
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -269,17 +269,20 @@ | |||
| 269 | </dependencyManagement> | 269 | </dependencyManagement> |
| 270 | 270 | ||
| 271 | <dependencies> | 271 | <dependencies> |
| 272 | <!-- compile scope --> | ||
| 272 | <dependency> | 273 | <dependency> |
| 273 | <groupId>org.slf4j</groupId> | 274 | <groupId>org.slf4j</groupId> |
| 274 | <artifactId>slf4j-api</artifactId> | 275 | <artifactId>slf4j-api</artifactId> |
| 275 | </dependency> | 276 | </dependency> |
| 276 | 277 | ||
| 278 | <!-- provided scope --> | ||
| 277 | <dependency> | 279 | <dependency> |
| 278 | <groupId>org.projectlombok</groupId> | 280 | <groupId>org.projectlombok</groupId> |
| 279 | <artifactId>lombok</artifactId> | 281 | <artifactId>lombok</artifactId> |
| 280 | <scope>provided</scope> | 282 | <scope>provided</scope> |
| 281 | </dependency> | 283 | </dependency> |
| 282 | 284 | ||
| 285 | <!-- test scope --> | ||
| 283 | <dependency> | 286 | <dependency> |
| 284 | <groupId>org.junit.jupiter</groupId> | 287 | <groupId>org.junit.jupiter</groupId> |
| 285 | <artifactId>junit-jupiter</artifactId> | 288 | <artifactId>junit-jupiter</artifactId> |