You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/27 12:43:02 UTC

[5/5] git commit: mysql-connector-java is not optional and provided

Updated Branches:
  refs/heads/master 0019e91d2 -> 76e4dcc4f


mysql-connector-java is not optional and provided


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/76e4dcc4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/76e4dcc4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/76e4dcc4

Branch: refs/heads/master
Commit: 76e4dcc4fab87a05cd6d22f00334fb39a1da372c
Parents: 7e0d1e8
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed Feb 27 12:42:29 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed Feb 27 12:42:29 2013 +0100

----------------------------------------------------------------------
 parent/pom.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/76e4dcc4/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e5c081c..642f235 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -867,6 +867,8 @@
                 <groupId>mysql</groupId>
                 <artifactId>mysql-connector-java</artifactId>
                 <version>5.1.21</version>
+                <optional>true</optional>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>c3p0</groupId>