/plugin-module-codegen-api/pom.xml

https://bitbucket.org/mmeinhold/amps · XML · 33 lines · 30 code · 3 blank · 0 comment · 0 complexity · 0828045c1b5df4e3f5f09a5d2c6e6977 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>atlassian-amps-parent</artifactId>
  5. <groupId>com.atlassian.amps</groupId>
  6. <version>4.1.6-SNAPSHOT</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>plugin-module-codegen-api</artifactId>
  10. <packaging>jar</packaging>
  11. <name>Plugin Module Code Generator API</name>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.atlassian.fugue</groupId>
  15. <artifactId>fugue</artifactId>
  16. <scope>provided</scope>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.googlecode.guava-osgi</groupId>
  20. <artifactId>guava-osgi</artifactId>
  21. <scope>provided</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>dom4j</groupId>
  25. <artifactId>dom4j</artifactId>
  26. <version>1.4</version>
  27. <scope>provided</scope>
  28. </dependency>
  29. </dependencies>
  30. </project>