Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapagliacci committed Jul 26, 2023
1 parent 8c7419d commit 819b2aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<groupId>info.magnolia</groupId>
<artifactId>magnolia-core</artifactId>
<version>${magnoliaBundleVersion}</version>
<exclusions>
<exclusion>
<groupId>com.thoughtworks.proxytoys</groupId>
<artifactId>proxytoys-site</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>info.magnolia.ui</groupId>
Expand Down Expand Up @@ -221,6 +227,13 @@
</plugins>
</build>
<repositories>
<repository>
<id>maven</id>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>magnolia.public</id>
<url>https://nexus.magnolia-cms.com/content/repositories/magnolia.public.releases</url>
Expand Down

0 comments on commit 819b2aa

Please sign in to comment.