Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 2b44d21

Browse files
committed
Adding back sonatype repository config.
1 parent ae722ad commit 2b44d21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@
5555
<graylog.version>2.2.0-alpha.1</graylog.version>
5656
</properties>
5757

58+
<distributionManagement>
59+
<snapshotRepository>
60+
<id>sonatype-nexus-snapshots</id>
61+
<name>Sonatype Nexus Snapshots</name>
62+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
63+
</snapshotRepository>
64+
<repository>
65+
<id>sonatype-nexus-staging</id>
66+
<name>Nexus Release Repository</name>
67+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
68+
</repository>
69+
</distributionManagement>
70+
5871
<dependencies>
5972
<dependency>
6073
<groupId>com.fasterxml.jackson.dataformat</groupId>

0 commit comments

Comments
 (0)