Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfaa043

Browse filesBrowse files
committed
remove dependency from README and run codevalidator.py -rf
1 parent 5ef2a51 commit dfaa043
Copy full SHA for dfaa043

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Supports horizontal database sharding, advisory locking for guaranteed single no
88
Dependencies:
99
-------------
1010

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
1212

1313
How to run integration tests
1414
----------------------------
@@ -18,7 +18,7 @@ How to run integration tests
1818
* run integration tests (JUnit tests with database access):
1919

2020
mvn clean test -Pintegration-test
21-
21+
2222
Known issues:
2323
-------------
2424

@@ -29,7 +29,7 @@ Known issues:
2929
License
3030
-------
3131

32-
Copyright 2012 Zalando GmbH
32+
Copyright 2012-2013 Zalando GmbH
3333

3434
Licensed under the Apache License, Version 2.0 (the "License");
3535
you may not use this file except in compliance with the License.

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
3333
</license>
3434
</licenses>
35-
35+
3636
<prerequisites>
3737
<maven>2.2.1</maven>
3838
</prerequisites>
39-
39+
4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.