This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch import-oas-validator
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git

commit c4f5a919d410ed6be6808d15af42de94a2f6c6d4
Author: Daniel Qian <chanjars...@gmail.com>
AuthorDate: Fri Nov 1 16:34:53 2019 +0800

    SCB-1553 Integrate oas-validator compliance check to cli
    Add oas-validator to coverage test
---
 integration-tests/coverage-aggregate/pom.xml | 34 +++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

diff --git a/integration-tests/coverage-aggregate/pom.xml 
b/integration-tests/coverage-aggregate/pom.xml
index b9ade7f..f34941b 100755
--- a/integration-tests/coverage-aggregate/pom.xml
+++ b/integration-tests/coverage-aggregate/pom.xml
@@ -58,6 +58,38 @@
       <groupId>org.apache.servicecomb.toolkit</groupId>
       <artifactId>toolkit-maven-plugin</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicecomb.toolkit</groupId>
+      <artifactId>oas-validator-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicecomb.toolkit</groupId>
+      <artifactId>oas-validator-core-spring</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicecomb.toolkit</groupId>
+      <artifactId>oas-validator-compliance</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicecomb.toolkit</groupId>
+      <artifactId>oas-validator-compliance-spring</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicecomb.toolkit</groupId>
+      <artifactId>oas-validator-compatibility</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicecomb.toolkit</groupId>
+      <artifactId>oas-validator-compatibility-spring</artifactId>
+    </dependency>
+
   </dependencies>
 
   <profiles>
@@ -82,4 +114,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>

Reply via email to