Added JCIP annotations to opendj-core
| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.stephenc.jcip</groupId> |
| | | <artifactId>jcip-annotations</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.forgerock</groupId> |
| | | <artifactId>forgerock-build-tools</artifactId> |
| | | <scope>test</scope> |
| | |
| | | <artifactId>opendj-rest2ldap</artifactId> |
| | | <version>${opendj.sdk.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- Other --> |
| | | <dependency> |
| | | <groupId>com.github.stephenc.jcip</groupId> |
| | | <artifactId>jcip-annotations</artifactId> |
| | | <version>1.0-1</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |