Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 94d647afd -> 40dae0305
Fix jdbc module pom (define slf4j dependency) Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/40dae030 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/40dae030 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/40dae030 Branch: refs/heads/karaf-3.0.x Commit: 40dae0305e5c4258f736df495a1661aba787acd7 Parents: 94d647a Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun May 11 22:03:30 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun May 11 22:03:30 2014 +0200 ---------------------------------------------------------------------- jdbc/core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/40dae030/jdbc/core/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/core/pom.xml b/jdbc/core/pom.xml index c431613..bae340c 100644 --- a/jdbc/core/pom.xml +++ b/jdbc/core/pom.xml @@ -44,6 +44,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.karaf</groupId> <artifactId>org.apache.karaf.util</artifactId> </dependency>
