| | |
| | | <license> |
| | | <name>CDDL-1.1</name> |
| | | <url>https://github.com/OpenIdentityPlatform/OpenDJ/blob/master/LICENSE.md</url> |
| | | <comments>Common Development and Distribution License (CDDL) 1.0. |
| | | <comments>Common Development and Distribution License (CDDL) 1.1. |
| | | This license applies to OpenDJ source code as indicated in the |
| | | source files. |
| | | </comments> |
| | |
| | | <dependency> |
| | | <groupId>org.openidentityplatform.commons</groupId> |
| | | <artifactId>parent</artifactId> |
| | | <version>2.0.13-SNAPSHOT</version> |
| | | <version>2.0.14</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | |
| | | <plugin> |
| | | <groupId>org.sonatype.plugins</groupId> |
| | | <artifactId>nexus-staging-maven-plugin</artifactId> |
| | | <version>1.6.11</version> |
| | | <version>1.6.12</version> |
| | | <extensions>true</extensions> |
| | | <configuration> |
| | | <serverId>ossrh</serverId> |
| | |
| | | <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
| | | <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> |
| | | </configuration> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | <version>15.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </plugin> |
| | | </plugins> |
| | | |