File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1616 <jakarta .annotation.version>2.1.1</jakarta .annotation.version>
1717 </properties >
1818
19+ <dependencyManagement >
20+ <dependencies >
21+ <dependency >
22+ <groupId >com.fasterxml.jackson</groupId >
23+ <artifactId >jackson-bom</artifactId >
24+ <version >${jackson.version} </version >
25+ <type >pom</type >
26+ <scope >import</scope >
27+ </dependency >
28+ </dependencies >
29+ </dependencyManagement >
30+
1931 <dependencies >
2032 <dependency >
2133 <groupId >com.inrupt.client</groupId >
7587 <dependency >
7688 <groupId >com.fasterxml.jackson.core</groupId >
7789 <artifactId >jackson-annotations</artifactId >
78- <version >${jackson.version} </version >
7990 </dependency >
8091 <dependency >
8192 <groupId >io.smallrye.config</groupId >
Original file line number Diff line number Diff line change 1616 <jakarta .annotation.version>2.1.1</jakarta .annotation.version>
1717 </properties >
1818
19+ <dependencyManagement >
20+ <dependencies >
21+ <dependency >
22+ <groupId >com.fasterxml.jackson</groupId >
23+ <artifactId >jackson-bom</artifactId >
24+ <version >${jackson.version} </version >
25+ <type >pom</type >
26+ <scope >import</scope >
27+ </dependency >
28+ </dependencies >
29+ </dependencyManagement >
30+
1931 <dependencies >
2032 <dependency >
2133 <groupId >com.inrupt.client</groupId >
7587 <dependency >
7688 <groupId >com.fasterxml.jackson.core</groupId >
7789 <artifactId >jackson-annotations</artifactId >
78- <version >${jackson.version} </version >
7990 </dependency >
8091 <dependency >
8192 <groupId >io.smallrye.config</groupId >
You can’t perform that action at this time.
0 commit comments