-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge Mip 69 #399
Merge Mip 69 #399
Conversation
…s-io/MIPs#69 (#395) Prior to this change, bcprov-jdk15on jar is added in wallet packaging as it's coming as a compiled dependency in org.web3j.utils. With new feature about the new Argon2IdPasswordEncoder, this dependency is needed at gatein portal level. So this PR exclude this jar from compiled scope, so that, if someone uninstall wallet addon, the bcprov-jdk15on is not removed.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete MIPs FB version change commit
@@ -22,12 +22,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |||
<parent> | |||
<artifactId>addons-parent-pom</artifactId> | |||
<groupId>org.exoplatform.addons</groupId> | |||
<version>17-M04</version> | |||
<version>17-mips-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>17-mips-SNAPSHOT</version> | |
<version>17-M04</version> |
<relativePath/> | ||
</parent> | ||
<groupId>org.exoplatform.addons.wallet</groupId> | ||
<artifactId>wallet</artifactId> | ||
<version>2.5.x-SNAPSHOT</version> | ||
<version>2.5.x-mips-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>2.5.x-mips-SNAPSHOT</version> | |
<version>2.5.x-SNAPSHOT</version> |
@@ -46,10 +46,10 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |||
</scm> | |||
<properties> | |||
<!-- 3rd party libraries versions --> | |||
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version> | |||
<org.exoplatform.social.version>6.5.x-mips-SNAPSHOT</org.exoplatform.social.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<org.exoplatform.social.version>6.5.x-mips-SNAPSHOT</org.exoplatform.social.version> | |
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version> |
<org.exoplatform.platform-ui.version>6.5.x-mips-SNAPSHOT</org.exoplatform.platform-ui.version> | ||
<addon.exo.analytics.version>1.4.x-mips-SNAPSHOT</addon.exo.analytics.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<org.exoplatform.platform-ui.version>6.5.x-mips-SNAPSHOT</org.exoplatform.platform-ui.version> | |
<addon.exo.analytics.version>1.4.x-mips-SNAPSHOT</addon.exo.analytics.version> | |
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version> | |
<addon.exo.analytics.version>1.4.x-SNAPSHOT</addon.exo.analytics.version> |
I close this pr as it is not the correct source branch |
No description provided.