Skip to content

Commit

Permalink
[DQ-58] Removes circular dependency for addon-dataquality
Browse files Browse the repository at this point in the history
  • Loading branch information
vins01-4science committed Dec 13, 2024
1 parent 32a09f2 commit aca7da1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
17 changes: 0 additions & 17 deletions dspace-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,23 +351,6 @@
</dependencies>
</profile>

<profile>
<id>addon-dataquality</id>
<activation>
<property>
<name>dq.on</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>it.4science.dspace</groupId>
<artifactId>addon-dataquality</artifactId>
<version>${addon-dataquality.version}</version>
<type>jar</type>
</dependency>
</dependencies>
</profile>

<!-- Builds Orchestrator addon for DSpace -->
<profile>
<id>addon-orchestrator</id>
Expand Down
16 changes: 16 additions & 0 deletions dspace/modules/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,22 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>addon-dataquality</id>
<activation>
<property>
<name>dq.on</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>it.4science.dspace</groupId>
<artifactId>addon-dataquality</artifactId>
<version>${addon-dataquality.version}</version>
<type>jar</type>
</dependency>
</dependencies>
</profile>
</profiles>

<dependencies>
Expand Down

0 comments on commit aca7da1

Please sign in to comment.