File tree Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 20
20
<name >Geo data server</name >
21
21
<description >Geographical data server</description >
22
22
23
- <properties >
24
- <jib .container.environment>SPRING_PROFILES_ACTIVE=default</jib .container.environment>
25
- </properties >
26
-
27
23
<build >
28
24
<pluginManagement >
29
25
<plugins >
86
82
</dependency >
87
83
<dependency >
88
84
<groupId >com.powsybl</groupId >
89
- <artifactId >powsybl-iidm-test </artifactId >
85
+ <artifactId >powsybl-ws-commons </artifactId >
90
86
</dependency >
91
87
<dependency >
92
88
<groupId >org.gridsuite</groupId >
145
141
<artifactId >powsybl-iidm-impl</artifactId >
146
142
<scope >test</scope >
147
143
</dependency >
144
+ <dependency >
145
+ <groupId >com.powsybl</groupId >
146
+ <artifactId >powsybl-iidm-test</artifactId >
147
+ <scope >test</scope >
148
+ </dependency >
148
149
</dependencies >
149
150
</project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- server :
2
- forward-headers-strategy : framework
3
-
4
1
spring :
5
- profiles :
6
- active : default,local
2
+ application :
3
+ name : geo-data-server
7
4
8
5
network-store-server :
9
6
preloading-strategy : COLLECTION
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >com.powsybl</groupId >
15
15
<artifactId >powsybl-parent-ws</artifactId >
16
- <version >5 </version >
16
+ <version >7 </version >
17
17
</parent >
18
18
19
19
<groupId >org.gridsuite</groupId >
56
56
<properties >
57
57
<java .version>11</java .version>
58
58
59
- <gridsuite-dependencies .version>11 </gridsuite-dependencies .version>
59
+ <gridsuite-dependencies .version>12 </gridsuite-dependencies .version>
60
60
<commons-lang3 .version>3.9</commons-lang3 .version>
61
61
62
62
<sonar .coverage.jacoco.xmlReportPaths>
You can’t perform that action at this time.
0 commit comments