File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.google.adk</groupId >
2222 <artifactId >google-adk-parent</artifactId >
23- <version >0.9 .1-SNAPSHOT</version ><!-- {x-version-update:google-adk:current} -->
23+ <version >1.0.1-rc .1-SNAPSHOT</version ><!-- {x-version-update:google-adk:current} -->
2424 <relativePath >../../pom.xml</relativePath >
2525 </parent >
2626
102102 <dependency >
103103 <groupId >me.fabriciorby</groupId >
104104 <artifactId >maven-surefire-junit5-tree-reporter</artifactId >
105- <version >0.1.0</version >
106- </dependency >
107- <!-- Explicitly add JUnit Jupiter Engine for Surefire's classpath -->
108- <dependency >
109- <groupId >org.junit.jupiter</groupId >
110- <artifactId >junit-jupiter-engine</artifactId >
111- <version >${junit.version} </version >
112- </dependency >
113- <!-- Explicitly add Mockito JUnit Jupiter for Surefire's classpath -->
114- <dependency >
115- <groupId >org.mockito</groupId >
116- <artifactId >mockito-junit-jupiter</artifactId >
117- <version >${mockito.version} </version >
105+ <version >1.3.0</version >
118106 </dependency >
119107 </dependencies >
120108 <configuration >
123111 <includes >
124112 <include >**/*Test.java</include >
125113 </includes >
126- <!-- Explicitly define test source directory -->
127- <testSourceDirectory >${project.basedir} /src/test/java</testSourceDirectory >
128114 </configuration >
129115 </plugin >
130116 </plugins >
You can’t perform that action at this time.
0 commit comments