|
116 | 116 | <sun-mail.version>1.6.0</sun-mail.version> |
117 | 117 | <woodstox.version>4.2.0</woodstox.version> |
118 | 118 | <wsdl4j.version>1.6.3</wsdl4j.version> |
119 | | - <wss4j.version>2.2.3</wss4j.version> |
| 119 | + <wss4j.version>2.3.0</wss4j.version> |
120 | 120 | <xmlsec.version>2.2.0</xmlsec.version> |
121 | 121 | <xml-schema-core.version>2.2.2</xml-schema-core.version> |
122 | 122 | <xmlunit1.version>1.6</xmlunit1.version> |
|
725 | 725 | <dependency> |
726 | 726 | <groupId>com.sun.xml.ws</groupId> |
727 | 727 | <artifactId>jaxws-ri</artifactId> |
728 | | - <version>2.3.2</version> |
| 728 | + <version>2.3.3</version> |
729 | 729 | <type>pom</type> |
730 | 730 | <exclusions> |
731 | 731 | <exclusion> |
|
748 | 748 | <groupId>org.codehaus.woodstox</groupId> |
749 | 749 | <artifactId>stax2-api</artifactId> |
750 | 750 | </exclusion> |
| 751 | + <exclusion> |
| 752 | + <groupId>jakarta.xml.bind</groupId> |
| 753 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 754 | + </exclusion> |
751 | 755 | </exclusions> |
752 | 756 | </dependency> |
753 | 757 |
|
754 | | - <dependency> |
755 | | - <groupId>org.jvnet.staxex</groupId> |
756 | | - <artifactId>stax-ex</artifactId> |
757 | | - <version>${stax.version}</version> |
758 | | - </dependency> |
759 | | - |
760 | 758 | <dependency> |
761 | 759 | <groupId>com.sun.xml.messaging.saaj</groupId> |
762 | 760 | <artifactId>saaj-impl</artifactId> |
|
766 | 764 | <groupId>javax.xml.soap</groupId> |
767 | 765 | <artifactId>javax.xml.soap-api</artifactId> |
768 | 766 | </exclusion> |
| 767 | + <exclusion> |
| 768 | + <groupId>jakarta.xml.soap</groupId> |
| 769 | + <artifactId>jakarta.xml.soap-api</artifactId> |
| 770 | + </exclusion> |
| 771 | + <exclusion> |
| 772 | + <groupId>org.jvnet.staxex</groupId> |
| 773 | + <artifactId>stax-ex</artifactId> |
| 774 | + </exclusion> |
769 | 775 | </exclusions> |
770 | 776 | </dependency> |
771 | 777 |
|
|
775 | 781 | <version>${soap-api.version}</version> |
776 | 782 | </dependency> |
777 | 783 |
|
| 784 | + <dependency> |
| 785 | + <groupId>org.jvnet.staxex</groupId> |
| 786 | + <artifactId>stax-ex</artifactId> |
| 787 | + <version>${stax.version}</version> |
| 788 | + </dependency> |
| 789 | + |
778 | 790 | <dependency> |
779 | 791 | <groupId>javax.xml.ws</groupId> |
780 | 792 | <artifactId>jaxws-api</artifactId> |
781 | | - <version>2.3.0</version> |
| 793 | + <version>2.3.1</version> |
| 794 | + <exclusions> |
| 795 | + <exclusion> |
| 796 | + <groupId>javax.xml.bind</groupId> |
| 797 | + <artifactId>jaxb-api</artifactId> |
| 798 | + </exclusion> |
| 799 | + </exclusions> |
| 800 | + </dependency> |
| 801 | + |
| 802 | + <dependency> |
| 803 | + <groupId>jakarta.xml.bind</groupId> |
| 804 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 805 | + <version>2.3.2</version> |
782 | 806 | </dependency> |
783 | 807 |
|
784 | 808 | </dependencies> |
|
0 commit comments