File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 80
80
81
81
<dependencyManagement >
82
82
<dependencies >
83
+ <dependency >
84
+ <groupId >com.fasterxml.jackson.module</groupId >
85
+ <artifactId >jackson-module-jsonSchema</artifactId >
86
+ <version >${jackson-module-jsonSchema.version} </version >
87
+ </dependency >
88
+
83
89
<!-- project specific dependencies (must be before to have priority during resolution) -->
84
90
<dependency ><!-- TODO remove when springboot version will be updated-->
85
91
<groupId >org.junit</groupId >
97
103
<type >pom</type >
98
104
<scope >import</scope >
99
105
</dependency >
100
-
101
- <dependency >
102
- <groupId >com.fasterxml.jackson.module</groupId >
103
- <artifactId >jackson-module-jsonSchema</artifactId >
104
- <version >${jackson-module-jsonSchema.version} </version >
105
- </dependency >
106
106
</dependencies >
107
107
</dependencyManagement >
108
108
116
116
117
117
<!-- Compilation dependencies -->
118
118
<!-- overrides of imports -->
119
+ <dependency >
120
+ <groupId >com.fasterxml.jackson.module</groupId >
121
+ <artifactId >jackson-module-jsonSchema</artifactId >
122
+ </dependency >
119
123
<dependency >
120
124
<groupId >com.powsybl</groupId >
121
125
<artifactId >powsybl-network-store-client</artifactId >
134
138
</dependency >
135
139
136
140
<!-- Runtime dependencies -->
137
- <dependency >
138
- <groupId >com.fasterxml.jackson.module</groupId >
139
- <artifactId >jackson-module-jsonSchema</artifactId >
140
- </dependency >
141
141
<dependency >
142
142
<groupId >com.powsybl</groupId >
143
143
<artifactId >powsybl-config-classic</artifactId >
You can’t perform that action at this time.
0 commit comments