Skip to content

Commit

Permalink
Test fix faidare
Browse files Browse the repository at this point in the history
  • Loading branch information
BESOMBES Gabriel committed Jul 12, 2024
1 parent b2760a8 commit 00a3d0f
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions opensilex-faidare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
~ pom.xml
~ OpenSILEX - Licence AGPL V3.0 - https://www.gnu.org/licenses/agpl-3.0.en.html
~ Copyright © INRAE 2024.
~ Last Modification: 19/06/2024 13:43
~ Last Modification: 12/07/2024 10:47
~ Contact: vincent.migot@inra.fr, anne.tireau@inra.fr, pascal.neveu@inra.fr, gabriel.besombes@inrae.fr
~ ******************************************************************************
-->
Expand Down Expand Up @@ -44,30 +44,36 @@
<version>0.0.2</version>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
<groupId>eu.somatik.serviceloader-maven-plugin</groupId>
<artifactId>serviceloader-maven-plugin</artifactId>
<executions>
<execution>
<id>brapi-services</id>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<services>
<param>org.opensilex.faidare.api.CallsAPI</param>
</services>
</configuration>
</execution>
</executions>
</plugin>
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>eu.somatik.serviceloader-maven-plugin</groupId>-->
<!-- <artifactId>serviceloader-maven-plugin</artifactId>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>brapi-services</id>-->
<!-- <goals>-->
<!-- <goal>generate</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <services>-->
<!-- <param>org.opensilex.faidare.api.CallsAPI</param>-->
<!-- </services>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->

</plugins>
</build>
<!-- </plugins>-->
<!-- </build>-->

</project>

0 comments on commit 00a3d0f

Please sign in to comment.