summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demo/api/pom.xml1
-rw-r--r--demo/plugins/pom.xml5
2 files changed, 3 insertions, 3 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>
diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml
index 657a516..a265819 100644
--- a/demo/plugins/pom.xml
+++ b/demo/plugins/pom.xml
@@ -64,9 +64,6 @@
</goals>
</pluginExecutionFilter>
<action>
- <!--
- <execute />
- -->
<execute>
<runOnIncremental>true</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
@@ -91,6 +88,7 @@
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>${project.version}</version>
+ <!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
@@ -98,6 +96,7 @@
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-api</artifactId>
<version>${project.version}</version>
+ <!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
</dependencies>