Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <profiles>
  2. <profile>
  3.  
  4. <id>direct-runner</id>
  5.  
  6. <activation>
  7.  
  8. <activeByDefault>true</activeByDefault>
  9.  
  10. </activation>
  11.  
  12. <dependencies>
  13.  
  14. <dependency>
  15.  
  16. <groupId>org.apache.beam</groupId>
  17.  
  18. <artifactId>beam-runners-direct-java</artifactId>
  19.  
  20. <version>0.2.0-incubating</version>
  21.  
  22. </dependency>
  23.  
  24. </dependencies>
  25.  
  26. </profile>
  27. </profiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement