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

vharseko
09.42.2018 0589ff23717beb2c6afc8056b0ef9b5a890dfa2c
maven-plugin-annotations 3.6.0
2 files modified
7 ■■■■■ changed files
opendj-doc-maven-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/pom.xml 5 ●●●●● patch | view | raw | blame | history
opendj-doc-maven-plugin/pom.xml
@@ -66,7 +66,7 @@
        <dependency>
            <groupId>org.apache.maven.plugin-tools</groupId>
            <artifactId>maven-plugin-annotations</artifactId>
            <version>3.2</version>
            <version>3.6.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
opendj-maven-plugin/pom.xml
@@ -33,7 +33,6 @@
    <mavenVersion>3.0.4</mavenVersion>
    <doclint>none</doclint>
  </properties>
  <dependencies>
    <dependency>
        <groupId>org.forgerock.commons</groupId>
@@ -42,12 +41,12 @@
    <dependency>
        <groupId>org.twdata.maven</groupId>
        <artifactId>mojo-executor</artifactId>
        <version>2.2.0</version>
        <version>2.3.0</version>
    </dependency>
    <dependency>
        <groupId>org.apache.maven.plugin-tools</groupId>
        <artifactId>maven-plugin-annotations</artifactId>
        <version>3.2</version>
        <version>3.6.0</version>
        <scope>provided</scope>
    </dependency>
  </dependencies>