diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-12 15:42:06 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-12 15:42:06 -0400 |
commit | 2ba8a08a4a6056ac1ce5dff16ed4f11b8c5c8459 (patch) | |
tree | eeae3217156e164ca1ee70641398e24a68a7bc9b /installed-odl-bom | |
parent | 7fb88326062bdd7669a5e765e033639a0664ccfc (diff) |
Reverting javax.servler-api to verison 3.0.1
Issue-ID: SDNC-1581
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ife5e37489bf3a6571435d68730a21e4c9d5d85c0
Diffstat (limited to 'installed-odl-bom')
-rw-r--r-- | installed-odl-bom/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/installed-odl-bom/pom.xml b/installed-odl-bom/pom.xml index dcdbe39c..18a0eef7 100644 --- a/installed-odl-bom/pom.xml +++ b/installed-odl-bom/pom.xml @@ -370,10 +370,11 @@ <artifactId>javax.security.auth.message-api</artifactId> <version>1.1</version> </dependency> + <!-- TODO: Short Term fix, as 4.0.1 seems to have buggy MANIFEST.MF --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>4.0.1</version> + <version>3.1.0</version> </dependency> <dependency> <groupId>javax.transaction</groupId> @@ -4412,7 +4413,7 @@ </dependency> </dependencies> </dependencyManagement> - + <build> <plugins> <plugin> |