aboutsummaryrefslogtreecommitdiffstats
path: root/demo/plugin1
diff options
context:
space:
mode:
Diffstat (limited to 'demo/plugin1')
-rw-r--r--demo/plugin1/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/demo/plugin1/pom.xml b/demo/plugin1/pom.xml
index e17c6ff..49cf1df 100644
--- a/demo/plugin1/pom.xml
+++ b/demo/plugin1/pom.xml
@@ -13,14 +13,6 @@
<packaging>jar</packaging>
<name>Demo Plugin #1</name>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
<properties>
<plugin.id>welcome-plugin</plugin.id>
<plugin.class>ro.fortsoft.pf4j.demo.welcome.WelcomePlugin</plugin.class>