diff --git a/pom.xml b/pom.xml index ae1199388f913309195c677a3d04627c3d59d5ad..15789bc750b54754cc6a3c08dfa36d7de08de3fa 100644 --- a/pom.xml +++ b/pom.xml @@ -418,8 +418,14 @@ <apiSources> <apiSource> <springmvc>true</springmvc> - <locations>de.thm.arsnova.controller;de.thm.arsnova.entities</locations> - <schemes>http,https</schemes> + <locations> + <location>de.thm.arsnova.controller</location> + <location>de.thm.arsnova.entities</location> + </locations> + <schemes> + <scheme>http</scheme> + <scheme>https</scheme> + </schemes> <basePath>/api</basePath> <info> <title>ARSnova API Documentation</title>