/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
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <parent>
- <artifactId>atlassian-amps-parent</artifactId>
- <groupId>com.atlassian.amps</groupId>
- <version>4.1.6-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>plugin-module-codegen-api</artifactId>
- <packaging>jar</packaging>
- <name>Plugin Module Code Generator API</name>
- <dependencies>
- <dependency>
- <groupId>com.atlassian.fugue</groupId>
- <artifactId>fugue</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.googlecode.guava-osgi</groupId>
- <artifactId>guava-osgi</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.4</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- </project>