Skip to content

Commit bd4a6be

Browse files
GH-2333 - Make API Guardian an optional / provided dependency.
Closes #2333.
1 parent 401c8dc commit bd4a6be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@
172172
<groupId>org.apiguardian</groupId>
173173
<artifactId>apiguardian-api</artifactId>
174174
<version>${apiguardian.version}</version>
175+
<scope>provided</scope>
176+
<optional>true</optional>
175177
</dependency>
176178
<dependency>
177179
<groupId>org.neo4j</groupId>

0 commit comments

Comments
 (0)