Skip to content

Commit

Permalink
use configuration annotation instead of auto-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
crisdelta committed Jan 24, 2024
1 parent 814a6be commit 419cbca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.ehrbase.openehr</groupId>
<artifactId>num-aql-editor-backend-spring-boot-starter</artifactId>
<version>1.0.4-rc2</version>
<version>1.0.4-rc3</version>
<packaging>jar</packaging>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@AutoConfiguration
@Configuration
@ComponentScan("org.ehrbase.aqleditor")
public class AqlEditorAutoConfiguration {

Expand Down

0 comments on commit 419cbca

Please sign in to comment.