File tree Expand file tree Collapse file tree
examples/integrations/neo4j Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
5753 <artifactId >helidon-integrations-neo4j-health</artifactId >
5854 </dependency >
5955
56+
6057 <dependency >
6158 <groupId >org.jboss</groupId >
6259 <artifactId >jandex</artifactId >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments