Repository: airavata Updated Branches: refs/heads/develop 55f190ca1 -> 91ef607cf
commenting out mysql jar Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/91ef607c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/91ef607c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/91ef607c Branch: refs/heads/develop Commit: 91ef607cfc1f27323e36722ef24b940212abb89a Parents: 55f190c Author: Chathuri Wimalasena <[email protected]> Authored: Wed Feb 24 15:46:14 2016 -0500 Committer: Chathuri Wimalasena <[email protected]> Committed: Wed Feb 24 15:46:14 2016 -0500 ---------------------------------------------------------------------- modules/test-suite/multi-tenanted-airavata/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/91ef607c/modules/test-suite/multi-tenanted-airavata/pom.xml ---------------------------------------------------------------------- diff --git a/modules/test-suite/multi-tenanted-airavata/pom.xml b/modules/test-suite/multi-tenanted-airavata/pom.xml index 58a3b53..5853205 100644 --- a/modules/test-suite/multi-tenanted-airavata/pom.xml +++ b/modules/test-suite/multi-tenanted-airavata/pom.xml @@ -78,11 +78,11 @@ <artifactId>gson</artifactId> <version>2.3.1</version> </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>5.1.35</version> - </dependency> + <!--<dependency>--> + <!--<groupId>mysql</groupId>--> + <!--<artifactId>mysql-connector-java</artifactId>--> + <!--<version>5.1.35</version>--> + <!--</dependency>--> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derbyclient</artifactId>
