Skip to content

Commit e8b0f12

Browse files
authored
* Fix bug helidon-io#2821 * Remove unneded helidon-neo4j-proposal.md * Fix exclusion. Moved to microprofile-health-api. * Removed unnecessary exclusion
1 parent 0c9b513 commit e8b0f12

6 files changed

Lines changed: 11 additions & 83 deletions

File tree

dependencies/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,10 @@
575575
<groupId>javax.inject</groupId>
576576
<artifactId>javax.inject</artifactId>
577577
</exclusion>
578+
<exclusion>
579+
<groupId>javax.enterprise</groupId>
580+
<artifactId>cdi-api</artifactId>
581+
</exclusion>
578582
</exclusions>
579583
</dependency>
580584
<dependency>

examples/integrations/neo4j/neo4j-mp/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<groupId>io.helidon.microprofile.bundles</groupId>
4141
<artifactId>helidon-microprofile</artifactId>
4242
</dependency>
43-
<dependency>
44-
<groupId>org.neo4j.driver</groupId>
45-
<artifactId>neo4j-java-driver</artifactId>
46-
</dependency>
4743
<dependency>
4844
<groupId>io.helidon.integrations.neo4j</groupId>
4945
<artifactId>helidon-integrations-neo4j</artifactId>
@@ -57,6 +53,7 @@
5753
<artifactId>helidon-integrations-neo4j-health</artifactId>
5854
</dependency>
5955

56+
6057
<dependency>
6158
<groupId>org.jboss</groupId>
6259
<artifactId>jandex</artifactId>
@@ -76,6 +73,10 @@
7673
<groupId>org.slf4j</groupId>
7774
<artifactId>slf4j-nop</artifactId>
7875
</exclusion>
76+
<exclusion>
77+
<groupId>org.junit.vintage</groupId>
78+
<artifactId>junit-vintage-engine</artifactId>
79+
</exclusion>
7980
</exclusions>
8081
</dependency>
8182
<dependency>

examples/integrations/neo4j/neo4j-se/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
</parent>
3030
<groupId>io.helidon.examples.integrations.neo4j</groupId>
3131
<artifactId>helidon-examples-integration-neo4j-se</artifactId>
32-
<version>2.2.1-SNAPSHOT</version>
3332
<name>Helidon Integrations Neo4j SE Example</name>
3433

3534
<properties>
@@ -39,10 +38,6 @@
3938
</properties>
4039

4140
<dependencies>
42-
<dependency>
43-
<groupId>org.neo4j.driver</groupId>
44-
<artifactId>neo4j-java-driver</artifactId>
45-
</dependency>
4641
<dependency>
4742
<groupId>io.helidon.webserver</groupId>
4843
<artifactId>helidon-webserver</artifactId>
@@ -101,8 +96,8 @@
10196
<scope>test</scope>
10297
<exclusions>
10398
<exclusion>
104-
<groupId>org.slf4j</groupId>
105-
<artifactId>slf4j-nop</artifactId>
99+
<groupId>org.junit.vintage</groupId>
100+
<artifactId>junit-vintage-engine</artifactId>
106101
</exclusion>
107102
</exclusions>
108103
</dependency>

integrations/neo4j/health/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<scope>provided</scope>
4848
<optional>true</optional>
4949
</dependency>
50-
<dependency>
51-
<groupId>org.junit.jupiter</groupId>
52-
<artifactId>junit-jupiter-api</artifactId>
53-
<scope>test</scope>
54-
</dependency>
5550
</dependencies>
5651

5752
</project>

integrations/neo4j/helidon-neo4j-proposal.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

integrations/neo4j/neo4j/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
<scope>provided</scope>
5757
<optional>true</optional>
5858
</dependency>
59-
<dependency>
60-
<groupId>org.junit.jupiter</groupId>
61-
<artifactId>junit-jupiter-api</artifactId>
62-
<scope>test</scope>
63-
</dependency>
6459
</dependencies>
6560

6661
</project>

0 commit comments

Comments
 (0)