File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ import target/configs/powsybl-build-tools.jar!powsybl-build-tools/lombok.config
Original file line number Diff line number Diff line change 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"
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
104102 </dependencyManagement >
105103
106104 <dependencies >
105+ <!-- Annotation processor dependencies -->
106+ <dependency >
107+ <groupId >org.projectlombok</groupId >
108+ <artifactId >lombok</artifactId >
109+ <scope >provided</scope >
110+ </dependency >
111+
107112 <!-- Compilation dependencies -->
108113 <dependency >
109114 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments