File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34
45 <groupId >com.scriptbasic</groupId >
6970 <reports >
7071 </reports >
7172 </plugin >
72- <!--
73- -->
74- <plugin >
73+ <plugin >
7574 <groupId >org.apache.maven.plugins</groupId >
7675 <artifactId >maven-javadoc-plugin</artifactId >
7776 <version >2.7</version >
195194 <artifactId >powermock-api-mockito</artifactId >
196195 <version >${powermock.version} </version >
197196 <scope >test</scope >
198- </dependency ><!-- <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId>
199- <version>1.0.1</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId>
200- <artifactId>logback-classic</artifactId> <version>1.0.1</version> </dependency>
201- <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId>
202- <version>1.6.4</version> </dependency> -->
197+ </dependency >
203198 </dependencies >
204199</project >
You can’t perform that action at this time.
0 commit comments