Skip to content

Commit e300f8c

Browse files
author
sejerbi
committedJan 23, 2018
🎨 add remote repository reference to demo app pom.xml file
close #74
1 parent 9f865ea commit e300f8c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎demo/pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
1717
<version>1.5.3.RELEASE</version>
18-
<relativePath/> <!-- lookup parent from repository -->
18+
<relativePath /> <!-- lookup parent from repository -->
1919
</parent>
2020

2121
<properties>
@@ -42,6 +42,17 @@
4242
</dependency>
4343
</dependencies>
4444

45+
<repositories>
46+
<repository>
47+
<snapshots>
48+
<enabled>false</enabled>
49+
</snapshots>
50+
<id>bintray-jsonschema-javaui-sf-java-ui</id>
51+
<name>bintray-plugins</name>
52+
<url>https://dl.bintray.com/jsonschema-javaui/sf-java-ui</url>
53+
</repository>
54+
</repositories>
55+
4556
<build>
4657
<plugins>
4758
<plugin>

0 commit comments

Comments
 (0)
Failed to load comments.