Guest User

Untitled

a guest
Mar 17th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. diff --git a/pom.xml b/pom.xml
  2. index 3516067..9e8526e 100644
  3. --- a/pom.xml
  4. +++ b/pom.xml
  5. @@ -47,7 +47,7 @@
  6. </modules>
  7.  
  8. <properties>
  9. - <flink.version>1.1.4</flink.version>
  10. + <flink.version>1.2.0</flink.version>
  11. <log4j.configuration>log4j-test.properties</log4j.configuration>
  12. <slf4j.version>1.7.7</slf4j.version>
  13. <guava.version>18.0</guava.version>
  14. @@ -71,6 +71,12 @@
  15. <groupId>org.apache.flink</groupId>
  16. <artifactId>flink-test-utils_${scala.binary.version}</artifactId>
  17. <version>${flink.version}</version>
  18. + <exclusions>
  19. + <exclusion>
  20. + <groupId>org.apache.directory.jdbm</groupId>
  21. + <artifactId>apacheds-jdbm1</artifactId>
  22. + </exclusion>
  23. + </exclusions>
  24. </dependency>
  25. <!-- zeromq -->
  26. <dependency>
  27. @@ -172,4 +178,4 @@
  28. </repository>
  29. </distributionManagement>
  30.  
  31. -</project>
  32. \ No newline at end of file
  33. +</project>
Advertisement
Add Comment
Please, Sign In to add comment