[BAEL-18306-2] - Fix formatting of POMs Part 2

This commit is contained in:
amit2103
2019-10-13 23:42:06 +05:30
parent 6a22b9162b
commit 95dc22f0e3
7 changed files with 52 additions and 56 deletions

View File

@@ -13,14 +13,6 @@
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<httpPort>9280</httpPort>
<httpsPort>8643</httpsPort>
<jwt.issuer>http://localhost:9080</jwt.issuer>
<jwt.resourceId>http://localhost:9280</jwt.resourceId>
<microprofile-jwt-auth-api.version>1.1</microprofile-jwt-auth-api.version>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
@@ -39,4 +31,12 @@
</plugins>
</build>
<properties>
<httpPort>9280</httpPort>
<httpsPort>8643</httpsPort>
<jwt.issuer>http://localhost:9080</jwt.issuer>
<jwt.resourceId>http://localhost:9280</jwt.resourceId>
<microprofile-jwt-auth-api.version>1.1</microprofile-jwt-auth-api.version>
</properties>
</project>