File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
1515 <org .mockito.version>5.23.0</org .mockito.version>
1616 <com .vmlens.version>1.2.28</com .vmlens.version>
17+ <cel .version>0.12.0</cel .version>
1718 <!-- exclusion expression for e2e tests -->
1819 <testExclusions >**/e2e/*.java</testExclusions >
1920 <module-name >${project.groupId} .${project.artifactId} </module-name >
191192
192193 <dependency >
193194 <groupId >dev.cel</groupId >
194- <artifactId >cel</artifactId >
195- <version >0.12.0</version >
195+ <artifactId >compiler</artifactId >
196+ <version >${cel.version} </version >
197+ <scope >test</scope >
198+ </dependency >
199+ <dependency >
200+ <groupId >dev.cel</groupId >
201+ <artifactId >runtime</artifactId >
202+ <version >${cel.version} </version >
203+ <scope >test</scope >
204+ </dependency >
205+ <dependency >
206+ <groupId >dev.cel</groupId >
207+ <artifactId >common</artifactId >
208+ <version >${cel.version} </version >
196209 <scope >test</scope >
197210 </dependency >
198211
You can’t perform that action at this time.
0 commit comments