diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2007-07-16 21:55:33 +0000 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2007-07-16 21:55:33 +0000 |
commit | 18863d7f651e00d59ae4a4e5f66da53a39f8e508 (patch) | |
tree | 8260a1b5258cc0d82c82a2438ddba0d8dc14e199 | |
parent | 40cf800503949929f1cf4860bfe9ee2912a7cbb7 (diff) | |
download | cpptasks-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.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |