We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7425ca commit e5fefa8Copy full SHA for e5fefa8
1 file changed
pom.xml
@@ -24,7 +24,7 @@
24
<parent>
25
<groupId>org.apache.directory.project</groupId>
26
<artifactId>project</artifactId>
27
- <version>50</version>
+ <version>51-SNAPSHOT</version>
28
<relativePath />
29
</parent>
30
@@ -1251,6 +1251,13 @@
1251
<version>${maven.version}</version>
1252
</dependency>
1253
1254
+ <dependency>
1255
+ <groupId>org.apache.maven.plugin-tools</groupId>
1256
+ <artifactId>maven-plugin-annotations</artifactId>
1257
+ <scope>provided</scope>
1258
+ </dependency>
1259
+
1260
1261
<dependency>
1262
<groupId>org.codehaus.plexus</groupId>
1263
<artifactId>plexus-utils</artifactId>
0 commit comments