diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-07-05 14:49:18 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-07-05 14:49:18 +0300 |
commit | dce2bfe925701e1177ddd0e966c8405d7740ebc9 (patch) | |
tree | 8e147f803665cbf9a15337ad838fc20d2917fb1a /demo/app/pom.xml | |
parent | 35599597b5d3976a989225f351ecc5853e5203a2 (diff) | |
download | pf4j-dce2bfe925701e1177ddd0e966c8405d7740ebc9.tar.gz pf4j-dce2bfe925701e1177ddd0e966c8405d7740ebc9.zip |
pom refactoring
Diffstat (limited to 'demo/app/pom.xml')
-rw-r--r-- | demo/app/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/demo/app/pom.xml b/demo/app/pom.xml index df04047..cef9586 100644 --- a/demo/app/pom.xml +++ b/demo/app/pom.xml @@ -12,14 +12,6 @@ <version>0.5-SNAPSHOT</version> <packaging>jar</packaging> <name>Demo App</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> <main.class>ro.fortsoft.pf4j.demo.Boot</main.class> |