Skip to content

Commit fd80f93

Browse files
committed
GH-5076: Change rdf4j-spring6-demo depencencies so rdf4j-spring6 is actually used
1 parent 02ba105 commit fd80f93

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

spring6-components/rdf4j-spring6-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

spring6-components/rdf4j-spring6-demo/src/main/java/org/eclipse/rdf4j/spring/demo/ArtDemoConfig.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
import org.eclipse.rdf4j.spring.support.DataInserter;
1818
import org.springframework.beans.factory.annotation.Autowired;
1919
import 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.*;
2521
import org.springframework.core.io.Resource;
2622

2723
/**

0 commit comments

Comments
 (0)