Skip to content

Commit 5c5d1a0

Browse files
authored
Update pom.xml
1 parent d2dcc7e commit 5c5d1a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@
3333
</snapshotRepository>
3434
</distributionManagement>
3535

36+
<!-- Include the Maven Plugin Repository -->
37+
<pluginRepositories>
38+
<pluginRepository>
39+
<id>sonatype</id>
40+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
41+
</pluginRepository>
42+
</pluginRepositories>
43+
3644
<dependencies>
37-
3845
<!-- Core Dependencies -->
3946

4047
<dependency>

0 commit comments

Comments
 (0)