You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.aspectj</groupId>
  7. <artifactId>aspectj-parent</artifactId>
  8. <version>1.9.7.BUILD-SNAPSHOT</version>
  9. <relativePath>..</relativePath>
  10. </parent>
  11. <artifactId>taskdefs</artifactId>
  12. <packaging>jar</packaging>
  13. <name>taskdefs</name>
  14. <dependencies>
  15. <dependency>
  16. <groupId>org.aspectj</groupId>
  17. <artifactId>util</artifactId>
  18. <version>${project.version}</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.aspectj</groupId>
  22. <artifactId>bridge</artifactId>
  23. <version>${project.version}</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.aspectj</groupId>
  27. <artifactId>ajdoc</artifactId>
  28. <version>${project.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.aspectj</groupId>
  32. <artifactId>org.aspectj.ajdt.core</artifactId>
  33. <version>${project.version}</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>xml-apis</groupId>
  37. <artifactId>xml-apis</artifactId>
  38. <version>1.0</version>
  39. <scope>system</scope>
  40. <systemPath>${project.basedir}/../lib/ant/lib/xml-apis.jar</systemPath>
  41. </dependency>
  42. <dependency>
  43. <groupId>xercesImpl</groupId>
  44. <artifactId>xercesImpl</artifactId>
  45. <version>1.0</version>
  46. <scope>system</scope>
  47. <systemPath>${project.basedir}/../lib/ant/lib/xercesImpl.jar</systemPath>
  48. </dependency>
  49. <dependency>
  50. <groupId>ant</groupId>
  51. <artifactId>ant</artifactId>
  52. <version>1.0</version>
  53. <scope>system</scope>
  54. <systemPath>${project.basedir}/../lib/ant/lib/ant.jar</systemPath>
  55. </dependency>
  56. </dependencies>
  57. </project>