| Group ID: |
net.osgiliath.modules |
| Artifact ID: |
net.osgiliath.module.camel |
| Last modified: |
25.03.2016 18:09 |
| Packaging: |
jar |
| Name: |
additional helper for camel |
| Description: |
An exceptionMapper putting Validation exception in the body of the returned message |
|
|
| Size: |
5.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/osgiliath/modules/net.osgiliath.module.camel/0.3.2/net.osgiliath.module.camel-0.3.2.jar |
| POM: |
Show
hide
<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>net.osgiliath.modules</groupId>
<artifactId>net.osgiliath.modules</artifactId>
<version>0.3.2</version>
</parent>
<artifactId>net.osgiliath.module.camel</artifactId>
<name>additional helper for camel</name>
<description>An exceptionMapper putting Validation exception in the body of the returned message</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>net.osgiliath.module.cxf.exception.handling</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-http</artifactId>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jdom</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>net.osgiliath.modules</groupId>
<artifactId>net.osgiliath.module.camel</artifactId>
<version>0.3.2</version>
</dependency>
|
| Gradle: |
net.osgiliath.modules:net.osgiliath.module.camel:0.3.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|