We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243ca20 commit ca91663Copy full SHA for ca91663
api-boot-project/api-boot-dependencies/pom.xml
@@ -22,7 +22,7 @@
22
<!--Minbox Projects-->
23
<minbox-bom.version>1.0.1.RELEASE</minbox-bom.version>
24
<code.builder.core.version>1.0.5.RELEASE</code.builder.core.version>
25
- <message-pipe.version>1.0.1.RELEASE</message-pipe.version>
+ <message-pipe-bom.version>1.0.2.RELEASE</message-pipe-bom.version>
26
27
<!--Others-->
28
<druid.starter.version>1.1.21</druid.starter.version>
@@ -60,7 +60,7 @@
60
<dependency>
61
<groupId>org.minbox.framework</groupId>
62
<artifactId>message-pipe-bom</artifactId>
63
- <version>${message-pipe.version}</version>
+ <version>${message-pipe-bom.version}</version>
64
<scope>import</scope>
65
<type>pom</type>
66
</dependency>
0 commit comments