Skip to content

Commit 77cb8a2

Browse files
committed
fix: change arcadedb-server dependency scope to provided in pom.xml
1 parent 37647e2 commit 77cb8a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grpcw/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<groupId>com.arcadedb</groupId>
4848
<artifactId>arcadedb-grpc</artifactId>
4949
<version>${project.parent.version}</version>
50-
<scope>compile</scope>
5150
</dependency>
5251
<dependency>
5352
<groupId>com.arcadedb</groupId>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<groupId>com.arcadedb</groupId>
4343
<artifactId>arcadedb-server</artifactId>
4444
<version>${project.parent.version}</version>
45+
<scope>provided</scope>
4546
</dependency>
4647
<dependency>
4748
<groupId>io.micrometer</groupId>
4849
<artifactId>micrometer-registry-prometheus</artifactId>
4950
<version>${micrometer.version}</version>
5051
</dependency>
51-
5252
<dependency>
5353
<groupId>com.arcadedb</groupId>
5454
<artifactId>arcadedb-server</artifactId>

0 commit comments

Comments
 (0)