Skip to content

Commit

Permalink
fix: archive management references
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Nov 5, 2024
1 parent 4be1246 commit 8d4e3a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
14 changes: 14 additions & 0 deletions module-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,18 @@
</parent>
<artifactId>plugin-workflow-hu-importer-base</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-administration-archive-management-lib</artifactId>
<version>24.10-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-administration-archive-management-base</artifactId>
<version>24.10-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,5 @@
<version>${project.version}</version>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>de.intranda.goobi.plugins.administration</groupId>
<artifactId>archive-management-gui</artifactId>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.intranda.goobi.plugins.administration</groupId>
<artifactId>archive-management-main</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>de.intranda.goobi.plugins.administration</groupId>
<artifactId>archive-management-gui</artifactId>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.intranda.goobi.plugins.administration</groupId>
<artifactId>archive-management-main</artifactId>
<version>1.1.3</version>
</dependency>
</dependencies>
</project>

0 comments on commit 8d4e3a8

Please sign in to comment.