Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 606d095

Browse files
yaminikbarindam-bandyopadhyay
authored andcommitted
Reverting Metro and other components updates (#21991)
This is revert commit for of PR 21970 and PR 21925
1 parent 7165b9d commit 606d095

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

appserver/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<javax.interceptor-api.version>1.2</javax.interceptor-api.version>
7373
<javax.xml.rpc-api.version>1.1.1</javax.xml.rpc-api.version>
7474
<javax.transaction-api.version>1.2.1</javax.transaction-api.version>
75-
<jaxws-api.version>2.3.0</jaxws-api.version>
75+
<jaxws-api.version>2.2.8</jaxws-api.version>
7676
<javax.faces-api.version>2.3</javax.faces-api.version>
7777
<cdi-api.version>2.0</cdi-api.version>
7878
<javax.inject.version>1</javax.inject.version>
@@ -103,12 +103,12 @@
103103
<jsftemplating.version>2.1.2</jsftemplating.version>
104104
<uc-pkg-client.version>1.122-57.2889</uc-pkg-client.version>
105105
<uc-pkg-bootstrap.version>1.122-57.2889</uc-pkg-bootstrap.version>
106-
<webservices.version>2.4.0-b170703.2107</webservices.version>
106+
<webservices.version>2.3.2-b608</webservices.version>
107107
<jsr181-api.version>1.0-MR1</jsr181-api.version>
108-
<woodstox.version>4.4.1</woodstox.version>
109-
<jaxb-api.version>2.3.0</jaxb-api.version>
110-
<jaxb.version>2.3.0-b170624.2321</jaxb.version>
111-
<stax2-api.version>3.1.4</stax2-api.version>
108+
<woodstox.version>4.2.0</woodstox.version>
109+
<jaxb-api.version>2.2.13-b141020.1521</jaxb-api.version>
110+
<jaxb.version>2.2.12-b141219.1637</jaxb.version>
111+
<stax2-api.version>3.1.1</stax2-api.version>
112112
<javax.xml.registry-api.version>1.0.7</javax.xml.registry-api.version>
113113
<eclipselink.version>2.7.0-RC1</eclipselink.version>
114114
<javax-persistence-api.version>2.2.0-RC1</javax-persistence-api.version>

appserver/tests/appserv-tests/devtests/security/wss/encThenSign-default-conf/servletws/build.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@
5555
&testproperties;
5656
&commonSecurity;
5757

58-
<target name="all"
59-
depends="clean, build, setup, deploy, run, undeploy, unsetup"/>
60-
58+
<!--<target name="all"
59+
depends="clean, build, setup, deploy, run, undeploy, unsetup"/>-->
60+
<target name="all" depends="clean">
61+
<echo message="FIXME: Known failure."/>
62+
</target>
63+
6164
<target name="run-test"
6265
depends="clean, build, deploy, run, undeploy"/>
6366

appserver/tests/appserv-tests/devtests/security/wss/permethod/servletws/build.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@
5555
&testproperties;
5656
&commonSecurity;
5757

58-
<target name="all"
59-
depends="clean, build, setup, deploy, run, undeploy, unsetup"/>
58+
<!--<target name="all"
59+
depends="clean, build, setup, deploy, run, undeploy, unsetup"/>-->
60+
<target name="all" depends="clean">
61+
<echo message="FIXME: Known failure."/>
62+
</target>
6063

6164
<target name="run-test"
6265
depends="clean, build, deploy, run, undeploy"/>

nucleus/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<servlet-api.version>4.0.0-b07</servlet-api.version>
131131
<grizzly.version>2.4.0-beta8</grizzly.version>
132132
<grizzly.npn.version>1.7</grizzly.npn.version>
133-
<saaj-api.version>1.4.0</saaj-api.version>
133+
<saaj-api.version>1.3.4</saaj-api.version>
134134
<hk2.version>2.5.0-b36</hk2.version>
135135
<hk2.plugin.version>2.5.0-b33</hk2.plugin.version>
136136
<jboss.logging.version>3.3.1.Final</jboss.logging.version>
@@ -143,13 +143,14 @@
143143
<trilead-ssh2.version>build212-hudson-6</trilead-ssh2.version>
144144
<pfl.version>4.0.0-b004</pfl.version>
145145
<gmbal.version>4.0.0-b001</gmbal.version>
146+
<woodstox.version>4.1.2</woodstox.version>
146147
<antlr.version>2.7.6</antlr.version>
147148
<jersey.version>2.26-b07</jersey.version>
148149
<jackson.version>2.8.4</jackson.version>
149150
<jettison.version>1.3.3</jettison.version>
150151
<jax-rs-api.spec.version>2.1</jax-rs-api.spec.version>
151152
<jax-rs-api.impl.version>2.1-m09</jax-rs-api.impl.version>
152-
<mimepull.version>1.9.7</mimepull.version>
153+
<mimepull.version>1.9.4</mimepull.version>
153154
<jbi.version>1.0</jbi.version>
154155
<glassfish-management-api.version>3.2.1-b002</glassfish-management-api.version>
155156
<btrace.version>1.0.5</btrace.version>
@@ -166,7 +167,7 @@
166167
<command-security-plugin.version>1.0.7</command-security-plugin.version>
167168
<command.security.maven.plugin.isFailureFatal>false</command.security.maven.plugin.isFailureFatal>
168169
<mail.version>1.6.0-rc2</mail.version>
169-
<javax.annotation-api.version>1.3</javax.annotation-api.version>
170+
<javax.annotation-api.version>1.3-b01</javax.annotation-api.version>
170171
<copyright-plugin.version>1.42</copyright-plugin.version>
171172
<jdk.version>1.7.0-09</jdk.version>
172173
<nucleus.install.dir.name>nucleus</nucleus.install.dir.name>

0 commit comments

Comments
 (0)