Skip to content

Commit

Permalink
chore: updated moquette, selected central as source [backport release…
Browse files Browse the repository at this point in the history
…-4.1.0] (#5345)

chore: updated moquette, selected central as source (#4175)

* chore: updated moquette, selected central as source

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

* chore: restored version by variable

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

* chore: fixed build

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
(cherry picked from commit ba296b2)

Co-authored-by: Matteo Maiero <matteo.maiero@eurotech.com>
  • Loading branch information
github-actions[bot] and MMaiero authored Sep 23, 2024
1 parent 410d25d commit 1157cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import io.moquette.server.Server;
import io.moquette.broker.Server;


@RunWith(Suite.class)
@SuiteClasses({ DataServiceTest.class, CloudDeploymentHandlerTest.class, CloudServiceTest.class, CommURITest.class,
Expand Down
18 changes: 3 additions & 15 deletions target-platform/moquette-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,10 @@
<version>1.0.0-SNAPSHOT</version>

<properties>
<maven-bundle-plugin.version>3.0.1</maven-bundle-plugin.version>
<moquette-broker.version>0.8.1</moquette-broker.version>
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
<moquette-broker.version>0.15</moquette-broker.version>
</properties>

<repositories>
<repository>
<id>bintray</id>
<url>https://jcenter.bintray.com</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>io.moquette</groupId>
Expand Down Expand Up @@ -98,6 +85,7 @@
<Embed-Transitive>true</Embed-Transitive>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
<_noee>true</_noee>
<_fixupmessages>"Classes found in the wrong directory";is:=warning</_fixupmessages>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 1157cbb

Please sign in to comment.