Skip to content

Commit 2525cbe

Browse files
author
Hugo Marcellin
committed
Reorganize deps position
1 parent 3bfd4f5 commit 2525cbe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080

8181
<dependencyManagement>
8282
<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+
8389
<!-- project specific dependencies (must be before to have priority during resolution) -->
8490
<dependency><!--TODO remove when springboot version will be updated-->
8591
<groupId>org.junit</groupId>
@@ -97,12 +103,6 @@
97103
<type>pom</type>
98104
<scope>import</scope>
99105
</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>
106106
</dependencies>
107107
</dependencyManagement>
108108

@@ -116,6 +116,10 @@
116116

117117
<!-- Compilation dependencies -->
118118
<!-- overrides of imports -->
119+
<dependency>
120+
<groupId>com.fasterxml.jackson.module</groupId>
121+
<artifactId>jackson-module-jsonSchema</artifactId>
122+
</dependency>
119123
<dependency>
120124
<groupId>com.powsybl</groupId>
121125
<artifactId>powsybl-network-store-client</artifactId>
@@ -134,10 +138,6 @@
134138
</dependency>
135139

136140
<!-- Runtime dependencies -->
137-
<dependency>
138-
<groupId>com.fasterxml.jackson.module</groupId>
139-
<artifactId>jackson-module-jsonSchema</artifactId>
140-
</dependency>
141141
<dependency>
142142
<groupId>com.powsybl</groupId>
143143
<artifactId>powsybl-config-classic</artifactId>

0 commit comments

Comments
 (0)