summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2007-07-16 21:55:33 +0000
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2007-07-16 21:55:33 +0000
commit18863d7f651e00d59ae4a4e5f66da53a39f8e508 (patch)
tree8260a1b5258cc0d82c82a2438ddba0d8dc14e199
parent40cf800503949929f1cf4860bfe9ee2912a7cbb7 (diff)
downloadcpptasks-parallel-18863d7f651e00d59ae4a4e5f66da53a39f8e508.tar.gz
cpptasks-parallel-18863d7f651e00d59ae4a4e5f66da53a39f8e508.tar.bz2
cpptasks-parallel-18863d7f651e00d59ae4a4e5f66da53a39f8e508.tar.xz
cpptasks-parallel-18863d7f651e00d59ae4a4e5f66da53a39f8e508.zip
Fixed compilation issue with JDK 1.6
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b21c2c9..d0170fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,19 @@
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>jdk1.6</id>
+ <activation>
+ <jdk>1.6</jdk>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ </dependencies>
+ </profile>
</profiles>
<dependencies>
<dependency>