File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
spring6-components/rdf4j-spring6-demo
src/main/java/org/eclipse/rdf4j/spring/demo Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1212 <dependencies >
1313 <dependency >
1414 <groupId >org.eclipse.rdf4j</groupId >
15- <artifactId >rdf4j-spring </artifactId >
15+ <artifactId >rdf4j-spring6 </artifactId >
1616 <version >${project.version} </version >
1717 </dependency >
1818 <dependency >
Original file line number Diff line number Diff line change 1717import org .eclipse .rdf4j .spring .support .DataInserter ;
1818import org .springframework .beans .factory .annotation .Autowired ;
1919import org .springframework .beans .factory .annotation .Value ;
20- import org .springframework .context .annotation .Bean ;
21- import org .springframework .context .annotation .ComponentScan ;
22- import org .springframework .context .annotation .Configuration ;
23- import org .springframework .context .annotation .FilterType ;
24- import org .springframework .context .annotation .Import ;
20+ import org .springframework .context .annotation .*;
2521import org .springframework .core .io .Resource ;
2622
2723/**
You can’t perform that action at this time.
0 commit comments