Skip to content

Commit

Permalink
#1496 - Some spans are missing begin offset field
Browse files Browse the repository at this point in the history
- Added missing dependency
  • Loading branch information
reckart committed May 30, 2023
1 parent aff80b7 commit 90663f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inception/inception-io-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
Expand Down

0 comments on commit 90663f9

Please sign in to comment.