Skip to content

Commit 58c1594

Browse files
authored
feat: Move reactive-streams to Meeds packaging (#680)
This change will move `reactive-streams` library as general dependency in Meeds package.
1 parent 21e202e commit 58c1594

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

wallet-packaging/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
5757
<groupId>org.ow2.asm</groupId>
5858
<artifactId>asm</artifactId>
5959
</exclusion>
60+
<exclusion>
61+
<groupId>org.reactivestreams</groupId>
62+
<artifactId>reactive-streams</artifactId>
63+
</exclusion>
6064
</exclusions>
6165
</dependency>
6266

wallet-webapps/package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)