Download ojb-fedquery-common-2.0.0.jar file

Introduction

You can download ojb-fedquery-common-2.0.0.jar in this page.

License

RPL License

Type List

ojb-fedquery-common-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ojbc.bundles.shared/ojb-fedquery-common/pom.properties
META-INF/maven/org.ojbc.bundles.shared/ojb-fedquery-common/pom.xml
org.ojbc.util.fedquery.FederatedQueryDataSourceAdapter.class
org.ojbc.util.fedquery.FederatedQueryProfile.class
org.ojbc.util.fedquery.entityResolution.EntityResolutionResponseHandlerAggregator.class
org.ojbc.util.fedquery.error.IncidentSearchErrorProcessor.class
org.ojbc.util.fedquery.error.MergeNotificationErrorProcessor.class
org.ojbc.util.fedquery.processor.DefaultFederatedSearchTimeoutProcessor.class
org.ojbc.util.fedquery.processor.ExchangeDestinationLookupStrategy.class
org.ojbc.util.fedquery.processor.FederatedQueryMessageProcessor.class
org.ojbc.util.fedquery.processor.FederatedQueryResponseHandlerAggregator.class
org.ojbc.util.fedquery.processor.FederatedQueryTimeoutProcessorStrategy.class
org.ojbc.util.fedquery.processor.HashMapReplyToProcessor.class
org.ojbc.util.fedquery.processor.PrepareFederatedQueryMessage.class
org.ojbc.util.fedquery.processor.RecordSourceExchangeDestinationLookupStrategy.class
org.ojbc.util.fedquery.processor.RemoveSoapActionInInterceptor.class
org.ojbc.util.fedquery.processor.RetryProcessor.class
org.ojbc.util.fedquery.processor.WSAddressingReplyToManager.class

Pom

ojb-fedquery-common-2.0.0.pom file content.

<!--

    Unless explicitly acquired and licensed from Licensor under another license, the contents of
    this file are subject to the Reciprocal Public License ("RPL") Version 1.5, or subsequent
    versions as allowed by the RPL, and You may not copy or use this file in either source code
    or executable form, except in compliance with the terms and conditions of the RPL

    All software distributed under the RPL is provided strictly on an "AS IS" basis, WITHOUT
    WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND LICENSOR HEREBY DISCLAIMS ALL SUCH
    WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
    PARTICULAR PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific language
    governing rights and limitations under the RPL.

    http://opensource.org/licenses/RPL-1.5

    Copyright 2012-2015 Open Justice Broker Consortium

-->
<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>org.ojbc.bundles.shared</groupId>
	<artifactId>ojb-fedquery-common</artifactId>
	<packaging>bundle</packaging>
	<version>2.0.0</version>
	<name>OJB :: ojb-fedquery-common :: Shared</name>
	<url>http://www.ojbc.org</url>

	<parent>
		<groupId>org.ojbc.build</groupId>
	  <artifactId>ojb-shared-aggregate</artifactId>
	  <version>1.0.0</version>
	</parent>

	<properties>
		<junit-version>4.10</junit-version>
		<ojb-camel-common-version>[2.0.0,)</ojb-camel-common-version>
		<ojb-common-version>[3.0.0,)</ojb-common-version>
		<xmlunit.version>1.5</xmlunit.version>
		<java-version>1.8</java-version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>xmlunit</groupId>
			<artifactId>xmlunit</artifactId>
			<version>${xmlunit.version}</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.ojbc.bundles.shared</groupId>
			<artifactId>ojb-camel-common</artifactId>
			<version>${ojb-camel-common-version}</version>
		</dependency>
		<dependency>
			<groupId>org.ojbc.bundles.shared</groupId>
			<artifactId>ojb-common</artifactId>
			<version>${ojb-common-version}</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>${junit-version}</version>
			<scope>test</scope>
		</dependency>
  </dependencies>

	<build>
		<defaultGoal>install</defaultGoal>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<source>${java-version}</source>
					<target>${java-version}</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<extensions>true</extensions>
				<configuration>
					<instructions>
						<import-package>
							!org.junit.*,
							!org.custommonkey
						</import-package>
						<Export-Package>org.ojbc.util.fedquery.*</Export-Package>
					</instructions>
				</configuration>
			</plugin>

		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>org.ojbc.bundles.shared</groupId>
   <artifactId>ojb-fedquery-common</artifactId>
   <version>2.0.0</version>
</dependency>

Download

If you think the following ojb-fedquery-common-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ojb-fedquery-common-2.0.0.jar file




PreviousNext

Related