mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
09.56.2018 7eadc75ce2f71aa434b3b53b86c1d67541a280c2
cannot find symbol javax.annotation
1 files modified
6 ■■■■■ changed files
opendj-server/pom.xml 6 ●●●●● patch | view | raw | blame | history
opendj-server/pom.xml
@@ -35,6 +35,7 @@
    <docWikiUrl>http://opendj.forgerock.org/docs.html</docWikiUrl>
    <docGuideRefUrl>http://opendj.forgerock.org/doc/admin-guide/index.html</docGuideRefUrl>
    <docGuideAdminUrl>http://opendj.forgerock.org/doc/admin-guide/index.html</docGuideAdminUrl>
    <doclint>none</doclint>
  </properties>
  <dependencies>
    <dependency>
@@ -75,6 +76,11 @@
      <groupId>org.forgerock.opendj</groupId>
      <artifactId>opendj-cli</artifactId>
    </dependency>
    <dependency>
        <groupId>javax.annotation</groupId>
        <artifactId>javax.annotation-api</artifactId>
        <version>1.3.2</version>
    </dependency>
  </dependencies>
  <build>
    <resources>