Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 7076ca9

Browse files
committed
add dependency to bundler plugin
1 parent 7bf38a9 commit 7076ca9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<artifactId>maven-release-plugin</artifactId>
216216
<version>2.5.2</version>
217217
</plugin>
218+
<plugin>
219+
<groupId>com.microsoft.azure</groupId>
220+
<artifactId>bundler-maven-plugin</artifactId>
221+
<version>0.0.1</version>
222+
</plugin>
218223
</plugins>
219224
</pluginManagement>
220225
</build>

0 commit comments

Comments
 (0)