File tree Expand file tree Collapse file tree
main/java/com/afrozaar/wordpress/wpapi/v2
test/java/com/afrozaar/wordpress/wpapi/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77/** /pom.xml~
88/atlassian-ide-plugin.xml
99/** /* .yaml
10+ /.classpath
Original file line number Diff line number Diff line change 122122 </execution >
123123 </executions >
124124 </plugin >
125- <plugin >
126- <groupId >org.jolokia</groupId >
127- <artifactId >docker-maven-plugin</artifactId >
128- <version >0.13.8</version >
129- <configuration >
130- <images >
131- <image >
132- <name >afrozaar/wordpress</name >
133- <run >
134- <log >
135- <enabled >true</enabled >
136- <color >red</color >
137- </log >
138- <wait >
139- <log >INFO success: mysqld entered RUNNING state</log >
140- </wait >
141- <ports >
142- <port >80:80</port >
143- </ports >
144- </run >
145- </image >
146- </images >
147- <docker .follow />
148- </configuration >
149- <executions >
150- <execution >
151- <id >integration-test-start</id >
152- <phase >pre-integration-test</phase >
153- <goals >
154- <goal >start</goal >
155- </goals >
156- </execution >
157- <execution >
158- <id >integration-test-stop</id >
159- <phase >post-integration-test</phase >
160- <goals >
161- <goal >stop</goal >
162- </goals >
163- </execution >
164- </executions >
165- </plugin >
166125 <plugin >
167126 <groupId >org.apache.maven.plugins</groupId >
168127 <artifactId >maven-failsafe-plugin</artifactId >
248207 <artifactId >jsr305</artifactId >
249208 <version >3.0.1</version >
250209 </dependency >
210+ <dependency >
211+ <groupId >org.testcontainers</groupId >
212+ <artifactId >testcontainers</artifactId >
213+ <version >1.7.3</version >
214+ <scope >test</scope >
215+ </dependency >
251216 </dependencies >
252217</project >
You can’t perform that action at this time.
0 commit comments