liquid-relay-fuse-esb-interceptor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.paultegelaar.liquid.relay</groupId> <artifactId>liquid-relay-fuse-esb-interceptor</artifactId> <version>1.0.0</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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>nl.paultegelaar.liquid.relay</groupId> <artifactId>liquid-relay-fuse-esb-interceptor</artifactId> <packaging>bundle</packaging> <version>1.0.0</version> <name>${project.groupId}:${project.artifactId}</name> <scm> <connection>scm:git:https://github.com/rjptegelaar/liquid-relay-fuse-esb-interceptor</connection> <developerConnection>scm:git:git@github.com:rjptegelaar/liquid-relay-fuse-esb-interceptor</developerConnection> <url>https://github.com/rjptegelaar/liquid-relay-fuse-esb-interceptor.git</url> <tag>liquid-relay-fuse-esb-interceptor-1.0.0</tag> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <gozirra.version>0.4.1</gozirra.version> <gson.version>2.3</gson.version> </properties> <dependencies> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.2</version> </dependency> <!-- support camel documentation --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>apt</artifactId> <version>2.18.2</version> </dependency> <!-- logging --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.7</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.7</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.7</version> <scope>test</scope> </dependency> <!-- LIQUID --> <dependency> <groupId>nl.paultegelaar.liquid.relay</groupId> <artifactId>RelayApi</artifactId> <version>1.0.2</version> <exclusions> <exclusion> <artifactId>gozirra-client</artifactId> <groupId>net.ser1</groupId> </exclusion> <exclusion> <artifactId>gson</artifactId> <groupId>com.google.code.gson</groupId> </exclusion> <exclusion> <artifactId>RelayInterfaces</artifactId> <groupId>nl.paultegelaar.liquid.relay</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>nl.paultegelaar.liquid.relay</groupId> <artifactId>liquid-relay-camel-converter</artifactId> <version>1.0.2</version> <exclusions> <exclusion> <artifactId>RelayInterfaces</artifactId> <groupId>nl.paultegelaar.liquid.relay</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>nl.paultegelaar.liquid.relay</groupId> <artifactId>RelayInterfaces</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>nl.paultegelaar.liquid.relay</groupId> <artifactId>liquid-legacy-async</artifactId> <version>1.0.2</version> <exclusions> <exclusion> <artifactId>RelayInterfaces</artifactId> <groupId>nl.paultegelaar.liquid.relay</groupId> </exclusion> </exclusions> </dependency> <!-- GSON --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> </dependency> <!-- STOMP --> <dependency> <groupId>net.ser1</groupId> <artifactId>gozirra-client</artifactId> <version>${gozirra.version}</version> </dependency> <!-- testing --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <version>2.18.2</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> <extensions>true</extensions> <configuration> <instructions> <Import-Package>nl.paultegelaar.liquid.relay.*,org.apache.camel;version="[2.12.0,3.0.0)",org.apache.camel.impl;version="[2.12.0,3.0.0)",org.apache.camel.spi;version="[2.12.0,3.0.0)",!com.mysema.query.types,!com.mysema.query.types.path,!javax.persistence,!javax.security.auth.login,!javax.xml.bind.annotation,!javax.xml.bind.annotation.adapters,!org.slf4j,!org.springframework.scheduling.annotation,*</Import-Package> <Bundle-SymbolicName>nl.paultegelaar.liquid.relay.liquid-relay-fuse-esb-interceptor</Bundle-SymbolicName> <Export-Service>org.apache.camel.spi.ComponentResolver;component=liquid</Export-Service> <Embed-Dependency>liquid-legacy-async,liquid-relay-camel-converter,RelayApi,RelayInterfaces,gozirra-client,gson;scope=compile</Embed-Dependency> </instructions> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <remoteTagging>true</remoteTagging> <resume>false</resume> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <keyname>paultegelaar</keyname> <passphrase>${gpg-passphrase}</passphrase> </configuration> </execution> </executions> </plugin> </plugins> </build> <distributionManagement> <repository> <id>bintray</id> <url>https://api.bintray.com/maven/paultegelaar/maven/liquid-relay-fuse-esb-interceptor</url> </repository> <snapshotRepository> <id>pte-snapshots</id> <name>internal snapshots</name> <url>${snapshots-url}</url> </snapshotRepository> </distributionManagement> <url>https://github.com/rjptegelaar/liquid-relay-fuse-esb-interceptor</url> <description>Liquid interceptor for Fuse ESB. Is used for the monitoring of message flows through Fuse ESB.</description> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Paul Tegelaar</name> <email>tegelaarpaul@gmail.com</email> <organization>Paul Tegelaar</organization> <organizationUrl>http://www.paultegelaar.nl</organizationUrl> </developer> </developers> </project>