25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <parent>
- <artifactId>bjair</artifactId>
- <groupId>com.iformall</groupId>
- <version>1.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>bjairVideo</artifactId>
- <repositories>
- <repository>
- <id>sonatype-nexus-staging</id>
- <name>Sonatype Nexus Staging</name>
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
-
- <dependencies>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-core</artifactId>
- <version>4.5.1</version>
- </dependency>
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-vod</artifactId>
- <version>2.15.11</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.62</version>
- </dependency>
-
- <!-- <dependency>-->
- <!-- <groupId>com.optimaize.languagedetector</groupId>-->
- <!-- <artifactId>language-detector</artifactId>-->
- <!-- <version>0.6</version>-->
- <!-- </dependency>-->
-
- <!-- https://mvnrepository.com/artifact/com.cybozu.labs/langdetect -->
- <dependency>
- <groupId>com.cybozu.labs</groupId>
- <artifactId>langdetect</artifactId>
- <version>1.1-20120112</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/net.arnx/jsonic -->
- <dependency>
- <groupId>net.arnx</groupId>
- <artifactId>jsonic</artifactId>
- <version>1.3.10</version>
- </dependency>
-
- </dependencies>
- </project>
|