JAMES-2511 Swagger plugin version was missing
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/60ed743c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/60ed743c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/60ed743c Branch: refs/heads/master Commit: 60ed743c811bf9a8f58d6e8bb9ad77c1be0a3c87 Parents: 71b8b80 Author: benwa <[email protected]> Authored: Wed Aug 1 11:33:06 2018 +0700 Committer: benwa <[email protected]> Committed: Wed Aug 1 18:04:00 2018 +0700 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/60ed743c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8334d0e..26b645c 100644 --- a/pom.xml +++ b/pom.xml @@ -2572,6 +2572,11 @@ <plugins> <!-- Order by groupId / artifactId / scope --> <plugin> + <groupId>com.github.kongchen</groupId> + <artifactId>swagger-maven-plugin</artifactId> + <version>3.1.7</version> + </plugin> + <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>3.3.0</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
