Skip to content

Commit e5fefa8

Browse files
committed
Used the 51-SNAPSHOT project; Added the missing mavin-plugin-annotations dependency
1 parent a7425ca commit e5fefa8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.directory.project</groupId>
2626
<artifactId>project</artifactId>
27-
<version>50</version>
27+
<version>51-SNAPSHOT</version>
2828
<relativePath />
2929
</parent>
3030

@@ -1251,6 +1251,13 @@
12511251
<version>${maven.version}</version>
12521252
</dependency>
12531253

1254+
<dependency>
1255+
<groupId>org.apache.maven.plugin-tools</groupId>
1256+
<artifactId>maven-plugin-annotations</artifactId>
1257+
<scope>provided</scope>
1258+
</dependency>
1259+
1260+
12541261
<dependency>
12551262
<groupId>org.codehaus.plexus</groupId>
12561263
<artifactId>plexus-utils</artifactId>

0 commit comments

Comments
 (0)