File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
httpclient/src/test/java/org/baeldung/httpclient
spring-security-login-and-registration Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 <attribute name =" maven.pomderived" value =" true" />
2727 </attributes >
2828 </classpathentry >
29+ <classpathentry kind =" src" output =" target/classes" path =" src/main/java" >
30+ <attributes >
31+ <attribute name =" optional" value =" true" />
32+ <attribute name =" maven.pomderived" value =" true" />
33+ </attributes >
34+ </classpathentry >
2935 <classpathentry kind =" output" path =" target/classes" />
3036</classpath >
Original file line number Diff line number Diff line change 77import org .apache .http .HttpEntity ;
88import org .apache .http .entity .HttpEntityWrapper ;
99
10-
1110public class ProgressEntityWrapper extends HttpEntityWrapper {
1211 private final ProgressListener listener ;
1312
Original file line number Diff line number Diff line change 2828 <attribute name =" maven.pomderived" value =" true" />
2929 </attributes >
3030 </classpathentry >
31- <classpathentry kind =" con" path =" org.eclipse.jst.j2ee.internal.web.container" />
32- <classpathentry kind =" con" path =" org.eclipse.jst.j2ee.internal.module.container" />
3331 <classpathentry kind =" output" path =" target/classes" />
3432</classpath >
You can’t perform that action at this time.
0 commit comments