aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-10-10 15:11:23 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2013-10-10 15:11:23 +0300
commit78d959eb50b4606cc65e2f08cbf24d6441bc43bc (patch)
treef76e21bba6f7dfb22d7cd49bb67136240ef35ad7 /pf4j/pom.xml
parent198949b8b08b79cb4e3ae69aa9fcb1969bb7acf9 (diff)
downloadpf4j-78d959eb50b4606cc65e2f08cbf24d6441bc43bc.tar.gz
pf4j-78d959eb50b4606cc65e2f08cbf24d6441bc43bc.zip
remove sezpoz dependency
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml20
1 files changed, 13 insertions, 7 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 0859a55..52e120b 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -13,14 +13,20 @@
<packaging>jar</packaging>
<name>PF4J</name>
<description>Plugin Framework for Java</description>
-
- <dependencies>
- <dependency>
- <groupId>net.java.sezpoz</groupId>
- <artifactId>sezpoz</artifactId>
- <version>1.9</version>
- </dependency>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgument>-proc:none</compilerArgument>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>