Skip to content

Commit aa8900f

Browse files
Using most filter library code for the results filtering (#206)
* Using most filter library code for the results filtering Signed-off-by: Franck LECUYER <[email protected]> * Update pom.xml --------- Signed-off-by: Franck LECUYER <[email protected]>
1 parent 33dd337 commit aa8900f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
<mockwebserver3.version>5.0.0-alpha.14</mockwebserver3.version>
5151
<sonar.organization>gridsuite</sonar.organization>
5252
<sonar.projectKey>org.gridsuite:security-analysis-server</sonar.projectKey>
53+
54+
<!--
55+
To remove after when using gridsuite dependencies release referencing filter 1.12.0 version or greater
56+
and computation version containing merged PR: https://github.com/gridsuite/computation/pull/13
57+
-->
58+
<gridsuite-filter.version>1.12.0</gridsuite-filter.version>
59+
<gridsuite-computation.version>1.6.0</gridsuite-computation.version>
5360
</properties>
5461

5562
<build>
@@ -168,9 +175,15 @@
168175
<groupId>org.springframework.boot</groupId>
169176
<artifactId>spring-boot-starter-actuator</artifactId>
170177
</dependency>
178+
<dependency>
179+
<groupId>org.gridsuite</groupId>
180+
<artifactId>gridsuite-filter</artifactId>
181+
<version>${gridsuite-filter.version}</version>
182+
</dependency>
171183
<dependency>
172184
<groupId>org.gridsuite</groupId>
173185
<artifactId>gridsuite-computation</artifactId>
186+
<version>${gridsuite-computation.version}</version>
174187
</dependency>
175188

176189
<!-- Runtime dependencies -->
@@ -263,4 +276,4 @@
263276
<scope>test</scope>
264277
</dependency>
265278
</dependencies>
266-
</project>
279+
</project>

0 commit comments

Comments
 (0)