Skip to content

Commit

Permalink
udate lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sbui-axway committed Nov 29, 2023
1 parent cadc589 commit 19c30df
Show file tree
Hide file tree
Showing 1,535 changed files with 105,886 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Wed Nov 29 14:36:13 CET 2023
swagger-request-validator-core-2.39.0.pom>central=
swagger-request-validator-core-2.39.0.jar>central=
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Wed Nov 29 14:36:13 CET 2023
https\://repo.maven.apache.org/maven2/.lastUpdated=1701264973875
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.error=
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.lastUpdated=1701264970140
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
44dc7847dccf334f2519e08f76e6724ed56e4438
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.atlassian.oai</groupId>
<artifactId>swagger-request-validator</artifactId>
<version>2.39.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>swagger-request-validator-core</artifactId>

<description>
Core OpenAPI / Swagger validation logic.
</description>

<dependencies>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>${jackson.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-optional</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Wed Nov 29 14:36:00 CET 2023
https\://repo.maven.apache.org/maven2/.lastUpdated=1701264960942
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.error=
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.lastUpdated=1701264960903
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
29f555f20140338bf342f3d1edf9c38971e97e7f
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Wed Nov 29 14:36:01 CET 2023
swagger-request-validator-2.39.0.pom>central=
Loading

0 comments on commit 19c30df

Please sign in to comment.