Skip to content

Commit a646960

Browse files
committed
readme change based on the new PR
1 parent d361987 commit a646960

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Most API development framework (like spring boot), use the swagger codegen to ge
1515

1616
## Summary
1717

18+
Different as release version 1.*, the release version 2.0.* reduced the dependency to the light-4j and undertow library. It only depends on the following light-4j library:
19+
20+
<artifactId>openapi-helper</artifactId>
21+
<artifactId>json-overlay</artifactId>
22+
<artifactId>openapi-parser</artifactId>
23+
24+
25+
1826
#### Performance
1927

2028

@@ -71,7 +79,7 @@ Include the dependency in the project pom:
7179
<dependency>
7280
<groupId>com.mservicetech</groupId>
7381
<artifactId>openapi-schema-validation</artifactId>
74-
<version>1.0.2</version>
82+
<version>2.0.0</version>
7583
</dependency>
7684
```
7785

0 commit comments

Comments
 (0)