diff options
author | Kaibo Zhou <kaibozhou@users.noreply.github.com> | 2019-01-16 14:48:24 +0800 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-01-16 08:48:24 +0200 |
commit | b03d327a8ca7c95ced5b1a821578619fb6ae2bc3 (patch) | |
tree | c1fd1881b10d4a33a217034c05293d0df541f996 /demo | |
parent | 078353208903a5157d271712509128a3d839673d (diff) | |
download | pf4j-b03d327a8ca7c95ced5b1a821578619fb6ae2bc3.tar.gz pf4j-b03d327a8ca7c95ced5b1a821578619fb6ae2bc3.zip |
Fix the plugins in the demo example did not load successfully (#276)
Diffstat (limited to 'demo')
-rw-r--r-- | demo/plugins/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml index 2d02ddb..c9690dd 100644 --- a/demo/plugins/pom.xml +++ b/demo/plugins/pom.xml @@ -102,9 +102,7 @@ <artifactId>pf4j-demo-api</artifactId> <version>${project.version}</version> <!-- !!! VERY IMPORTANT --> - <!-- <scope>provided</scope> - --> </dependency> </dependencies> |