Project:
View Revisions: Issue #40925 | [ Back to Issue ] | ||
Summary | 0040925: Remove unneeded asm-3.2.jar library | ||
Revision | 2019-05-21 08:33 by caristu | ||
Description | The asm-3.2.jar library was included in Analytics because it is a compile dependency of jersey-server-1.11 library[1]. After this changeset[2], the jersey-server library was updated to version 1.19, which does not longer requires the dependency with asm library[3]. This is because the asm classes are repackaged and included inside the jersey-server library itself, under the "jersey.repackaged.org.objectweb.asm" package. [1] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.11 [^] [2] https://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/2b218040d291 [^] [3] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.19 [^] |
||
Revision | 2019-05-21 08:32 by caristu | ||
Description | The asm-3.2.jar library was included in Analytics because it is a compile dependency of jersey-server-1.11 library[1]. After this changeset[2], the jersey-server library was updated to version 1.19, which does not longer requires the dependency with asm library[3]. This is because the asm classes are repackaged and included inside the library itself, under the "jersey.repackaged.org.objectweb.asm" package. [1] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.11 [^] [2] https://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/2b218040d291 [^] [3] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.19 [^] |
||
Revision | 2019-05-21 08:32 by caristu | ||
Description | The asm-3.2.jar library was included in Analytics because it is a compile dependency of jersey-server-1.11 library[1]. After this changeset[2], the jersey-server library was updated to version 1.19, which does not longer requires asm dependency[3]. This is because the asm classes are repackaged and included inside the library itself, under the "jersey.repackaged.org.objectweb.asm" package. [1] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.11 [^] [2] https://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/2b218040d291 [^] [3] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.19 [^] |
Copyright © 2000 - 2009 MantisBT Group |