Skip to content

Commit a0509c9

Browse files
authored
Merge pull request #31 from hazendaz/master
Update dependencies and cleanup configuration
2 parents f64b080 + 4f4b8ea commit a0509c9

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: java
22
sudo: false
33

44
jdk:
5+
- oraclejdk9
56
- oraclejdk8
67
- openjdk8
78
- openjdk7

pom.xml

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,22 @@
8080
<maven.compiler.testTarget>1.7</maven.compiler.testTarget>
8181
<maven.compiler.testSource>1.7</maven.compiler.testSource>
8282

83+
<signature.artifact>java17</signature.artifact>
84+
<signature.version>1.0</signature.version>
85+
8386
<clirr.comparisonVersion>1.1.2</clirr.comparisonVersion>
8487
</properties>
8588

8689
<dependencies>
8790
<dependency>
8891
<groupId>org.mybatis</groupId>
8992
<artifactId>mybatis</artifactId>
90-
<version>3.4.4</version>
93+
<version>3.4.5</version>
9194
</dependency>
9295
<dependency>
9396
<groupId>org.freemarker</groupId>
9497
<artifactId>freemarker</artifactId>
95-
<version>2.3.26-incubating</version>
98+
<version>2.3.27-incubating</version>
9699
</dependency>
97100

98101
<!-- TEST -->
@@ -116,30 +119,4 @@
116119
</dependency>
117120
</dependencies>
118121

119-
<build>
120-
<plugins>
121-
<plugin>
122-
<groupId>org.codehaus.mojo</groupId>
123-
<artifactId>animal-sniffer-maven-plugin</artifactId>
124-
<version>1.15</version>
125-
<configuration>
126-
<signature>
127-
<groupId>org.codehaus.mojo.signature</groupId>
128-
<artifactId>java17</artifactId>
129-
<version>1.0</version>
130-
</signature>
131-
</configuration>
132-
<executions>
133-
<execution>
134-
<id>check-java-1.7-compat</id>
135-
<phase>process-classes</phase>
136-
<goals>
137-
<goal>check</goal>
138-
</goals>
139-
</execution>
140-
</executions>
141-
</plugin>
142-
</plugins>
143-
</build>
144-
145122
</project>

0 commit comments

Comments
 (0)