Skip to content

Commit

Permalink
Merge pull request #3634 from mulderbaba/PAYARA-3439-Upgrade-asm-to-v…
Browse files Browse the repository at this point in the history
…ersion-7.0

PAYARA-3439-Upgrade-asm-to-version-7.0
  • Loading branch information
arjantijms authored Jan 23, 2019
2 parents ef378fa + 2489ec1 commit 195598e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions appserver/packager/microprofile-package/pom.xml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 195598e

Please sign in to comment.