Skip to content

Commit ce10927

Browse files
committed
Update jackcess library and remove test code
1 parent 171e779 commit ce10927

File tree

3 files changed

+9
-53
lines changed

3 files changed

+9
-53
lines changed

Release Notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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

pom.xml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
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>
@@ -29,7 +23,7 @@
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>
@@ -50,7 +44,7 @@
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>
@@ -60,12 +54,7 @@
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>
@@ -119,6 +108,10 @@
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>

src/test/java/uk/co/pueblo/msmquote/AppTest.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)