fbi-electronic-biometric-transmission-specification-adapter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ojbc.bundles.adapters</groupId> <artifactId>fbi-electronic-biometric-transmission-specification-adapter</artifactId> <version>1.0.10</version> </dependency>
<?xml version="1.0"?> <!-- 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-2017 Open Justice Broker Consortium --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ojbc.bundles.adapters</groupId> <artifactId>fbi-electronic-biometric-transmission-specification-adapter</artifactId> <packaging>bundle</packaging> <version>1.0.10</version> <name>OJB :: fbi-electronic-biometric-transmission-specification-adapter :: adapter</name> <url>http://www.ojbc.org</url> <parent> <groupId>org.ojbc.build</groupId> <artifactId>ojb-adapters-aggregate</artifactId> <version>1.0.0</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven-bundle-plugin-version>2.4.0</maven-bundle-plugin-version> <maven-surefire-plugin-version>2.17</maven-surefire-plugin-version> <camel-version>2.14.4</camel-version> <spring-version>3.2.11.RELEASE</spring-version> <cxf-version>3.0.5</cxf-version> <ojb-common-version>[3.0.0,)</ojb-common-version> <ojb-camel-common-version>[2.0.0,)</ojb-camel-common-version> <ojb-resources-common-version>[1.0.0,)</ojb-resources-common-version> <ojb-enhanced-audit-common-version>[1.0.2,)</ojb-enhanced-audit-common-version> <sn-interm-cmn-version>[2.0.3,)</sn-interm-cmn-version> <java-version>1.8</java-version> <saxon-version>9.5.1-5</saxon-version> <wss4j-version>1.5.6</wss4j-version> <h2-mock-database-version>[2.0.2,)</h2-mock-database-version> </properties> <dependencies> <dependency> <groupId>com.github.mhshams</groupId> <artifactId>jnbis</artifactId> <version>2.0.2</version> </dependency> <dependency> <groupId>org.ojbc.bundles.intermediaries</groupId> <artifactId>subscription-notification-service-intermediary-common</artifactId> <version>${sn-interm-cmn-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cxf</artifactId> <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-saxon</artifactId> <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring</artifactId> <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mail</artifactId> <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http4</artifactId> <version>${camel-version}</version> </dependency> <dependency> <groupId>org.ojbc.bundles.shared</groupId> <artifactId>ojb-common</artifactId> <version>${ojb-common-version}</version> </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-resources-common</artifactId> <version>${ojb-resources-common-version}</version> </dependency> <dependency> <groupId>org.ojbc.bundles.shared</groupId> <artifactId>ojb-enhanced-audit-common</artifactId> <version>${ojb-enhanced-audit-common-version}</version> </dependency> <dependency> <groupId>org.ojbc.bundles.utilities</groupId> <artifactId>h2-mock-database</artifactId> <version>${h2-mock-database-version}</version> </dependency> <!-- CXF libs --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>${cxf-version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf-version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> <version>${cxf-version}</version> </dependency> <dependency> <groupId>org.apache.cxf.services.sts</groupId> <artifactId>cxf-services-sts-core</artifactId> <version>${cxf-version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>${cxf-version}</version> </dependency> <dependency> <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> <version>${wss4j-version}</version> </dependency> <!-- for testing --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <version>${camel-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-spring3</artifactId> <version>${camel-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> <fork>true</fork> <meminitial>1024m</meminitial> <maxmem>2024m</maxmem> <source>${java-version}</source> <target>${java-version}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin-version}</version> <!-- Extra memory needed for camel context test to reference large arrest reporting wsdl --> <configuration> <argLine>-Xmx1048m</argLine> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${maven-bundle-plugin-version}</version> <extensions>true</extensions> <configuration> <instructions> <DynamicImport-Package>*</DynamicImport-Package> <Import-Package> org.springframework.beans.factory.config, javax.xml.namespace, ssp.*, org.ojbc.*, * </Import-Package> <Export-Package> </Export-Package> <Bundle-Name>${pom.name}</Bundle-Name> </instructions> </configuration> </plugin> <!-- Make reuseForks=false to fix the issue of junit tests pass but mvn test fails --> <!-- http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin-version}</version> <configuration> <reuseForks>false</reuseForks> <forkCount>1</forkCount> <runOrder>alphabetical</runOrder> </configuration> </plugin> </plugins> </build> </project>