Skip to content

Commit

Permalink
MET-6224 missing dependencies added to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pWoz committed Dec 10, 2024
1 parent 4053bc5 commit 302f298
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions enrichment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
</dependency>

<dependency>
<groupId>eu.europeana.metis-processing-engine</groupId>
<artifactId>metis-processing-engine-commons</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions media/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
</dependency>

<dependency>
<groupId>eu.europeana.metis-processing-engine</groupId>
<artifactId>metis-processing-engine-commons</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions normalization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
</dependency>

<dependency>
<groupId>eu.europeana.metis-processing-engine</groupId>
<artifactId>metis-processing-engine-commons</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions transformation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
</dependency>

<dependency>
<groupId>eu.europeana.metis-processing-engine</groupId>
<artifactId>metis-processing-engine-commons</artifactId>
Expand Down

0 comments on commit 302f298

Please sign in to comment.