File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 10
10
<classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
11
11
<attributes >
12
12
<attribute name =" maven.pomderived" value =" true" />
13
+ <attribute name =" test" value =" true" />
13
14
</attributes >
14
15
</classpathentry >
15
16
<classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
21
22
<attributes >
22
23
<attribute name =" optional" value =" true" />
23
24
<attribute name =" maven.pomderived" value =" true" />
25
+ <attribute name =" test" value =" true" />
24
26
</attributes >
25
27
</classpathentry >
26
28
<classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/4" />
38
40
<classpathentry kind =" lib" path =" libs/slf4j-log4j12-1.7.7.jar" />
39
41
<classpathentry kind =" lib" path =" libs/slf4j-api-1.7.7.jar" />
40
42
<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 >
41
60
<classpathentry kind =" output" path =" target/classes" />
42
61
</classpath >
Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >cn.jpush.api</groupId >
44
44
<artifactId >jiguang-common</artifactId >
45
- <version >1.1.1 </version >
45
+ <version >1.1.3 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >org.apache.httpcomponents</groupId >
You can’t perform that action at this time.
0 commit comments