summaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-04-14 17:44:15 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-04-14 17:44:15 +0300
commit7df691ccec5303aa3740919344e7c7cf556d7691 (patch)
treeec88cf00590c44239aa0fff61a667f6ee6f86661 /pf4j/pom.xml
parenteb24fa2b3257bd6e06fe7b5d32be46a1d3d63cf3 (diff)
downloadpf4j-7df691ccec5303aa3740919344e7c7cf556d7691.tar.gz
pf4j-7df691ccec5303aa3740919344e7c7cf556d7691.zip
update slf4j to 1.7.5
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 862ba4b..00e6cc6 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
+
<parent>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j-parent</artifactId>
@@ -25,19 +25,19 @@
</plugin>
</plugins>
</build>
-
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.6.4</version>
+ <version>1.7.5</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.8.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>