Skip to content

Commit 5942d28

Browse files
committed
Import range of slf4j versions
1 parent c8e9728 commit 5942d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.orbisgis</groupId>
66
<artifactId>java-network-analyzer</artifactId>
7-
<version>0.1.4</version>
7+
<version>0.1.5</version>
88
<packaging>bundle</packaging>
99
<name>Java-Network-Analyzer</name>
1010
<url>https://github.com/agouge/Java-Network-Analyzer</url>
@@ -54,6 +54,7 @@
5454
<Export-Package>org.javanetworkanalyzer.*</Export-Package>
5555
<Bundle-Category>Network Analysis</Bundle-Category>
5656
<Bundle-Icon>icon.png;size=32</Bundle-Icon>
57+
<Import-Package>org.slf4j;version="[1.6.0,1.7.5]",*</Import-Package>
5758
</instructions>
5859
</configuration>
5960
</plugin>

0 commit comments

Comments
 (0)