5394N/A<?
xml version="1.0" encoding="UTF-8"?>
5394N/A ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 5394N/A ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved 5394N/A ~ The contents of this file are subject to the terms 5394N/A ~ of the Common Development and Distribution License 5394N/A ~ (the License). You may not use this file except in 5394N/A ~ compliance with the License. 5394N/A ~ You can obtain a copy of the License at 5394N/A ~ See the License for the specific language governing 5394N/A ~ permission and limitations under the License. 5394N/A ~ When distributing Covered Code, include this CDDL 5394N/A ~ Header Notice in each file and include the License file 5394N/A ~ If applicable, add the following below the CDDL Header, 5394N/A ~ with the fields enclosed by brackets [] replaced by 5394N/A ~ your own identifying information: 5394N/A ~ "Portions Copyrighted [year] [name of copyright owner]" 5394N/A <
modelVersion>4.0.0</
modelVersion>
5394N/A <
artifactId>openidm-project</
artifactId>
5394N/A <
artifactId>openidm-repo-jdbc</
artifactId>
5394N/A <
packaging>bundle</
packaging>
5394N/A <
name>OpenIDM Repository Bundle - JDBC</
name>
5394N/A <
description>This bundle implement the RDBMS based repository with plain JDBC</
description>
5394N/A <
artifactId>openidm-enhanced-config</
artifactId>
5394N/A <
artifactId>openidm-config</
artifactId>
5394N/A <
artifactId>openidm-smartevent</
artifactId>
5394N/A <
artifactId>openidm-repo</
artifactId>
5394N/A <
artifactId>openidm-util</
artifactId>
5394N/A <
artifactId>json-patch</
artifactId>
5395N/A <
artifactId>forgerock-guava-collect</
artifactId>
5394N/A <!-- Provided OSGi Dependencies --> 5394N/A <!-- Provided Dependencies --> 5394N/A <
artifactId>bonecp</
artifactId>
5394N/A <!-- Can close statements upon connection close --> 5394N/A <!--<version>0.8.0-SNAPSHOT</version>--> 5423N/A <
artifactId>guava</
artifactId>
5423N/A <
artifactId>testng</
artifactId>
5423N/A <
artifactId>fest-assert-core</
artifactId>
5423N/A <
artifactId>mockito-all</
artifactId>
5443N/A <
artifactId>dbunit</
artifactId>
5394N/A <
artifactId>hsqldb</
artifactId>
5454N/A <
artifactId>mysql-connector-java</
artifactId>
5454N/A <
artifactId>forgerock-util</
artifactId>
5454N/A <
artifactId>maven-scr-plugin</
artifactId>
5454N/A <
id>generate-scr-scrdescriptor</
id>
5454N/A <
artifactId>maven-bundle-plugin</
artifactId>
5394N/A <
extensions>true</
extensions>
5394N/A <!-- Need to be able to dynamically find DB drivers --> 5751N/A <
DynamicImport-
Package>*</
DynamicImport-
Package>
5751N/A <
Embed-
Dependency>bonecp;guava;scope=provided</
Embed-
Dependency>