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 39b7f79 commit 9c0ebaaCopy full SHA for 9c0ebaa
pom.xml
@@ -38,6 +38,13 @@
38
<url>https://github.com/IABTechLab/uid2-client-java</url>
39
</scm>
40
41
+ <distributionManagement>
42
+ <snapshotRepository>
43
+ <id>ossrh</id>
44
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
45
+ </snapshotRepository>
46
+ </distributionManagement>
47
+
48
<dependencies>
49
<dependency>
50
<groupId>com.google.code.gson</groupId>
@@ -62,13 +69,6 @@
62
69
</dependency>
63
70
</dependencies>
64
71
65
- <distributionManagement>
66
- <snapshotRepository>
67
- <id>ossrh</id>
68
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
72
<build>
73
<resources>
74
<resource>
0 commit comments