pom.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.bk</groupId>
  8. <artifactId>bk-parent</artifactId>
  9. <version>0.0.1</version>
  10. <relativePath>../bk-parent/pom.xml</relativePath>
  11. </parent>
  12. <groupId>com.bk.wd.web</groupId>
  13. <artifactId>bk-wd-web</artifactId>
  14. <packaging>war</packaging>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.bk.sys.cas</groupId>
  18. <artifactId>bk-sys-cas</artifactId>
  19. <version>0.0.1</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.bk.wd</groupId>
  23. <artifactId>bk-wd-service</artifactId>
  24. <version>0.0.1</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.bk.wd.pl.service</groupId>
  28. <artifactId>bk-wd-pl-service</artifactId>
  29. <version>0.0.1</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.bk.bi</groupId>
  33. <artifactId>bk-bi-service</artifactId>
  34. <version>0.0.1</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.oa.service</groupId>
  38. <artifactId>bk-oa-service</artifactId>
  39. <version>0.0.1</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.bk.sm</groupId>
  43. <artifactId>bk-sm-service</artifactId>
  44. <version>0.0.1</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.bk.cll.service</groupId>
  48. <artifactId>bk-cll-service</artifactId>
  49. <version>0.0.1</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.jsoup</groupId>
  53. <artifactId>jsoup</artifactId>
  54. <version>1.10.1</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>jmimemagic</groupId>
  58. <artifactId>jmimemagic</artifactId>
  59. <version>0.1.2</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.google.zxing</groupId>
  63. <artifactId>core</artifactId>
  64. <version>3.3.0</version>
  65. </dependency>
  66. </dependencies>
  67. <build>
  68. <finalName>bk-wd-admin</finalName>
  69. </build>
  70. </project>