/maven-amps-plugin/src/it/copyBundledDependencies/pom.xml
https://bitbucket.org/mmeinhold/amps · XML · 51 lines · 48 code · 3 blank · 0 comment · 0 complexity · a43b7309aff5072bbd89e115415f764f MD5 · raw file
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.atlassian.amps.it</groupId>
- <artifactId>maven-amps-plugin-copy-bundled-dependencies-test</artifactId>
- <version>testing</version>
- <name>TestCopyBundledDependencies</name>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-${shitty.product}-plugin</artifactId>
- <version>testing</version>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>com.atlassian.pom</groupId>
- <artifactId>atlassian-base-pom</artifactId>
- <version>26</version>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.10</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </project>