Browse Source

Fix the plugins in the demo example did not load successfully (#276)

pull/277/head
Kaibo Zhou 6 years ago committed by Decebal Suiu
parent
commit
b03d327a8c
  1. 2
      demo/plugins/pom.xml

2
demo/plugins/pom.xml

@ -102,9 +102,7 @@
<artifactId>pf4j-demo-api</artifactId> <artifactId>pf4j-demo-api</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<!-- !!! VERY IMPORTANT --> <!-- !!! VERY IMPORTANT -->
<!--
<scope>provided</scope> <scope>provided</scope>
-->
</dependency> </dependency>
</dependencies> </dependencies>

Loading…
Cancel
Save