Skip to content

Commit

Permalink
Merge branch 'release/0.46'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Jun 5, 2021
2 parents 2fc4652 + 4161eb0 commit 0c102b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ specific language governing permissions and limitations
under the License.

This project includes:
Gson under Apache 2.0

7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-mqtt</artifactId>
<version>0.45</version>
<version>0.46</version>
<name>MQTT Nukleus Implementation</name>
<description>MQTT Nukleus Implementation</description>
<url>https://github.com/reaktivity/nukleus-mqtt.java</url>
Expand Down Expand Up @@ -77,11 +77,6 @@
<version>${reaktor.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>reaktor</artifactId>
Expand Down

0 comments on commit 0c102b7

Please sign in to comment.