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 9798f21 commit 0ea6ff0Copy full SHA for 0ea6ff0
pom.xml
@@ -43,6 +43,14 @@
43
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44
</properties>
45
46
+ <distributionManagement>
47
+ <repository>
48
+ <id>github</id>
49
+ <name>GitHub Apache Maven Packages</name>
50
+ <url>https://maven.pkg.github.com/quinnandrews/spring-local-postgresql</url>
51
+ </repository>
52
+ </distributionManagement>
53
+
54
<dependencyManagement>
55
<dependencies>
56
<dependency>
0 commit comments