+
+## Security contact
+
+Please disclose any security-related issues or vulnerabilities by emailing [security@swagger.io](mailto:security@swagger.io), instead of using the public issue tracker.
+
+## License
+
+```
+Copyright 2019 SmartBear Software
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+```
\ No newline at end of file
diff --git a/java/inflector-dropwizard-guice/.gitignore b/java/inflector-dropwizard-guice/.gitignore
new file mode 100644
index 00000000..2e73990c
--- /dev/null
+++ b/java/inflector-dropwizard-guice/.gitignore
@@ -0,0 +1 @@
+dependency-reduced-pom.xml
\ No newline at end of file
diff --git a/java/inflector-dropwizard-guice/README.md b/java/inflector-dropwizard-guice/README.md
index 07ddec28..7fe6227a 100644
--- a/java/inflector-dropwizard-guice/README.md
+++ b/java/inflector-dropwizard-guice/README.md
@@ -18,7 +18,7 @@ java -jar ./target/inflector-dropwizard-guice-sample-1.0.0-SNAPSHOT.jar server s
You can get to the swagger file at:
```
-http://localhost:8080/v2/swagger.json
+http://localhost:8080/v2/openapi.json
```
Have fun!
diff --git a/java/inflector-dropwizard-guice/pom.xml b/java/inflector-dropwizard-guice/pom.xml
index 86e2a175..cc6687cf 100644
--- a/java/inflector-dropwizard-guice/pom.xml
+++ b/java/inflector-dropwizard-guice/pom.xml
@@ -25,18 +25,91 @@