Skip to content

Commit 39519f9

Browse files
update parent 12 (#15)
* Use new shared configuration for lombok * Add missing scope for lombok
1 parent 8d0929c commit 39519f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mvn/lombok-config-copy.marker

Whitespace-only changes.

lombok.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import target/configs/powsybl-build-tools.jar!powsybl-build-tools/lombok.config

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
43
Copyright (c) 2022, RTE (http://www.rte-france.com)
54
This Source Code Form is subject to the terms of the Mozilla Public
65
License, v. 2.0. If a copy of the MPL was not distributed with this
76
file, You can obtain one at http://mozilla.org/MPL/2.0/.
8-
97
-->
108
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
119
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -15,7 +13,7 @@
1513
<parent>
1614
<groupId>com.powsybl</groupId>
1715
<artifactId>powsybl-parent-ws</artifactId>
18-
<version>11</version>
16+
<version>12</version>
1917
<relativePath/>
2018
</parent>
2119

@@ -95,6 +93,7 @@
9593
<dependency>
9694
<groupId>org.projectlombok</groupId>
9795
<artifactId>lombok</artifactId>
96+
<scope>provided</scope>
9897
</dependency>
9998
<!-- jpa, crud repository -->
10099
<dependency>

0 commit comments

Comments
 (0)