diff options
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index dbedbbb..4f05a19 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -14,17 +14,17 @@ <name>PF4J</name> <description>Plugin Framework for Java</description> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <compilerArgument>-proc:none</compilerArgument> - </configuration> - </plugin> - </plugins> - </build> + <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> @@ -33,6 +33,11 @@ <version>1.7.5</version> </dependency> <dependency> + <groupId>com.github.zafarkhaja</groupId> + <artifactId>java-semver</artifactId> + <version>0.9.0</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> |