Skip to content

Commit 66b0975

Browse files
author
dmitriy.grytsovets
committed
1.7.0-SNAPSHOT
1 parent 7dfaf30 commit 66b0975

File tree

64 files changed

+1049
-3138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1049
-3138
lines changed

pom.xml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.tarantool</groupId>
55
<artifactId>connector</artifactId>
6-
<version>1.6.6-SNAPSHOT</version>
6+
<version>1.7.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -39,8 +39,8 @@
3939
<artifactId>maven-compiler-plugin</artifactId>
4040
<version>3.2</version>
4141
<configuration>
42-
<source>1.6</source>
43-
<target>1.6</target>
42+
<source>1.7</source>
43+
<target>1.7</target>
4444
</configuration>
4545
</plugin>
4646
</plugins>
@@ -52,30 +52,6 @@
5252
<version>4.12</version>
5353
<scope>test</scope>
5454
</dependency>
55-
<!-- the core, which includes Streaming API, shared low-level abstractions (but NOT data-binding) -->
56-
<dependency>
57-
<groupId>com.fasterxml.jackson.core</groupId>
58-
<artifactId>jackson-core</artifactId>
59-
<version>2.5.1</version>
60-
<scope>test</scope>
61-
</dependency>
62-
63-
<!-- Just the annotations; use this dependency if you want to attach annotations
64-
to classes without connecting them to the code. -->
65-
<dependency>
66-
<groupId>com.fasterxml.jackson.core</groupId>
67-
<artifactId>jackson-annotations</artifactId>
68-
<version>2.5.1</version>
69-
<scope>test</scope>
70-
</dependency>
71-
72-
<!-- databinding; ObjectMapper, JsonNode and related classes are here -->
73-
<dependency>
74-
<groupId>com.fasterxml.jackson.core</groupId>
75-
<artifactId>jackson-databind</artifactId>
76-
<version>2.5.1</version>
77-
<scope>test</scope>
78-
</dependency>
7955
</dependencies>
8056
<parent>
8157
<groupId>org.sonatype.oss</groupId>

src/it/java/org/tarantool/JacksonMapper.java

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

src/it/java/org/tarantool/Pojo.java

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

src/it/java/org/tarantool/TestBatch16.java

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

src/it/java/org/tarantool/TestBatch16WithJackson.java

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

src/it/java/org/tarantool/TestClient16.java

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

0 commit comments

Comments
 (0)