Skip to content

Commit 3345888

Browse files
committed
Add user consent to show his info
1 parent cf996f9 commit 3345888

File tree

3 files changed

+375
-241
lines changed

3 files changed

+375
-241
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>mx.nic.labs.reddog</groupId>
66
<artifactId>rdap-server</artifactId>
7-
<version>1.4.3</version>
7+
<version>1.5.0</version>
88
<packaging>war</packaging>
99

1010
<name>mx.nic.labs.reddog:rdap-server</name>
@@ -46,6 +46,11 @@
4646
</properties>
4747

4848
<dependencies>
49+
<dependency>
50+
<groupId>mx.nic.labs.reddog</groupId>
51+
<artifactId>rdap-core</artifactId>
52+
<version>1.3.0</version>
53+
</dependency>
4954
<dependency>
5055
<groupId>mx.nic.labs.reddog</groupId>
5156
<artifactId>rdap-renderer-api</artifactId>

0 commit comments

Comments
 (0)