File tree Expand file tree Collapse file tree
src/main/java/com/jwebmp/testing/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ Thumbs.db
1919** /flatter.pom
2020flatter.pom ** /* .classpath
2121/.idea /
22+ /.vscode /
Original file line number Diff line number Diff line change 1+ [submodule "rules "]
2+ path = rules
3+ url = https://github.com/GuicedEE/ai-rules.git
Original file line number Diff line number Diff line change 6666 <!-- Integration Testing -->
6767
6868 <!-- BrowserStack Local bindings -->
69- <dependency >
69+ <!-- <dependency>
7070 <groupId>com.browserstack</groupId>
7171 <artifactId>browserstack-local-java</artifactId>
72- <version >1.1.7 </version >
72+ <version>LATEST </version>
7373 </dependency>
7474
7575 <dependency>
7676 <groupId>com.browserstack</groupId>
7777 <artifactId>browserstack-java-sdk</artifactId>
7878 <version>LATEST</version>
79- </dependency >
79+ </dependency>-->
8080 <dependency >
8181 <groupId >com.guicedee</groupId >
8282 <artifactId >guiced-vertx-web</artifactId >
8989 <dependencies >
9090 <dependency >
9191 <groupId >com.guicedee</groupId >
92- <artifactId >standalone -bom</artifactId >
92+ <artifactId >guicedee -bom</artifactId >
9393 <type >pom</type >
9494 <scope >import</scope >
9595 <version >${guicedee.version} </version >
Original file line number Diff line number Diff line change 11package com .jwebmp .testing .services ;
22
3- import com .guicedee .guicedinjection . interfaces .IDefaultService ;
3+ import com .guicedee .client . services .IDefaultService ;
44import com .jwebmp .testing .BaseTest ;
55
66@ FunctionalInterface
Original file line number Diff line number Diff line change 11package com .jwebmp .testing .services ;
22
3- import com .guicedee .guicedinjection . interfaces .IDefaultService ;
3+ import com .guicedee .client . services .IDefaultService ;
44import com .jwebmp .testing .BaseTest ;
55
66@ FunctionalInterface
Original file line number Diff line number Diff line change 11package com .jwebmp .testing .services ;
22
3- import com .guicedee .guicedinjection . interfaces .IDefaultService ;
3+ import com .guicedee .client . services .IDefaultService ;
44import com .jwebmp .testing .BaseTest ;
55
66@ FunctionalInterface
You can’t perform that action at this time.
0 commit comments