Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>groupId</groupId>
  8. <artifactId>Online_Shopping</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10.  
  11. <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
  12. <dependencies>
  13. <dependency>
  14. <groupId>commons-fileupload</groupId>
  15. <artifactId>commons-fileupload</artifactId>
  16. <version>1.3</version>
  17. </dependency>
  18.  
  19. <!-- https://mvnrepository.com/artifact/org.jfree/jfreechart -->
  20. <dependency>
  21. <groupId>org.jfree</groupId>
  22. <artifactId>jfreechart</artifactId>
  23. <version>1.0.14</version>
  24. </dependency>
  25.  
  26. <!-- https://mvnrepository.com/artifact/javax.mail/mail -->
  27. <dependency>
  28. <groupId>javax.mail</groupId>
  29. <artifactId>mail</artifactId>
  30. <version>1.4</version>
  31. </dependency>
  32.  
  33.  
  34. </dependencies>
  35.  
  36.  
  37. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement