Skip to content

Commit b6bd0a8

Browse files
Update pom.xml
1 parent acdaeac commit b6bd0a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<version>${project.jackson-core-asl.version}</version>
120120
</dependency>
121121
<dependency>
122-
<groupId>com.fasterxml.jackson.core</groupId>
122+
<grcoupId>com.fasterxml.jackson.core</groupId>
123123
<artifactId>jackson-core</artifactId>
124124
<version>${project.jackson-core2.version}</version>
125125
</dependency>
@@ -290,8 +290,8 @@
290290
<artifactId>maven-compiler-plugin</artifactId>
291291
<version>2.3.2</version>
292292
<configuration>
293-
<source>1.5</source>
294-
<target>1.5</target>
293+
<source>1.7</source>
294+
<target>1.7</target>
295295
</configuration>
296296
</plugin>
297297
<plugin>

0 commit comments

Comments
 (0)