diff options
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index b83356e18..1f1a64390 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -629,7 +629,7 @@ </dependency> </dependencies> <configuration> - <swaggerInput>${project.basedir}/../docs/swagger/swagger.json</swaggerInput> + <swaggerInput>${project.basedir}/docs/swagger/swagger.json</swaggerInput> <outputDir>${project.build.directory}/asciidoc/generated</outputDir> <config> <swagger2markup.markupLanguage>ASCIIDOC</swagger2markup.markupLanguage> @@ -1166,7 +1166,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.3.2</version> <executions> <execution> <id>libIndexCheck</id> |