File tree Expand file tree Collapse file tree 3 files changed +9
-53
lines changed
src/test/java/uk/co/pueblo/msmquote Expand file tree Collapse file tree 3 files changed +9
-53
lines changed Original file line number Diff line number Diff line change 22
33## Changes
44* Jackson-databind updated to version 2.11.2.
5- * Jackcess updated to 3.5.0.
5+ * Jackcess updated to 3.5.1.
6+ * Remove unused test code.
67
78# Version 3.1.3
89
Original file line number Diff line number Diff line change 1515 </properties >
1616
1717 <dependencies >
18- <dependency >
19- <groupId >junit</groupId >
20- <artifactId >junit</artifactId >
21- <version >3.8.1</version >
22- <scope >test</scope >
23- </dependency >
2418 <dependency >
2519 <groupId >com.fasterxml.jackson.core</groupId >
2620 <artifactId >jackson-databind</artifactId >
2923 <dependency >
3024 <groupId >com.healthmarketscience.jackcess</groupId >
3125 <artifactId >jackcess</artifactId >
32- <version >3.5.0 </version >
26+ <version >3.5.1 </version >
3327 </dependency >
3428 <dependency >
3529 <groupId >com.healthmarketscience.jackcess</groupId >
5044 <plugin >
5145 <groupId >org.apache.maven.plugins</groupId >
5246 <artifactId >maven-shade-plugin</artifactId >
53- <version >3.2.3 </version >
47+ <version >3.2.4 </version >
5448 </plugin >
5549 <plugin >
5650 <groupId >org.apache.maven.plugins</groupId >
6054 <plugin >
6155 <groupId >org.apache.maven.plugins</groupId >
6256 <artifactId >maven-resources-plugin</artifactId >
63- <version >3.1.0</version >
64- </plugin >
65- <plugin >
66- <groupId >org.apache.maven.plugins</groupId >
67- <artifactId >maven-surefire-plugin</artifactId >
68- <version >3.0.0-M4</version >
57+ <version >3.2.0</version >
6958 </plugin >
7059 <plugin >
7160 <groupId >org.apache.maven.plugins</groupId >
119108 </archive >
120109 </configuration >
121110 </plugin >
111+ <plugin >
112+ <groupId >org.apache.maven.plugins</groupId >
113+ <artifactId >maven-release-plugin</artifactId >
114+ </plugin >
122115 </plugins >
123116
124117 </build >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments