[BAEL-18306-2] - Fix formatting of POMs Part 2
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>oauth2-authorization-server</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>oauth2-authorization-server</name>
|
||||
@@ -14,15 +13,6 @@
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<h2.version>1.4.199</h2.version>
|
||||
<httpPort>9080</httpPort>
|
||||
<httpsPort>9443</httpsPort>
|
||||
<nimbus-jose-jwt.version>7.3</nimbus-jose-jwt.version>
|
||||
<bcprov-jdk15on.version>1.62</bcprov-jdk15on.version>
|
||||
<bcpkix-jdk15on.version>1.62</bcpkix-jdk15on.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
@@ -73,4 +63,13 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<h2.version>1.4.199</h2.version>
|
||||
<httpPort>9080</httpPort>
|
||||
<httpsPort>9443</httpsPort>
|
||||
<nimbus-jose-jwt.version>7.3</nimbus-jose-jwt.version>
|
||||
<bcprov-jdk15on.version>1.62</bcprov-jdk15on.version>
|
||||
<bcpkix-jdk15on.version>1.62</bcpkix-jdk15on.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user