File tree Expand file tree Collapse file tree
core-java-modules/core-java-io-3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <version >${assertj.version} </version >
4747 <scope >test</scope >
4848 </dependency >
49- <!-- https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock -->
50- <dependency >
51- <groupId >com.github.tomakehurst</groupId >
52- <artifactId >wiremock</artifactId >
53- <version >${wiremock.version} </version >
54- <scope >test</scope >
55- </dependency >
5649
5750 </dependencies >
5851
5952 <build >
60- <finalName >core-java-io-3</finalName >
61- <resources >
62- <resource >
63- <directory >src/main/resources</directory >
64- <filtering >true</filtering >
65- </resource >
66- </resources >
67- <plugins >
68- <plugin >
69- <groupId >org.apache.maven.plugins</groupId >
70- <artifactId >maven-javadoc-plugin</artifactId >
71- <version >${maven-javadoc-plugin.version} </version >
72- <configuration >
73- <source >${maven.compiler.source} </source >
74- <target >${maven.compiler.target} </target >
75- </configuration >
76- </plugin >
77- </plugins >
7853 </build >
7954
8055 <properties >
8156 <assertj .version>3.6.1</assertj .version>
82- <maven-javadoc-plugin .version>3.0.0-M1</maven-javadoc-plugin .version>
83- <wiremock .version>2.26.3</wiremock .version>
8457 </properties >
8558
8659</project >
You can’t perform that action at this time.
0 commit comments