File tree Expand file tree Collapse file tree 6 files changed +22
-14
lines changed
org.eclipse.osee.core.server.external.feature
org.eclipse.osee.dep.feature
org.eclipse.osee.framework.feature
org.eclipse.osee.dep.parent
org.eclipse.osee.osgi.converter Expand file tree Collapse file tree 6 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 2727 <excludes >
2828 <plugin id =" org.slf4j.api" />
2929 <plugin id =" swagger-models" />
30+ <plugin id =" com.fasterxml.jackson.dataformat.jackson-dataformat-yaml" />
3031 <plugin id =" swagger-integration" />
3132 <plugin id =" swagger-annotations" />
3233 <plugin id =" swagger-core" />
Original file line number Diff line number Diff line change 590590 id =" com.fasterxml.jackson.core.jackson-core"
591591 download-size =" 0"
592592 install-size =" 0"
593- version =" 0.0.0 "
593+ version =" 2.14.3 "
594594 unpack =" false" />
595595
596596 <plugin
597597 id =" com.fasterxml.jackson.core.jackson-annotations"
598598 download-size =" 0"
599599 install-size =" 0"
600- version =" 0.0.0 "
600+ version =" 2.14.3 "
601601 unpack =" false" />
602602
603603 <plugin
604604 id =" com.fasterxml.jackson.core.jackson-databind"
605605 download-size =" 0"
606606 install-size =" 0"
607- version =" 0.0.0 "
607+ version =" 2.14.3 "
608608 unpack =" false" />
609609
610610 <plugin
611611 id =" com.fasterxml.jackson.jaxrs.jackson-jaxrs-base"
612612 download-size =" 0"
613613 install-size =" 0"
614- version =" 0.0 .0"
614+ version =" 2.14 .0"
615615 unpack =" false" />
616616
617617 <plugin
618618 id =" com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider"
619619 download-size =" 0"
620620 install-size =" 0"
621- version =" 0.0 .0"
621+ version =" 2.14 .0"
622622 unpack =" false" />
623623
624624 <plugin
625625 id =" com.fasterxml.jackson.dataformat.jackson-dataformat-yaml"
626626 download-size =" 0"
627627 install-size =" 0"
628- version =" 0.0.0 "
628+ version =" 2.14.3 "
629629 unpack =" false" />
630630
631631 <plugin
632632 id =" com.fasterxml.jackson.datatype.jackson-datatype-jsr310"
633633 download-size =" 0"
634634 install-size =" 0"
635- version =" 0.0 .0"
635+ version =" 2.14 .0"
636636 unpack =" false" />
637637
638638 <plugin
22512251 id =" org.yaml.snakeyaml"
22522252 download-size =" 0"
22532253 install-size =" 0"
2254- version =" 0.0.0 "
2254+ version =" 1.33 "
22552255 unpack =" false" />
22562256
22572257 <plugin
Original file line number Diff line number Diff line change 2828 </goals >
2929 <configuration >
3030 <excludes >
31-
31+ < plugin id = " com.fasterxml.jackson.dataformat.jackson-dataformat-yaml " />
3232 <plugin id =" org.slf4j.api" />
3333 <plugin id =" net.jini.jsk-lib" />
3434 <plugin id =" net.jini.jsk-platform" />
Original file line number Diff line number Diff line change 3636 <plugin id =" jakarta.xml.bind" />
3737 <plugin id =" ch.qos.logback.slf4j" />
3838 <plugin id =" org.slf4j.api" />
39+ <plugin id =" com.fasterxml.jackson.dataformat.jackson-dataformat-yaml" />
3940 <plugin id=" jackson-datatype-jsr310" />
4041 <plugin id =" io.swagger.core.v3.swagger-models" />
4142 <plugin id =" commons-lang3" />
Original file line number Diff line number Diff line change 1313 <module >../../plugins/org.eclipse.oss.ajax</module >
1414 <module >../../plugins/org.eclipse.nebula.widgets.xviewer</module >
1515 <module >../../plugins/org.eclipse.nebula.widgets.xviewer.core</module >
16- <module >../../plugins/org.eclipse.nebula.widgets.xviewer.feature</module >
17-
16+ <module >../../plugins/org.eclipse.nebula.widgets.xviewer.feature</module >
1817 <module >../../features/org.eclipse.osee.dep.feature</module >
1918 <module >../../plugins/org.eclipse.osee.dep.p2</module >
2019 </modules >
Original file line number Diff line number Diff line change 1616 <plugin >
1717 <groupId >org.reficio</groupId >
1818 <artifactId >p2-maven-plugin</artifactId >
19- <version >1.3 .0</version >
19+ <version >2.0 .0</version >
2020 <executions >
2121 <execution >
2222 <id >default-cli</id >
2323 <phase >package</phase >
2424 <configuration >
25+ <ignoreBndErrors >false</ignoreBndErrors >
2526 <artifacts >
2627
2728 <artifact >
4041 </artifact >
4142
4243 <artifact >
43- <id >com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.2 </id >
44+ <id >com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.3 </id >
4445 <source >true</source >
4546 </artifact >
47+
48+ <artifact >
49+ <id >com.fasterxml.jackson.core:jackson-databind:jar:2.14.3</id >
50+ <source >true</source >
51+ </artifact >
52+
4653 <artifact >
4754 <id >org.postgresql:postgresql:jar:42.3.10</id >
4855 <source >true</source >
7279 <id >org.apache.cxf:cxf-rt-rs-client:jar:3.5.8</id >
7380 <source >true</source >
7481 </artifact >
75-
82+
7683
7784 <artifact >
7885 <id >org.hsqldb:hsqldb:2.6.1</id >
You can’t perform that action at this time.
0 commit comments