Skip to content

Commit

Permalink
Update to the latest Aries Typed Event release
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ward <timothyjward@apache.org>
  • Loading branch information
timothyjward committed Apr 22, 2024
1 parent de28b93 commit cee063b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -22,6 +22,9 @@ webclient/node_modules
webclient/package-lock.json
webclient/dist

# POM flattening
.flattened-pom.xml

# MQTT tests
.moquette_uuid

Expand Down
Expand Up @@ -18,7 +18,7 @@
{ "id": "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0" },
{ "id": "org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0" },
{ "id": "org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2" },
{ "id": "org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT" },
{ "id": "org.apache.aries.typedevent:org.apache.aries.typedevent.bus:${aries.typedevent.version}" },
{ "id": "io.dropwizard.metrics:metrics-core:4.2.19" }
]
}
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -141,7 +141,7 @@
<felix.feature.version>1.0.2</felix.feature.version>
<johnzon.version>2.0.0</johnzon.version>
<aries.component-dsl.version>1.2.2</aries.component-dsl.version>
<aries.typedevent.version>0.0.2-SNAPSHOT</aries.typedevent.version>
<aries.typedevent.version>0.0.2</aries.typedevent.version>
<aries.spifly.version>1.3.7</aries.spifly.version>
<felix.servlet.version>2.1.0</felix.servlet.version>
<antlr.version>4.12.0</antlr.version>
Expand Down

0 comments on commit cee063b

Please sign in to comment.