We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf996f9 commit 3345888Copy full SHA for 3345888
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>mx.nic.labs.reddog</groupId>
6
<artifactId>rdap-server</artifactId>
7
- <version>1.4.3</version>
+ <version>1.5.0</version>
8
<packaging>war</packaging>
9
10
<name>mx.nic.labs.reddog:rdap-server</name>
@@ -46,6 +46,11 @@
46
</properties>
47
48
<dependencies>
49
+ <dependency>
50
+ <groupId>mx.nic.labs.reddog</groupId>
51
+ <artifactId>rdap-core</artifactId>
52
+ <version>1.3.0</version>
53
+ </dependency>
54
<dependency>
55
56
<artifactId>rdap-renderer-api</artifactId>
0 commit comments