Skip to content

Commit

Permalink
enable dataverse module
Browse files Browse the repository at this point in the history
  • Loading branch information
ROUX YVAN committed Feb 16, 2024
1 parent 5fa687b commit 72605ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!--<module>inrae-sixtine</module>-->

<!-- Dataverse module -->
<!-- <module>opensilex-dataverse</module>-->
<module>opensilex-dataverse</module>

<!-- Development module -->
<module>opensilex-dev-tools</module>
Expand Down Expand Up @@ -157,11 +157,11 @@
</dependency> -->

<!-- Dataverse dependency -->
<!-- <dependency>-->
<!-- <groupId>org.opensilex</groupId>-->
<!-- <artifactId>opensilex-dataverse</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.opensilex</groupId>
<artifactId>opensilex-dataverse</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 72605ef

Please sign in to comment.