0N/A<?
xml version="1.0" encoding="UTF-8"?>
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 0N/A Copyright (c) 2015 ForgeRock AS. All rights reserved. 0N/A The contents of this file are subject to the terms 0N/A of the Common Development and Distribution License 0N/A (the License). You may not use this file except in 0N/A compliance with the License. 0N/A You can obtain a copy of the License at 0N/A See the License for the specific language governing 0N/A permission and limitations under the License. 0N/A When distributing Covered Code, include this CDDL 0N/A Header Notice in each file and include the License file 1472N/A If applicable, add the following below the CDDL Header, 1472N/A with the fields enclosed by brackets [] replaced by 0N/A your own identifying information: 0N/A "Portions Copyrighted [year] [name of copyright owner]" 1879N/A <
modelVersion>4.0.0</
modelVersion>
1879N/A <
artifactId>connectors-parent</
artifactId>
0N/A <
artifactId>{{lower packageName}}-connector</
artifactId>
0N/A <
version>1.4.{{version}}</
version>
0N/A <
packaging>bundle</
packaging>
0N/A <
name>{{name}}</
name>
0N/A <
description>{{description}}</
description>
0N/A <!-- maven-compiler-plugin --> 0N/A <
connectorClass>{{packageName}}Connector</
connectorClass>
0N/A groovy.*;version="[2.2,3)",
0N/A groovyjar*;version="[2.2,3)",
0N/A <
id>forgerock-staging-repository</
id>
0N/A <
name>ForgeRock Release Repository</
name>
0N/A <
enabled>false</
enabled>
0N/A <
id>forgerock-snapshots-repository</
id>
0N/A <
name>ForgeRock Snapshot Repository</
name>
0N/A <
enabled>false</
enabled>
0N/A <
artifactId>groovy-connector</
artifactId>
0N/A <
version>1.4.2.0-SNAPSHOT</
version>
0N/A <
artifactId>connector-framework</
artifactId>
0N/A <
version>1.4.1.0</
version>
0N/A <
artifactId>groovy-all</
artifactId>
0N/A <
version>2.2.2</
version>
0N/A <
scope>provided</
scope>
0N/A <
artifactId>ivy</
artifactId>
0N/A <
version>2.4.0-rc1</
version>
0N/A <
scope>provided</
scope>
0N/A <!-- Scripted SQL --> 0N/A <
artifactId>tomcat-jdbc</
artifactId>
0N/A <
version>7.0.53</
version>
0N/A <
scope>provided</
scope>
0N/A <
optional>true</
optional>
0N/A <!-- Scripted REST --> 0N/A <
artifactId>http-builder</
artifactId>
0N/A <
version>0.7.1</
version>
0N/A <
scope>provided</
scope>
0N/A <
optional>true</
optional>
0N/A <
artifactId>httpclient</
artifactId>
0N/A <
artifactId>httpcore-osgi</
artifactId>
0N/A <
version>4.3.2</
version>
0N/A <
scope>provided</
scope>
0N/A <
optional>true</
optional>
0N/A <
artifactId>httpclient-osgi</
artifactId>
0N/A <
version>4.3.5</
version>
0N/A <
scope>provided</
scope>
0N/A <
optional>true</
optional>
0N/A <
artifactId>httpasyncclient-osgi</
artifactId>
0N/A <
version>4.0.2</
version>
0N/A <
scope>provided</
scope>
0N/A <
optional>true</
optional>
0N/A <
artifactId>json-resource</
artifactId>
0N/A <
version>2.4.0</
version>
0N/A <
scope>provided</
scope>
0N/A <
optional>true</
optional>
0N/A <
artifactId>maven-compiler-plugin</
artifactId>
0N/A <
artifactId>gmaven-plugin</
artifactId>
0N/A <
version>1.5</
version>
0N/A <
providerSelection>2.0</
providerSelection>
0N/A <
sourceEncoding>UTF-8</
sourceEncoding>
0N/A <
goal>generateStubs</
goal>
0N/A <
goal>compile</
goal>
0N/A <
artifactId>gmaven-runtime-2.0</
artifactId>
0N/A <
version>1.5</
version>
0N/A <
artifactId>groovy-all</
artifactId>
0N/A <
version>2.2.2</
version>
0N/A <
artifactId>maven-bundle-plugin</
artifactId>
0N/A <
extensions>true</
extensions>
0N/A <
Require-
Bundle>groovy-all</
Require-
Bundle>
0N/A <
artifactId>openicf-maven-plugin</
artifactId>
0N/A <
version>1.2.0</
version>
0N/A <
goal>reduce-pom</
goal>