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 32eaa37 commit 9abb11cCopy full SHA for 9abb11c
pom.xml
@@ -43,6 +43,13 @@
43
<snapshots><enabled>true</enabled></snapshots>
44
</repository>
45
</repositories>
46
+ <distributionManagement>
47
+ <repository>
48
+ <id>github</id>
49
+ <name>GitHub Packages</name>
50
+ <url>https://maven.pkg.github.com/codecentric/reedelk-module-csv</url>
51
+ </repository>
52
+ </distributionManagement>
53
<dependencies>
54
<dependency>
55
<groupId>org.apache.commons</groupId>
0 commit comments