@@ -45,21 +45,23 @@ Following the design principle of the Light Platform, this library has minimum d
45
45
Here are the dependencies.
46
46
47
47
```
48
- <dependency>
49
- <groupId>com.fasterxml.jackson.core</groupId>
50
- <artifactId>jackson-databind</artifactId>
51
- <version>${version.jackson}</version>
52
- </dependency>
53
- <dependency>
54
- <groupId>org.slf4j</groupId>
55
- <artifactId>slf4j-api</artifactId>
56
- <version>${version.slf4j}</version>
57
- </dependency>
58
- <dependency>
59
- <groupId>org.apache.commons</groupId>
60
- <artifactId>commons-lang3</artifactId>
61
- <version>${version.common-lang3}</version>
62
- </dependency>
48
+ <dependency>
49
+ <groupId>com.fasterxml.jackson.core</groupId>
50
+ <artifactId>jackson-databind</artifactId>
51
+ <version>${version.jackson}</version>
52
+ </dependency>
53
+
54
+ <dependency>
55
+ <groupId>org.slf4j</groupId>
56
+ <artifactId>slf4j-api</artifactId>
57
+ <version>${version.slf4j}</version>
58
+ </dependency>
59
+
60
+ <dependency>
61
+ <groupId>org.apache.commons</groupId>
62
+ <artifactId>commons-lang3</artifactId>
63
+ <version>${version.common-lang3}</version>
64
+ </dependency>
63
65
```
64
66
65
67
#### Community
@@ -110,7 +112,7 @@ For the latest version, please check the [release](https://github.com/networknt/
110
112
111
113
## [ Customized MetaSchema] ( doc/cust-meta.md )
112
114
113
- ## [ Collector Context] ( doc/collector_context .md )
115
+ ## [ Collector Context] ( doc/collector-context .md )
114
116
115
117
## [ ECMA-262 Regex] ( doc/ecma-262.md )
116
118
0 commit comments