File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
-
4
3
Copyright (c) 2022, RTE (http://www.rte-france.com)
5
4
This Source Code Form is subject to the terms of the Mozilla Public
6
5
License, v. 2.0. If a copy of the MPL was not distributed with this
7
6
file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
-
9
7
-->
10
8
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
11
9
xmlns =" http://maven.apache.org/POM/4.0.0"
15
13
<parent >
16
14
<groupId >com.powsybl</groupId >
17
15
<artifactId >powsybl-parent-ws</artifactId >
18
- <version >11 </version >
16
+ <version >12 </version >
19
17
<relativePath />
20
18
</parent >
21
19
95
93
<dependency >
96
94
<groupId >org.projectlombok</groupId >
97
95
<artifactId >lombok</artifactId >
96
+ <scope >provided</scope >
98
97
</dependency >
99
98
<!-- jpa, crud repository -->
100
99
<dependency >
You can’t perform that action at this time.
0 commit comments