Skip to content

Commit

Permalink
Added indexer directly so pure agent config can be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
aclement committed Dec 20, 2019
1 parent e990ceb commit 36eae7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring-graal-native-samples/springmvc-tomcat/pom.xml
Expand Up @@ -19,6 +19,12 @@
</properties>

<dependencies>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-indexer</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand Down

0 comments on commit 36eae7e

Please sign in to comment.