
META-INF.maven.com.buession.logging.buession-logging-support-rest.pom.xml Maven / Gradle / Ivy
<?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"> <groupId>com.buession.logging</groupId> <name>Buession Logging Support Rest</name> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.buession.logging</groupId> <artifactId>buession-logging-parent</artifactId> <relativePath>../buession-logging-parent</relativePath> <version>0.0.4</version> </parent> <artifactId>buession-logging-support-rest</artifactId> <url>https://security.buession.com/</url> <description>Buession Logging Framework For Support Rest</description> <packaging>jar</packaging> <organization> <name>buession.com Inc.</name> <url>http://www.buession.com/</url> </organization> <developers> <developer> <id>yong.teng</id> <name>yong.teng</name> <email>[email protected]</email> <roles> <role>Project Manager</role> <role>Developer</role> </roles> </developer> </developers> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <scm> <connection>scm:git:https://github.com/buession/buession-logging.git</connection> <developerConnection>scm:git:https://github.com/buession/buession-logging.git</developerConnection> <url>https://github.com/buession/buession-logging</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/buession/buession-logging/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.buession.logging</groupId> <artifactId>buession-logging-support-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.buession</groupId> <artifactId>buession-httpclient</artifactId> <version>${buession.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> <build> <finalName>buession-logging-support-rest</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy