Skip to content

Commit

Permalink
fixes #49 change the dependency from openapi-helper to openapi-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Feb 28, 2022
1 parent 524238f commit 2e8de68
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lambda-invoker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-helper</artifactId>
<artifactId>openapi-parser</artifactId>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lambda-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-helper</artifactId>
<artifactId>openapi-parser</artifactId>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-helper</artifactId>
<artifactId>openapi-parser</artifactId>
<version>${version.light-4j}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion request-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-helper</artifactId>
<artifactId>openapi-parser</artifactId>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion scope-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>openapi-helper</artifactId>
<artifactId>openapi-parser</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit 2e8de68

Please sign in to comment.