| <?xml version="1.0" encoding="UTF-8"?> |
| <!--#======================================================================= --> |
| <!--# Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany). --> |
| <!--# All rights reserved. This program and the accompanying materials --> |
| <!--# are made available under the terms of the Eclipse Public License 2.0 --> |
| <!--# which accompanies this distribution, and is available at --> |
| <!--# https://www.eclipse.org/legal/epl-2.0/ --> |
| <!--# --> |
| <!--# SPDX-License-Identifier: EPL-2.0 --> |
| <!--# --> |
| <!--# Contributors: --> |
| <!--# Christophe Loetz (Loetz GmbH&Co.KG) - initial API and implementation --> |
| <!--#======================================================================= --> |
| <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/xsd/maven-4.0.0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.eclipse.osbp.releng.maven</groupId> |
| <artifactId>org.eclipse.osbp.releng.maven.parent.mbp2</artifactId> |
| <version>0.9.0-SNAPSHOT</version> |
| <relativePath /> |
| </parent> |
| |
| <groupId>org.eclipse.osbp.dependencies</groupId> |
| <artifactId>org.eclipse.osbp.dependencies.bundle.mondrian.4.3.1.8-209.osgi</artifactId> |
| <packaging>bundle</packaging> |
| |
| <properties> |
| <osbp.build.ignore.baseline>true</osbp.build.ignore.baseline> |
| </properties> |
| |
| <scm> |
| <connection>${osbp.scm.connection}</connection> |
| <developerConnection>${osbp.scm.connection.dev}</developerConnection> |
| <tag>HEAD</tag> |
| </scm> |
| <repositories> |
| <repository> |
| <id>pentaho-releases</id> |
| <url>https://nexus.pentaho.org/repository/omni/</url> |
| </repository> |
| <repository> |
| <id>pentaho-public-releases</id> |
| <url>https://nexus.pentaho.org/repository/proxy-pentaho-public-release-group/</url> |
| </repository> |
| </repositories> |
| |
| <dependencies> |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12661 --> |
| <dependency> |
| <groupId>commons-discovery</groupId> |
| <artifactId>commons-discovery</artifactId> |
| <version>0.2</version> |
| </dependency> |
| |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12688 --> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>1.2</version> |
| </dependency> |
| |
| <!-- https://mvnrepository.com/artifact/commons-math/commons-math --> |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15197 --> |
| <dependency> |
| <groupId>commons-math</groupId> |
| <artifactId>commons-math</artifactId> |
| <version>1.2</version> |
| </dependency> |
| |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12683 --> |
| <!-- <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> |
| <version>3.4.0</version> </dependency> --> |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=?????? --> |
| <dependency> |
| <groupId>pentaho</groupId> |
| <artifactId>mondrian</artifactId> |
| <version>4.3.1.8-209</version> |
| </dependency> |
| <dependency> |
| <groupId>pentaho</groupId> |
| <artifactId>mondrian</artifactId> |
| <version>4.3.1.8-209</version> |
| <classifier>sources</classifier> |
| </dependency> |
| |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15065 --> |
| <dependency> |
| <groupId>eigenbase</groupId> |
| <artifactId>eigenbase-properties</artifactId> |
| <version>1.1.2</version> |
| </dependency> |
| <dependency> |
| <groupId>eigenbase</groupId> |
| <artifactId>eigenbase-properties</artifactId> |
| <version>1.1.2</version> |
| <classifier>sources</classifier> |
| </dependency> |
| |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15066 --> |
| <dependency> |
| <groupId>eigenbase</groupId> |
| <artifactId>eigenbase-resgen</artifactId> |
| <version>1.3.1</version> |
| </dependency> |
| <dependency> |
| <groupId>eigenbase</groupId> |
| <artifactId>eigenbase-resgen</artifactId> |
| <version>1.3.1</version> |
| <classifier>sources</classifier> |
| </dependency> |
| |
| <!-- CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15067 --> |
| <dependency> |
| <groupId>eigenbase</groupId> |
| <artifactId>eigenbase-xom</artifactId> |
| <version>1.3.1</version> |
| </dependency> |
| <dependency> |
| <groupId>eigenbase</groupId> |
| <artifactId>eigenbase-xom</artifactId> |
| <version>1.3.1</version> |
| <classifier>sources</classifier> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.osbp.dependencies</groupId> |
| <artifactId> |
| org.eclipse.osbp.dependencies.bundle.olap4j.osgi |
| </artifactId> |
| <version>1.2.0-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.olap4j</groupId> |
| <artifactId>olap4j-xmlaserver</artifactId> |
| <version>1.2.0</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.osbp.dependencies</groupId> |
| <artifactId> |
| org.eclipse.osbp.dependencies.bundle.commons.vfs.osgi |
| </artifactId> |
| <version>1.0.0-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.osbp.dependencies</groupId> |
| <artifactId> |
| org.eclipse.osbp.dependencies.bundle.jackrabbit.jcr.commons.osgi |
| </artifactId> |
| <version>2.1.0-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.osbp.dependencies</groupId> |
| <artifactId> |
| org.eclipse.osbp.dependencies.bundle.jackrabbit.webdav.osgi |
| </artifactId> |
| <version>2.3.3-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.osbp.dependencies</groupId> |
| <artifactId> |
| org.eclipse.osbp.dependencies.bundle.java-cup.osgi |
| </artifactId> |
| <version>0.11a-SNAPSHOT</version> |
| </dependency> |
| |
| </dependencies> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-bundle-plugin</artifactId> |
| <version>${mbp.version}</version> |
| <extensions>true</extensions> |
| <configuration> |
| <instructions> |
| <Bundle-Name>mondrian.osgi</Bundle-Name> |
| <!-- do not build a .qualifier version org.eclipse.gemini.dbaccess.oracle |
| requires the RELEASE --> |
| <Bundle-Version>3.999.999.${osgi-version-qualifier}</Bundle-Version> |
| <Bundle-SymbolicName>mondrian.osgi</Bundle-SymbolicName> |
| <Embed-Dependency> |
| groupId=pentaho;artifactId=mondrian;version=4.3.1.8-209;classifier=sources;scope=compile;inline=true, |
| groupId=eigenbase;artifactId=eigenbase-properties;classifier=sources;scope=compile;inline=true, |
| groupId=eigenbase;artifactId=eigenbase-resgen;classifier=sources;scope=compile;inline=true, |
| groupId=eigenbase;artifactId=eigenbase-xom;classifier=sources;scope=compile;inline=true, |
| groupId=pentaho;artifactId=mondrian;version=4.3.1.8-209;scope=compile;inline=true, |
| groupId=eigenbase;artifactId=eigenbase-properties;scope=compile;inline=true, |
| groupId=eigenbase;artifactId=eigenbase-resgen;scope=compile;inline=true, |
| groupId=eigenbase;artifactId=eigenbase-xom;scope=compile;inline=true, |
| groupId=commons-math;artifactId=commons-math;version=1.2;scope=compile;inline=true, |
| groupId=commons-logging;artifactId=commons-logging;version=1.2;scope=compile;inline=true, |
| groupId=commons-discovery;artifactId=commons-discovery;version=0.2;scope=compile;inline=true |
| </Embed-Dependency> |
| <Import-Package> |
| org.osgi.framework;version="1.3.0", |
| </Import-Package> |
| <Export-Package> |
| mondrian*;version="3.999.999", |
| org.eigenbase*;version="1.3.1" |
| </Export-Package> |
| <Require-Bundle> |
| olap4j.osgi;bundle-version="1.2.0", |
| org.olap4j.xmlaserver;bundle-version="1.2.0", |
| org.apache.log4j;bundle-version="1.2.15", |
| org.apache.commons.collections;bundle-version="3.2.2", |
| org.apache.commons.dbcp;bundle-version="1.4.0", |
| org.apache.commons.pool;bundle-version="1.6.0", |
| org.apache.commons.io;bundle-version="2.1.0", |
| commons-vfs-osgi;bundle-version="1.0.0", |
| org.apache.commons.vfs;bundle-version="2.0.0", |
| org.apache.commons.net;bundle-version="3.2.0", |
| jackrabbit-jcr-commons-osgi;bundle-version="2.1.0", |
| org.apache.commons.math3;bundle-version="3.4.0", |
| jackrabbit-webdav-osgi;bundle-version="2.1.0" |
| </Require-Bundle> |
| <Include-Resource>{maven-resources},LICENSE.txt,mondrian.properties,about_files/=about_files,META-INF/=META-INF/,about.html,about.ini,about.mappings,about.properties</Include-Resource> |
| <_nouses>true</_nouses> |
| </instructions> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| </project> |