ct.plugins.logback-appender.1.2.1.source-code.pom.xml Maven / Gradle / Ivy
<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/maven-v4_0_0.xsd"> <parent> <groupId>org.coosproject.plugins</groupId> <artifactId>logging-parent</artifactId> <version>1.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.coosproject.plugins</groupId> <artifactId>logback-appender</artifactId> <name>logback-appender</name> <packaging>bundle</packaging> <properties> <bundle.symbolicName>org.coosproject.plugin.logback-appender</bundle.symbolicName> <bundle.namespace>org.coos.plugin.logback.impl</bundle.namespace> </properties> <dependencies> <dependency> <groupId>org.coosproject.plugins</groupId> <artifactId>logserver-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.coosproject.plugins</groupId> <artifactId>logagent-plugin</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit</artifactId> <version>1.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-default</artifactId> <version>1.1.0</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <!-- This will install .composite --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> </plugin> </plugins> </build> </project>