File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >SQLiteSyncCore</groupId >
8
8
<artifactId >SQLiteSyncCore</artifactId >
9
- <version >1.0.1 </version >
9
+ <version >1.0.2 </version >
10
10
11
11
<repositories >
12
12
<repository >
25
25
26
26
<packaging >jar</packaging >
27
27
<properties >
28
- <jackson .version>2.8.5 </jackson .version>
29
- <jersey2 .version>2.25</jersey2 .version>
28
+ <jackson .version>2.9.9 </jackson .version>
29
+ <jersey2 .version>2.25.1 </jersey2 .version>
30
30
</properties >
31
31
<dependencies >
32
32
<dependency >
61
61
<dependency >
62
62
<groupId >mysql</groupId >
63
63
<artifactId >mysql-connector-java</artifactId >
64
- <version >6 .0.5 </version >
64
+ <version >8 .0.16 </version >
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >commons-io</groupId >
112
112
<dependency >
113
113
<groupId >com.mchange</groupId >
114
114
<artifactId >c3p0</artifactId >
115
- <version >0.9.5.2 </version >
115
+ <version >0.9.5.4 </version >
116
116
</dependency >
117
117
<dependency >
118
118
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.sqlitesync.ws</groupId >
7
7
<artifactId >SqliteSync</artifactId >
8
- <version >1.0.1 </version >
8
+ <version >1.0.2 </version >
9
9
<packaging >war</packaging >
10
10
11
11
<repositories >
23
23
</repository >
24
24
</repositories >
25
25
<properties >
26
- <jersey2 .version>2.25</jersey2 .version>
27
26
<jaxrs .version>2.0.1</jaxrs .version>
28
- <jackson .version>2.8.5</jackson .version>
27
+ <jackson .version>2.9.9</jackson .version>
28
+ <jersey2 .version>2.25.1</jersey2 .version>
29
29
</properties >
30
30
<dependencies >
31
31
<dependency >
32
32
<groupId >SQLiteSyncCore</groupId >
33
33
<artifactId >SQLiteSyncCore</artifactId >
34
- <version >1.0.1 </version >
34
+ <version >1.0.2 </version >
35
35
<scope >system</scope >
36
36
<systemPath >
37
- ${project.basedir} /../sqlitesync -core/out/artifacts/SQLiteSyncCore_jar/SQLiteSyncCore.jar
37
+ ${project.basedir} /../amplisync -core/out/artifacts/SQLiteSyncCore_jar/SQLiteSyncCore.jar
38
38
</systemPath >
39
39
</dependency >
40
40
<!-- JAX-RS -->
You can’t perform that action at this time.
0 commit comments