File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Supports horizontal database sharding, advisory locking for guaranteed single no
8
8
Dependencies:
9
9
-------------
10
10
11
- * Spring compatible type mapper for deserialize/serialize: https://github.com/danielnowak/sproc-spring-mapper
11
+ * standard Maven dependences (Spring, Postgres, Guava, ..), see pom.xml for details
12
12
13
13
How to run integration tests
14
14
----------------------------
@@ -18,7 +18,7 @@ How to run integration tests
18
18
* run integration tests (JUnit tests with database access):
19
19
20
20
mvn clean test -Pintegration-test
21
-
21
+
22
22
Known issues:
23
23
-------------
24
24
@@ -29,7 +29,7 @@ Known issues:
29
29
License
30
30
-------
31
31
32
- Copyright 2012 Zalando GmbH
32
+ Copyright 2012-2013 Zalando GmbH
33
33
34
34
Licensed under the Apache License, Version 2.0 (the "License");
35
35
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 32
32
<url >http://www.apache.org/licenses/LICENSE-2.0</url >
33
33
</license >
34
34
</licenses >
35
-
35
+
36
36
<prerequisites >
37
37
<maven >2.2.1</maven >
38
38
</prerequisites >
39
-
39
+
40
40
<properties >
41
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
42
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments