Guest User

Vorto MQTT Generator POM

a guest
Jan 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>org.springframework.boot</groupId>
  5. <artifactId>spring-boot-starter-parent</artifactId>
  6. <version>1.3.0.RELEASE</version>
  7. </parent>
  8. <groupId>mqtt.example</groupId>
  9. <artifactId>mqtt.example.client</artifactId>
  10. <version>1.0.0-SNAPSHOT</version>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.springframework.boot</groupId>
  14. <artifactId>spring-boot-starter</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-web</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.springframework.integration</groupId>
  22. <artifactId>spring-integration-mqtt</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>java.example</groupId>
  26. <artifactId>java.example.model</artifactId>
  27. <version>1.0.0-SNAPSHOT</version>
  28. </dependency>
  29. </dependencies>
  30. </project>
Add Comment
Please, Sign In to add comment