File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ org.apache.jackrabbit.core.version.ModifyNonVersionableCheckedOutTest#testModify
357
357
358
358
Note: the ${config.db.name} database is dropped and re-created in the clean phase.
359
359
-->
360
- <profile >
360
+ <!-- JCR-5148 < profile >
361
361
<id >mysql</id >
362
362
<properties >
363
363
<config .db.name>jackrabbit</config .db.name>
@@ -375,7 +375,7 @@ org.apache.jackrabbit.core.version.ModifyNonVersionableCheckedOutTest#testModify
375
375
<config .db.dropcommand>drop database ${config.db.name} </config .db.dropcommand>
376
376
<config .db.createcommand>create database ${config.db.name} </config .db.createcommand>
377
377
</properties >
378
- </profile >
378
+ </profile > -->
379
379
<profile >
380
380
<id >mssql</id >
381
381
<properties >
@@ -443,13 +443,13 @@ org.apache.jackrabbit.core.version.ModifyNonVersionableCheckedOutTest#testModify
443
443
<groupId >org.codehaus.mojo</groupId >
444
444
<artifactId >sql-maven-plugin</artifactId >
445
445
<dependencies >
446
- <dependency >
446
+ <!-- JCR-5148 < dependency>
447
447
<groupId>mysql</groupId>
448
448
<artifactId>mysql-connector-java</artifactId>
449
449
<version>5.1.6</version>
450
450
<type>jar</type>
451
451
<scope>provided</scope>
452
- </dependency >
452
+ </dependency> -->
453
453
<dependency >
454
454
<groupId >net.sourceforge.jtds</groupId >
455
455
<artifactId >jtds</artifactId >
@@ -541,13 +541,13 @@ org.apache.jackrabbit.core.version.ModifyNonVersionableCheckedOutTest#testModify
541
541
</plugins >
542
542
</build >
543
543
<dependencies >
544
- <dependency >
544
+ <!-- JCR-5148 < dependency>
545
545
<groupId>mysql</groupId>
546
546
<artifactId>mysql-connector-java</artifactId>
547
547
<version>5.1.6</version>
548
548
<type>jar</type>
549
549
<scope>test</scope>
550
- </dependency >
550
+ </dependency> -->
551
551
<dependency >
552
552
<groupId >net.sourceforge.jtds</groupId >
553
553
<artifactId >jtds</artifactId >
You can’t perform that action at this time.
0 commit comments