Repository: servicemix-bundles Updated Branches: refs/heads/master f188f8c7e -> b1b1c11d5
[SM-3260] Create OSGi bundle for spring-data-commons 1.12.1.RELEASE Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/ef4a9ad8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ef4a9ad8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ef4a9ad8 Branch: refs/heads/master Commit: ef4a9ad86885c3e77c4a00e72b0e341bf4a13f0f Parents: f188f8c Author: Kris Barnhoorn <[email protected]> Authored: Mon Jan 23 14:15:33 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Feb 19 22:34:21 2017 +0100 ---------------------------------------------------------------------- pom.xml | 1 + spring-data-commons-1.12.1.RELEASE/pom.xml | 148 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 11 ++ 3 files changed, 160 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ef4a9ad8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 12fb38e..1786b0e 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ <module>libphonenumber-8.3.0</module> <module>aws-java-sdk-1.11.92</mmodule> <module>spring-security-ldap-4.0.4.RELEASE</module> + <module>spring-data-commons-1.12.1.RELEASE</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ef4a9ad8/spring-data-commons-1.12.1.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-data-commons-1.12.1.RELEASE/pom.xml b/spring-data-commons-1.12.1.RELEASE/pom.xml new file mode 100644 index 0000000..2aa0e75 --- /dev/null +++ b/spring-data-commons-1.12.1.RELEASE/pom.xml @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>13-SNAPSHOT</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.spring-data-commons</artifactId> + <version>1.12.1.RELEASE_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + <tag>HEAD</tag> + </scm> + + <properties> + <pkgGroupId>org.springframework.data</pkgGroupId> + <pkgArtifactId>spring-data-commons</pkgArtifactId> + <pkgVersion>1.12.1.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework.data + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + javax.xml.transform;resolution:=optional, + com.fasterxml.jackson.annotation;resolution:=optional;version="[2,3)", + com.fasterxml.jackson.core;resolution:=optional;version="[2,3)", + com.fasterxml.jackson.databind*;resolution:=optional;version="[2,3)", + com.google.common.base;resolution:=optional;version="[15,20)", + com.querydsl.core*;resolution:=optional;version="[4,5)", + javax.enterprise*;resolution:=optional, + javax.inject;resolution:=optional, + javax.xml.bind.annotation;resolution:=optional, + javax.xml.bind.annotation.adapters;resolution:=optional, + javax.xml.transform.stream;resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.joda.time;resolution:=optional, + org.slf4j;resolution:=optional, + org.springframework.aop*;version="[4,5)", + org.springframework.asm;version="[4,5)", + org.springframework.beans*;version="[4,5)", + org.springframework.core*;version="[4,5)", + org.springframework.context*;version="[4,5)", + org.springframework.dao*;resolution:=optional;version="[4,5)", + org.springframework.expression*;resolution:=optional;version="[4,5)", + org.springframework.format*;version="[4,5)", + org.springframework.hateoas*;resolution:=optional, + org.springframework.oxm;resolution:=optional;version="[4,5)", + org.springframework.scheduling.annotation;version="[4,5)", + org.springframework.transaction*;resolution:=optional;version="[4,5)", + org.springframework.util*;version="[4,5)", + org.springframework.web*;resolution:=optional;version="[4,5)", + org.threeten.bp;resolution:=optional;version="[1.3,2)", + scala;resolution:=optional;version="[2.10,2.12)", + org.w3c.dom;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ef4a9ad8/spring-data-commons-1.12.1.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-data-commons-1.12.1.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-commons-1.12.1.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..50a012d --- /dev/null +++ b/spring-data-commons-1.12.1.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Data Commons module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m
