Skip to content

Commit

Permalink
Revert "Enable dataverse"
Browse files Browse the repository at this point in the history
This reverts commit be25ff8.
  • Loading branch information
Crejak committed Jul 17, 2024
1 parent 355265e commit 492da93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion opensilex-front/front/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function loadTheme(vueJsService: VueJsService, config: FrontConfigDTO) {
$opensilex.loadModules([
"opensilex-security",
"opensilex-core",
"opensilex-dataverse"
// "opensilex-dataverse"
]).then(() => {
$opensilex.initAsyncComponents(components).then(() => {
console.debug("Default components loaded !");
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 @@ -167,11 +167,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 492da93

Please sign in to comment.