Skip to content

Commit 19c30df

Browse files
committed
udate lib
1 parent cadc589 commit 19c30df

File tree

1,535 files changed

+105886
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,535 files changed

+105886
-13
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
2+
#Wed Nov 29 14:36:13 CET 2023
3+
swagger-request-validator-core-2.39.0.pom>central=
4+
swagger-request-validator-core-2.39.0.jar>central=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
2+
#Wed Nov 29 14:36:13 CET 2023
3+
https\://repo.maven.apache.org/maven2/.lastUpdated=1701264973875
4+
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.error=
5+
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.lastUpdated=1701264970140
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
44dc7847dccf334f2519e08f76e6724ed56e4438
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<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">
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<parent>
7+
<groupId>com.atlassian.oai</groupId>
8+
<artifactId>swagger-request-validator</artifactId>
9+
<version>2.39.0</version>
10+
<relativePath>../pom.xml</relativePath>
11+
</parent>
12+
13+
<artifactId>swagger-request-validator-core</artifactId>
14+
15+
<description>
16+
Core OpenAPI / Swagger validation logic.
17+
</description>
18+
19+
<dependencies>
20+
<dependency>
21+
<groupId>io.swagger.parser.v3</groupId>
22+
<artifactId>swagger-parser</artifactId>
23+
</dependency>
24+
<dependency>
25+
<groupId>com.github.java-json-tools</groupId>
26+
<artifactId>json-schema-validator</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.slf4j</groupId>
30+
<artifactId>slf4j-api</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>com.google.guava</groupId>
34+
<artifactId>guava</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>com.google.code.findbugs</groupId>
38+
<artifactId>jsr305</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>com.fasterxml.jackson.datatype</groupId>
42+
<artifactId>jackson-datatype-jdk8</artifactId>
43+
<version>${jackson.version}</version>
44+
</dependency>
45+
46+
<dependency>
47+
<groupId>junit</groupId>
48+
<artifactId>junit</artifactId>
49+
<scope>test</scope>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.mockito</groupId>
53+
<artifactId>mockito-core</artifactId>
54+
<scope>test</scope>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.hamcrest</groupId>
58+
<artifactId>hamcrest</artifactId>
59+
<scope>test</scope>
60+
</dependency>
61+
<dependency>
62+
<groupId>ch.qos.logback</groupId>
63+
<artifactId>logback-classic</artifactId>
64+
<scope>test</scope>
65+
</dependency>
66+
<dependency>
67+
<groupId>com.spotify</groupId>
68+
<artifactId>hamcrest-optional</artifactId>
69+
<scope>test</scope>
70+
</dependency>
71+
<dependency>
72+
<groupId>org.openjdk.jmh</groupId>
73+
<artifactId>jmh-core</artifactId>
74+
<scope>test</scope>
75+
</dependency>
76+
<dependency>
77+
<groupId>org.openjdk.jmh</groupId>
78+
<artifactId>jmh-generator-annprocess</artifactId>
79+
<scope>test</scope>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.skyscreamer</groupId>
83+
<artifactId>jsonassert</artifactId>
84+
<scope>test</scope>
85+
</dependency>
86+
<dependency>
87+
<groupId>com.github.tomakehurst</groupId>
88+
<artifactId>wiremock-jre8</artifactId>
89+
<scope>test</scope>
90+
</dependency>
91+
</dependencies>
92+
93+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
2+
#Wed Nov 29 14:36:00 CET 2023
3+
https\://repo.maven.apache.org/maven2/.lastUpdated=1701264960942
4+
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.error=
5+
file\:////home/seb/src/openapi-validator/apigateway-dependencies/.lastUpdated=1701264960903
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
29f555f20140338bf342f3d1edf9c38971e97e7f
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
2+
#Wed Nov 29 14:36:01 CET 2023
3+
swagger-request-validator-2.39.0.pom>central=

0 commit comments

Comments
 (0)