Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYARA-3439-Upgrade-asm-to-version-7.0 #3634

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions appserver/packager/microprofile-package/pom.xml
Expand Up @@ -2,7 +2,7 @@
<!--
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) [2016-2018] Payara Foundation and/or its affiliates. All rights reserved.
* Copyright (c) [2016-2019] Payara Foundation and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -279,11 +279,6 @@
<artifactId>asm-util</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-xml</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/pom.xml
Expand Up @@ -207,7 +207,7 @@
<microprofile-openapi.version>1.0</microprofile-openapi.version>

<nimbus-jose-jwt.version>5.4</nimbus-jose-jwt.version>
<accessors-smart.version>1.2.payara-p1</accessors-smart.version>
<accessors-smart.version>1.2.payara-p2</accessors-smart.version>
<json-smart.version>2.3</json-smart.version>
<jcip-annotations.version>1.0-1</jcip-annotations.version>
<!-- Yubico client validation version property -->
Expand Down
2 changes: 1 addition & 1 deletion nucleus/pom.xml
Expand Up @@ -351,7 +351,7 @@
<v3-docs.version>4.1</v3-docs.version>
<v3-docs-l10n.version>4.0-b07</v3-docs-l10n.version>
<l10n.version>3.1-b41</l10n.version>
<asm.version>6.2.1</asm.version>
<asm.version>7.0</asm.version>
<ha-api.version>3.1.11</ha-api.version>
<hazelcast.version>3.11.1</hazelcast.version>
<hazelcast.kubernetes.version>1.3.1</hazelcast.kubernetes.version>
Expand Down