|
@@ -1,6 +1,8 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
<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/maven-v4_0_0.xsd">
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
+
|
|
|
<groupId>yyc-ai</groupId>
|
|
<groupId>yyc-ai</groupId>
|
|
|
<artifactId>read-oss-test-data</artifactId>
|
|
<artifactId>read-oss-test-data</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
@@ -8,6 +10,16 @@
|
|
|
<name>ReadOssTestData</name>
|
|
<name>ReadOssTestData</name>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.yaoyicloud.ai.pipeline</groupId>
|
|
|
|
|
+ <artifactId>yyc-fc-api</artifactId>
|
|
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.aliyun.fc.runtime</groupId>
|
|
|
|
|
+ <artifactId>fc-java-core</artifactId>
|
|
|
|
|
+ <version>1.4.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
@@ -20,37 +32,10 @@
|
|
|
<version>4.11.0</version>
|
|
<version>4.11.0</version>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.aliyun.fc.runtime</groupId>
|
|
|
|
|
- <artifactId>fc-java-core</artifactId>
|
|
|
|
|
- <version>1.4.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
|
- <version>1.18.30</version>
|
|
|
|
|
- <scope>provided</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<plugins>
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
- <version>3.8.1</version>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <source>11</source>
|
|
|
|
|
- <target>11</target>
|
|
|
|
|
- <annotationProcessorPaths>
|
|
|
|
|
- <path>
|
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
|
- <version>1.18.30</version>
|
|
|
|
|
- </path>
|
|
|
|
|
- </annotationProcessorPaths>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
@@ -84,4 +69,4 @@
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
<maven.compiler.source>11</maven.compiler.source>
|
|
|
<maven.test.skip>false</maven.test.skip>
|
|
<maven.test.skip>false</maven.test.skip>
|
|
|
</properties>
|
|
</properties>
|
|
|
-</project>
|
|
|
|
|
|
|
+</project>
|