Skip to content

Commit c054a16

Browse files
update parent 12 (#85)
* Use new shared configuration for lombok * Add missing scope for lombok
1 parent c9c3c89 commit c054a16

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) 2020, 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

@@ -155,6 +153,7 @@
155153
<dependency>
156154
<groupId>org.projectlombok</groupId>
157155
<artifactId>lombok</artifactId>
156+
<scope>provided</scope>
158157
</dependency>
159158
</dependencies>
160159
</project>

0 commit comments

Comments
 (0)