You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ra...@apache.org on 2015/11/24 18:52:06 UTC

[50/51] [abbrv] ignite git commit: Merge branch 'ignite-1.5' into ignite-1270.

http://git-wip-us.apache.org/repos/asf/ignite/blob/e3cf70c4/modules/core/pom.xml
----------------------------------------------------------------------
diff --cc modules/core/pom.xml
index 1993ccd,e02bb23..3d885b5
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@@ -34,24 -34,15 +34,31 @@@
      <version>1.5.0-SNAPSHOT</version>
      <url>http://ignite.apache.org</url>
  
+     <repositories>
+         <repository>
+             <id>ignite-portables-test-repo</id>
+             <url>file://${basedir}/src/test/portables/repo</url>
+         </repository>
+     </repositories>
+ 
      <properties>
          <ignite.update.notifier.product>apache-ignite</ignite.update.notifier.product>
 +
 +        <!-- Imports:
 +                - com.sun.jmx.mbeanserver => only used from TCKMBeanServerBuilder which has no usages within Ignite's
 +                  runtime codebase. Therefore, it's likely that code will not be hit during normal operation and we exclude it.
 +                - javax.enterprise.util is optional.
 +        -->
 +        <osgi.import.package>
 +            javax.enterprise.util;resolution:=optional,
 +            !com.sun.jmx.mbeanserver,
 +            *
 +        </osgi.import.package>
 +        <osgi.export.package>
 +            org.apache.ignite.*,
 +            org.jsr166.*;version=1.0.0;
 +            {local-packages}
 +        </osgi.export.package>
      </properties>
  
      <dependencies>

http://git-wip-us.apache.org/repos/asf/ignite/blob/e3cf70c4/parent/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/e3cf70c4/pom.xml
----------------------------------------------------------------------