Skip to content

Commit

Permalink
Deactivate RDG
Browse files Browse the repository at this point in the history
  • Loading branch information
Crejak committed Sep 4, 2023
1 parent 9442e51 commit b1dd9c1
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 @@ -487,7 +487,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 @@ -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 @@ -150,11 +150,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 b1dd9c1

Please sign in to comment.