diff options
author | decebal <decebal.suiu@asf.ro> | 2016-07-01 18:29:06 +0300 |
---|---|---|
committer | decebal <decebal.suiu@asf.ro> | 2016-07-01 18:29:06 +0300 |
commit | 3c23f02f990a210c1af8c2ed3d0278c43ac67fd8 (patch) | |
tree | fcb9cf32f84ff17fa90a78158266cce0c19843bb /demo/api | |
parent | f67d85feed7be08fe2f93e66b2b773e7823e397a (diff) | |
download | pf4j-3c23f02f990a210c1af8c2ed3d0278c43ac67fd8.tar.gz pf4j-3c23f02f990a210c1af8c2ed3d0278c43ac67fd8.zip |
Add some comments in pom.xml files of demo module
Diffstat (limited to 'demo/api')
-rw-r--r-- | demo/api/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index 0274f38..2d84a4b 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -29,6 +29,7 @@ <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pf4j</artifactId> <version>${project.version}</version> + <!-- !!! VERY IMPORTANT --> <scope>provided</scope> </dependency> </dependencies> |