File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 </dependency >
2525 <dependency >
2626 <groupId >org.osgi</groupId >
27- <artifactId >org. osgi.core</artifactId >
27+ <artifactId >osgi.core</artifactId >
2828 </dependency >
2929 </dependencies >
3030</project >
Original file line number Diff line number Diff line change 129129 <artifactId >jersey-servlet</artifactId >
130130 </dependency >
131131 <dependency >
132- <groupId >org.hitachivantara </groupId >
133- <artifactId >safeyaml </artifactId >
134- <version >${safeyaml .version} </version >
132+ <groupId >org.yaml </groupId >
133+ <artifactId >snakeyaml </artifactId >
134+ <version >${snakeyaml .version} </version >
135135 </dependency >
136136 <dependency >
137137 <groupId >org.javassist</groupId >
189189 <!-- region Test dependencies -->
190190 <dependency >
191191 <groupId >org.osgi</groupId >
192- <artifactId >org. osgi.core</artifactId >
192+ <artifactId >osgi.core</artifactId >
193193 <scope >test</scope >
194194 </dependency >
195195
Original file line number Diff line number Diff line change 4646 <junit .version>4.13.2</junit .version>
4747 <jsr311-api .version>1.1.1</jsr311-api .version>
4848 <eigenbase-xom .version>1.3.1</eigenbase-xom .version>
49- <safeyaml .version>1.34.1</safeyaml .version>
5049 <jaxrpc-api .version>1.1</jaxrpc-api .version>
5150 <olap4j .version>1.2.0</olap4j .version>
5251 <orientdb .version>3.1.15</orientdb .version>
240239 <version >${jersey.version} </version >
241240 </dependency >
242241 <dependency >
243- <groupId >org.hitachivantara </groupId >
244- <artifactId >safeyaml </artifactId >
245- <version >${safeyaml .version} </version >
242+ <groupId >org.yaml </groupId >
243+ <artifactId >snakeyaml </artifactId >
244+ <version >${snakeyaml .version} </version >
246245 </dependency >
247246 <dependency >
248247 <groupId >org.javassist</groupId >
You can’t perform that action at this time.
0 commit comments