Guest User

Untitled

a guest
May 23rd, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. mvn dependency:get -DrepoUrl=https://mvnrepository.com/artifact/org.uaparser/uap-scala -DgroupId=org.uaparser -DartifactId=uap-scala_2.11 -Dversion=0.3.0
  2.  
  3. mvn dependency:copy-dependencies -f /home/hadoop/.m2/repository/org/uaparser/uap-scala_2.11/0.3.0/uap-scala_2.11-0.3.0.pom -DoutputDirectory=/usr/lib/spark/jars/
  4.  
  5. sudo cp uap-scala_2.11-0.3.0.jar /usr/lib/spark/jars
  6.  
  7. <description>uap-scala</description>
  8. <version>0.3.0</version>
  9. <name>uap-scala</name>
  10. <organization>
  11. <name>org.uaparser</name>
  12. </organization>
  13. <url>https://github.com/ua-parser/uap-scala</url>
  14. <licenses>
  15. <license>
  16. <name>WTFPL</name>
  17. <url>http://www.wtfpl.net/about</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. </licenses>
  21. <scm>
  22. <url>git@github.com:ua-parser/uap-scala.git</url>
  23. <connection>scm:git:git@github.com:ua-parser/uap-scala.git</connection>
  24. </scm>
  25. <developers>
  26. <developer>
  27. <id>mcveat</id>
  28. <name>Piotr Adamski</name>
  29. <url>https://twitter.com/mcveat</url>
  30. </developer>
  31. <developer>
  32. <id>humanzz</id>
  33. <name>Ahmed Sobhi</name>
  34. <url>https://twitter.com/humanzz</url>
  35. </developer>
  36. <developer>
  37. <id>travisbrown</id>
  38. <name>Travis Brown</name>
  39. <url>https://twitter.com/travisbrown</url>
  40. </developer>
  41. </developers>
  42. <dependencies>
  43. <dependency>
  44. <groupId>org.scala-lang</groupId>
  45. <artifactId>scala-library</artifactId>
  46. <version>2.11.12</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.yaml</groupId>
  50. <artifactId>snakeyaml</artifactId>
  51. <version>1.20</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.specs2</groupId>
  55. <artifactId>specs2-core_2.11</artifactId>
  56. <version>2.5</version>
  57. <scope>test</scope>
  58. </dependency>
  59. </dependencies>
Add Comment
Please, Sign In to add comment