summaryrefslogtreecommitdiffstats
path: root/sql-resource/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sql-resource/provider/pom.xml')
-rwxr-xr-xsql-resource/provider/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sql-resource/provider/pom.xml b/sql-resource/provider/pom.xml
index c72c9048e..e9b68be42 100755
--- a/sql-resource/provider/pom.xml
+++ b/sql-resource/provider/pom.xml
@@ -50,13 +50,18 @@
<dependency>
<groupId>equinoxSDK381</groupId>
<artifactId>org.eclipse.osgi</artifactId>
+ <version>${equinox.osgi.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>