电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.8 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>yxk_intellArchives</artifactId>
  7. <groupId>com.intellArchives</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <artifactId>archives</artifactId>
  11. <name>档案模块</name>
  12. <properties>
  13. <maven.compiler.source>17</maven.compiler.source>
  14. <maven.compiler.target>17</maven.compiler.target>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>com.intellArchives</groupId>
  19. <artifactId>common</artifactId>
  20. <version>1.0</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.intellArchives</groupId>
  24. <artifactId>logging</artifactId>
  25. <version>1.0</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.intellArchives</groupId>
  29. <artifactId>flowable</artifactId>
  30. <version>1.0</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>commons-net</groupId>
  34. <artifactId>commons-net</artifactId>
  35. <version>3.8.0</version> <!-- 请检查最新的版本号 -->
  36. </dependency>
  37. <dependency>
  38. <groupId>com.jcraft</groupId>
  39. <artifactId>jsch</artifactId>
  40. <version>0.1.55</version>
  41. </dependency>
  42. <!-- Spring Data Neo4j 依赖 -->
  43. <dependency>
  44. <groupId>org.springframework.data</groupId>
  45. <artifactId>spring-data-neo4j</artifactId>
  46. </dependency>
  47. </dependencies>
  48. </project>