Fix jenkins builiding issue
[msb/apigateway.git] / apiroute / apiroute-service / pom.xml
index e8d5af3..48e17ea 100644 (file)
                                                <apiSources>
                                                  <apiSource>
                                                                <locations>${api-rest-package}</locations>
-                                                               <schemes>http,https</schemes>
+                                                                <schemes>
+                                                                  <scheme>http</scheme>
+                                                                    <scheme>https</scheme>
+                                                                </schemes>
                                                                <host>${api-host-ip}:${api-host-port}</host>
                                                                <basePath>${api-base-path}</basePath>
                                                                <info>
                                          </configOptions>
                                          <library>jersey2</library>
                                          <groupId>${project.groupId}</groupId>
-                                         <artifactId>${project.artifactId}-java-sdk</artifactId>
+                                         <artifactId>${project.artifactId}</artifactId>
                                          <artifactVersion>${project.version}</artifactVersion>
                                          <modelPackage>${project.groupId}.${project.artifactId}.client.model</modelPackage>
                                          <apiPackage>${project.groupId}.${project.artifactId}.client.api</apiPackage>