Skip to content

Commit

Permalink
Add version dependency in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapagliacci committed Jul 18, 2023
1 parent 247c242 commit ec71ed3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-templating</artifactId>
<version>6.2.8</version>
</dependency>

<dependency>
<groupId>info.magnolia.publishing</groupId>
<artifactId>magnolia-publishing-core</artifactId>
<version>1.2.5</version>
</dependency>

<dependency>
<groupId>info.magnolia.publishing</groupId>
<artifactId>magnolia-publishing-receiver</artifactId>
Expand All @@ -73,6 +75,7 @@
<dependency>
<groupId>info.magnolia.templating</groupId>
<artifactId>magnolia-templating-essentials-models</artifactId>
<version>1.5.3</version>
</dependency>

<!-- Elastic Search integration v8 -->
Expand Down

0 comments on commit ec71ed3

Please sign in to comment.