summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/testjars/pom-xml-warnings/META-INF/maven/com.yahoo.test/mybundle/pom.xml
blob: 1d28f3078249f5d2e6ceb4a0100d486dcc9de435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.yahoo.test</groupId>
    <artifactId>mybundle</artifactId>
    <packaging>container-plugin</packaging>
    <version>1.0.0</version>
    <dependencies>
        <dependency>
            <groupId>com.yahoo.vespa</groupId>
            <artifactId>vespa-http-client-extensions</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>