File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1010 <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
1111 <attributes >
1212 <attribute name =" maven.pomderived" value =" true" />
13+ <attribute name =" test" value =" true" />
1314 </attributes >
1415 </classpathentry >
1516 <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
2122 <attributes >
2223 <attribute name =" optional" value =" true" />
2324 <attribute name =" maven.pomderived" value =" true" />
25+ <attribute name =" test" value =" true" />
2426 </attributes >
2527 </classpathentry >
2628 <classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/4" />
3840 <classpathentry kind =" lib" path =" libs/slf4j-log4j12-1.7.7.jar" />
3941 <classpathentry kind =" lib" path =" libs/slf4j-api-1.7.7.jar" />
4042 <classpathentry kind =" lib" path =" libs/gson-2.2.4.jar" />
43+ <classpathentry kind =" src" path =" target/generated-sources/annotations" >
44+ <attributes >
45+ <attribute name =" optional" value =" true" />
46+ <attribute name =" maven.pomderived" value =" true" />
47+ <attribute name =" ignore_optional_problems" value =" true" />
48+ <attribute name =" m2e-apt" value =" true" />
49+ </attributes >
50+ </classpathentry >
51+ <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources/test-annotations" >
52+ <attributes >
53+ <attribute name =" optional" value =" true" />
54+ <attribute name =" maven.pomderived" value =" true" />
55+ <attribute name =" ignore_optional_problems" value =" true" />
56+ <attribute name =" m2e-apt" value =" true" />
57+ <attribute name =" test" value =" true" />
58+ </attributes >
59+ </classpathentry >
4160 <classpathentry kind =" output" path =" target/classes" />
4261</classpath >
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >cn.jpush.api</groupId >
4444 <artifactId >jiguang-common</artifactId >
45- <version >1.1.1 </version >
45+ <version >1.1.3 </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >org.apache.httpcomponents</groupId >
You can’t perform that action at this time.
0 commit comments