|
8 | 8 | <parent> |
9 | 9 | <groupId>io.aklivity.zilla</groupId> |
10 | 10 | <artifactId>cloud</artifactId> |
11 | | - <version>0.9.92</version> |
| 11 | + <version>0.9.93</version> |
12 | 12 | <relativePath>../pom.xml</relativePath> |
13 | 13 | </parent> |
14 | 14 |
|
|
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>${project.groupId}</groupId> |
54 | | - <artifactId>binding-openapi</artifactId> |
| 54 | + <artifactId>binding-echo</artifactId> |
55 | 55 | <version>${project.version}</version> |
56 | 56 | <scope>runtime</scope> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>${project.groupId}</groupId> |
60 | | - <artifactId>binding-openapi-asyncapi</artifactId> |
| 60 | + <artifactId>binding-fan</artifactId> |
61 | 61 | <version>${project.version}</version> |
62 | 62 | <scope>runtime</scope> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>${project.groupId}</groupId> |
66 | | - <artifactId>binding-echo</artifactId> |
| 66 | + <artifactId>binding-filesystem</artifactId> |
67 | 67 | <version>${project.version}</version> |
68 | 68 | <scope>runtime</scope> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>${project.groupId}</groupId> |
72 | | - <artifactId>binding-fan</artifactId> |
| 72 | + <artifactId>binding-http</artifactId> |
73 | 73 | <version>${project.version}</version> |
74 | 74 | <scope>runtime</scope> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>${project.groupId}</groupId> |
78 | | - <artifactId>binding-filesystem</artifactId> |
| 78 | + <artifactId>binding-http-filesystem</artifactId> |
79 | 79 | <version>${project.version}</version> |
80 | 80 | <scope>runtime</scope> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>${project.groupId}</groupId> |
84 | | - <artifactId>binding-http</artifactId> |
| 84 | + <artifactId>binding-http-kafka</artifactId> |
85 | 85 | <version>${project.version}</version> |
86 | 86 | <scope>runtime</scope> |
87 | 87 | </dependency> |
|
91 | 91 | <version>${project.version}</version> |
92 | 92 | <scope>runtime</scope> |
93 | 93 | </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>${project.groupId}</groupId> |
| 96 | + <artifactId>binding-grpc-kafka</artifactId> |
| 97 | + <version>${project.version}</version> |
| 98 | + <scope>runtime</scope> |
| 99 | + </dependency> |
94 | 100 | <dependency> |
95 | 101 | <groupId>${project.groupId}</groupId> |
96 | 102 | <artifactId>binding-kafka</artifactId> |
|
99 | 105 | </dependency> |
100 | 106 | <dependency> |
101 | 107 | <groupId>${project.groupId}</groupId> |
102 | | - <artifactId>binding-proxy</artifactId> |
| 108 | + <artifactId>binding-kafka-grpc</artifactId> |
103 | 109 | <version>${project.version}</version> |
104 | 110 | <scope>runtime</scope> |
105 | 111 | </dependency> |
|
111 | 117 | </dependency> |
112 | 118 | <dependency> |
113 | 119 | <groupId>${project.groupId}</groupId> |
114 | | - <artifactId>binding-sse</artifactId> |
| 120 | + <artifactId>binding-mqtt-kafka</artifactId> |
115 | 121 | <version>${project.version}</version> |
116 | 122 | <scope>runtime</scope> |
117 | 123 | </dependency> |
118 | 124 | <dependency> |
119 | 125 | <groupId>${project.groupId}</groupId> |
120 | | - <artifactId>binding-tcp</artifactId> |
| 126 | + <artifactId>binding-openapi</artifactId> |
121 | 127 | <version>${project.version}</version> |
122 | 128 | <scope>runtime</scope> |
123 | 129 | </dependency> |
124 | 130 | <dependency> |
125 | 131 | <groupId>${project.groupId}</groupId> |
126 | | - <artifactId>binding-tls</artifactId> |
| 132 | + <artifactId>binding-openapi-asyncapi</artifactId> |
127 | 133 | <version>${project.version}</version> |
128 | 134 | <scope>runtime</scope> |
129 | 135 | </dependency> |
130 | 136 | <dependency> |
131 | 137 | <groupId>${project.groupId}</groupId> |
132 | | - <artifactId>binding-ws</artifactId> |
| 138 | + <artifactId>binding-pgsql</artifactId> |
133 | 139 | <version>${project.version}</version> |
134 | 140 | <scope>runtime</scope> |
135 | 141 | </dependency> |
136 | 142 | <dependency> |
137 | 143 | <groupId>${project.groupId}</groupId> |
138 | | - <artifactId>binding-http-filesystem</artifactId> |
| 144 | + <artifactId>binding-proxy</artifactId> |
139 | 145 | <version>${project.version}</version> |
140 | 146 | <scope>runtime</scope> |
141 | 147 | </dependency> |
142 | 148 | <dependency> |
143 | 149 | <groupId>${project.groupId}</groupId> |
144 | | - <artifactId>binding-http-kafka</artifactId> |
| 150 | + <artifactId>binding-risingwave</artifactId> |
145 | 151 | <version>${project.version}</version> |
146 | 152 | <scope>runtime</scope> |
147 | 153 | </dependency> |
148 | 154 | <dependency> |
149 | 155 | <groupId>${project.groupId}</groupId> |
150 | | - <artifactId>binding-grpc-kafka</artifactId> |
| 156 | + <artifactId>binding-sse</artifactId> |
151 | 157 | <version>${project.version}</version> |
152 | 158 | <scope>runtime</scope> |
153 | 159 | </dependency> |
154 | 160 | <dependency> |
155 | 161 | <groupId>${project.groupId}</groupId> |
156 | | - <artifactId>binding-mqtt-kafka</artifactId> |
| 162 | + <artifactId>binding-sse-kafka</artifactId> |
157 | 163 | <version>${project.version}</version> |
158 | 164 | <scope>runtime</scope> |
159 | 165 | </dependency> |
160 | 166 | <dependency> |
161 | 167 | <groupId>${project.groupId}</groupId> |
162 | | - <artifactId>binding-sse-kafka</artifactId> |
| 168 | + <artifactId>binding-tcp</artifactId> |
163 | 169 | <version>${project.version}</version> |
164 | 170 | <scope>runtime</scope> |
165 | 171 | </dependency> |
166 | 172 | <dependency> |
167 | 173 | <groupId>${project.groupId}</groupId> |
168 | | - <artifactId>binding-kafka-grpc</artifactId> |
| 174 | + <artifactId>binding-tls</artifactId> |
| 175 | + <version>${project.version}</version> |
| 176 | + <scope>runtime</scope> |
| 177 | + </dependency> |
| 178 | + <dependency> |
| 179 | + <groupId>${project.groupId}</groupId> |
| 180 | + <artifactId>binding-ws</artifactId> |
169 | 181 | <version>${project.version}</version> |
170 | 182 | <scope>runtime</scope> |
171 | 183 | </dependency> |
|
376 | 388 | <plugin> |
377 | 389 | <groupId>io.fabric8</groupId> |
378 | 390 | <artifactId>docker-maven-plugin</artifactId> |
379 | | - <version>0.43.2</version> |
| 391 | + <version>0.45.0</version> |
380 | 392 | <configuration> |
381 | 393 | <filter>${*}</filter> |
382 | 394 | <images combine.children="append"> |
|
0 commit comments