北京机场
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.
 
 
 

65 rivejä
1.9 KiB

  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. <parent>
  6. <artifactId>bjair</artifactId>
  7. <groupId>com.iformall</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>bjairVideo</artifactId>
  12. <repositories>
  13. <repository>
  14. <id>sonatype-nexus-staging</id>
  15. <name>Sonatype Nexus Staging</name>
  16. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  17. <releases>
  18. <enabled>true</enabled>
  19. </releases>
  20. <snapshots>
  21. <enabled>true</enabled>
  22. </snapshots>
  23. </repository>
  24. </repositories>
  25. <dependencies>
  26. <dependency>
  27. <groupId>com.aliyun</groupId>
  28. <artifactId>aliyun-java-sdk-core</artifactId>
  29. <version>4.5.1</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.aliyun</groupId>
  33. <artifactId>aliyun-java-sdk-vod</artifactId>
  34. <version>2.15.11</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.alibaba</groupId>
  38. <artifactId>fastjson</artifactId>
  39. <version>1.2.62</version>
  40. </dependency>
  41. <!-- <dependency>-->
  42. <!-- <groupId>com.optimaize.languagedetector</groupId>-->
  43. <!-- <artifactId>language-detector</artifactId>-->
  44. <!-- <version>0.6</version>-->
  45. <!-- </dependency>-->
  46. <!-- https://mvnrepository.com/artifact/com.cybozu.labs/langdetect -->
  47. <dependency>
  48. <groupId>com.cybozu.labs</groupId>
  49. <artifactId>langdetect</artifactId>
  50. <version>1.1-20120112</version>
  51. </dependency>
  52. <!-- https://mvnrepository.com/artifact/net.arnx/jsonic -->
  53. <dependency>
  54. <groupId>net.arnx</groupId>
  55. <artifactId>jsonic</artifactId>
  56. <version>1.3.10</version>
  57. </dependency>
  58. </dependencies>
  59. </project>