Skip to content

Commit f709147

Browse files
committed
feature(observation): Set driver dependency as provided
Driver should not be added transitively by `neo4j-java-driver-observation-micrometer`, this module should just be additive.
1 parent 82f74a1 commit f709147

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

observation/micrometer/LICENSES.txt

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Apache Software License, Version 2.0
77
micrometer-commons
88
micrometer-core
99
micrometer-observation
10-
Neo4j Bolt Connection (Provider SPI)
11-
Non-Blocking Reactive Foundation for the JVM
1210
------------------------------------------------------------------------------
1311

1412
Apache License
@@ -215,28 +213,4 @@ Apache Software License, Version 2.0
215213

216214

217215

218-
------------------------------------------------------------------------------
219-
MIT No Attribution License
220-
reactive-streams
221-
------------------------------------------------------------------------------
222-
223-
MIT No Attribution
224-
225-
Copyright <year> <copyright holders>
226-
227-
Permission is hereby granted, free of charge, to any person obtaining a copy of this
228-
software and associated documentation files (the "Software"), to deal in the Software
229-
without restriction, including without limitation the rights to use, copy, modify,
230-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
231-
permit persons to whom the Software is furnished to do so.
232-
233-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
234-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
235-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
236-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
237-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
238-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
239-
240-
241-
242216

observation/micrometer/NOTICE.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,4 @@ Apache Software License, Version 2.0
2222
micrometer-commons
2323
micrometer-core
2424
micrometer-observation
25-
Neo4j Bolt Connection (Provider SPI)
26-
Non-Blocking Reactive Foundation for the JVM
27-
28-
MIT No Attribution License
29-
reactive-streams
3025

observation/micrometer/pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,7 @@
2828
<groupId>org.neo4j.driver</groupId>
2929
<artifactId>neo4j-java-driver</artifactId>
3030
<version>${project.version}</version>
31-
<exclusions>
32-
<exclusion>
33-
<groupId>org.neo4j.bolt</groupId>
34-
<artifactId>neo4j-bolt-connection-netty</artifactId>
35-
</exclusion>
36-
<exclusion>
37-
<groupId>org.neo4j.bolt</groupId>
38-
<artifactId>neo4j-bolt-connection-pooled</artifactId>
39-
</exclusion>
40-
<exclusion>
41-
<groupId>org.neo4j.bolt</groupId>
42-
<artifactId>neo4j-bolt-connection-routed</artifactId>
43-
</exclusion>
44-
</exclusions>
31+
<scope>provided</scope>
4532
</dependency>
4633
<dependency>
4734
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)