diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml index ae4543708a..41a7c99fd2 100644 --- a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml @@ -74,8 +74,8 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/POJO_8012_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/POJO_8003_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/POJO_8012_TestCase.java</exclude><!-- see TUSCANY-3483 -->
+ <exclude>**/POJO_8003_TestCase.java</exclude><!-- see TUSCANY-3483 -->
<exclude>**/POJO_8002_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
</excludes>
</configuration>
|