message-handler-raven-bug-handler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.richtercloud</groupId> <artifactId>message-handler-raven-bug-handler</artifactId> <version>1.1</version> </dependency>
<?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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.richtercloud</groupId> <artifactId>maven-parent</artifactId> <version>16</version> </parent> <artifactId>message-handler-raven-bug-handler</artifactId> <version>1.1</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>de.richtercloud</groupId> <artifactId>message-handler</artifactId> <version>1.2</version> <type>jar</type> </dependency> <dependency> <groupId>com.getsentry.raven</groupId> <artifactId>raven</artifactId> <version>7.8.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.jetbrains.dokka</groupId> <artifactId>dokka-maven-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> </project>