1. 11 3月, 2016 1 次提交
  2. 29 2月, 2016 1 次提交
  3. 23 2月, 2016 1 次提交
    • T
      [FLINK-3460] [build] Set Flink dependencies in flink-streaming-connectors,... · 939768a1
      Till Rohrmann 提交于
      [FLINK-3460] [build] Set Flink dependencies in flink-streaming-connectors, flink-batch-connectors, cep, gelly and flink-ml modules to provided
      
      The flink-streaming-connectors all depend on flink-streaming-java in compile scope.
      This entails that this dependency is always pulled in, when you build a fat jar. By
      setting this dependency to provided, this will be avoided. Furthermore, the connectors
      are always used in conjunction with flink-streaming-java. This means that you will
      always have an explicit dependency import of flink-streaming-java in your build script.
      This allows you to run your program locally but it is also easy to exclude the dependency
      from being included in the fat jar by setting it to provided, as well.
      
      This closes #1683.
      939768a1
  4. 14 1月, 2016 1 次提交
  5. 23 10月, 2015 1 次提交
  6. 18 6月, 2015 1 次提交
  7. 20 3月, 2015 1 次提交
  8. 20 2月, 2015 1 次提交
  9. 20 12月, 2014 1 次提交
  10. 19 12月, 2014 4 次提交
  11. 17 12月, 2014 1 次提交
  12. 26 10月, 2014 1 次提交
  13. 02 10月, 2014 1 次提交
  14. 01 10月, 2014 1 次提交
  15. 27 8月, 2014 1 次提交
  16. 23 8月, 2014 1 次提交
  17. 14 8月, 2014 1 次提交
    • R
      Fixes on CDH4 build / Maven improvements: · 4ce973f6
      Robert Metzger 提交于
      - remove usages of commons-lang (we use only commons-lang3, as defined in flink-runtime/pom.xml)
      - Upgrade maven failsafe to 2.17 so that tests also fail if the test errors (exceptions during execution)
      - added new build profile "docs-and-source" that creates javadocs and source attachments. These are usually only needed when releasing (--> speed up the build)
      4ce973f6
  18. 06 8月, 2014 1 次提交
  19. 30 7月, 2014 1 次提交
    • D
      [FLINK-386] Fix and clean up dependencies · bef5e548
      Daniel Warneke 提交于
      - Upgraded to junit 4.11 and fixed code that used deprecated
      - Changed scala dependency from 2.10.3 to 2.10.4 to avoid conflicts with scalatest dependency
      - Upgraded log4j and commons-logging dependency
      - Removed superfluous dependency on commons-codec
      - Upgraded dependency versions in the base module
      - Ensured consistency of avro versions across submodules
      - Upgraded AWS dependency to version 1.8.1
      - Unified configuration of jetty dependency
      
      This closes #80.
      bef5e548
  20. 16 7月, 2014 1 次提交
  21. 11 7月, 2014 3 次提交
  22. 29 5月, 2014 1 次提交
  23. 06 5月, 2014 1 次提交
  24. 07 2月, 2014 1 次提交
  25. 07 1月, 2014 2 次提交
  26. 20 12月, 2013 2 次提交
  27. 14 12月, 2013 2 次提交
  28. 08 12月, 2013 1 次提交
  29. 05 12月, 2013 1 次提交
  30. 29 11月, 2013 1 次提交
  31. 26 11月, 2013 1 次提交
    • R
      New maven project "stratosphere-addons". · 6820a1e5
      Robert Metzger 提交于
      It contains code maintained by the project. (Most of them have a lot of dependencies and are not required by most users)
      Move pact-array-datamodel to stratosphere-addons
      Move pact-hbase to stratosphere-addons
      6820a1e5
  32. 19 10月, 2013 1 次提交