File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/test/java/org/soujava/demos/mongodb/document Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11package org .soujava .demos .mongodb .document ;
22
3- import io . smallrye . config . Converters ;
3+ import jakarta . inject . Inject ;
44import org .eclipse .jnosql .databases .mongodb .mapping .MongoDBTemplate ;
55import org .eclipse .jnosql .mapping .Database ;
6+ import org .eclipse .jnosql .mapping .core .Converters ;
67import org .eclipse .jnosql .mapping .document .DocumentTemplate ;
78import org .eclipse .jnosql .mapping .document .spi .DocumentExtension ;
9+ import org .eclipse .jnosql .mapping .reflection .Reflections ;
810import org .eclipse .jnosql .mapping .reflection .spi .ReflectionEntityMetadataExtension ;
911import org .eclipse .jnosql .mapping .semistructured .EntityConverter ;
1012import org .jboss .weld .junit5 .auto .AddExtensions ;
1113import org .jboss .weld .junit5 .auto .AddPackages ;
1214import org .jboss .weld .junit5 .auto .EnableAutoWeld ;
13- import org .jboss .weld .util .reflection .Reflections ;
1415import org .junit .jupiter .api .Test ;
1516
1617import static org .junit .jupiter .api .Assertions .*;
2526@ AddExtensions ({ReflectionEntityMetadataExtension .class , DocumentExtension .class })
2627class AppTest {
2728
29+ @ Inject
2830 private DocumentTemplate template ;
2931
3032 @ Test
You can’t perform that action at this time.
0 commit comments