We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f865ea commit e300f8cCopy full SHA for e300f8c
demo/pom.xml
@@ -15,7 +15,7 @@
15
<groupId>org.springframework.boot</groupId>
16
<artifactId>spring-boot-starter-parent</artifactId>
17
<version>1.5.3.RELEASE</version>
18
- <relativePath/> <!-- lookup parent from repository -->
+ <relativePath /> <!-- lookup parent from repository -->
19
</parent>
20
21
<properties>
@@ -42,6 +42,17 @@
42
</dependency>
43
</dependencies>
44
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
+
56
<build>
57
<plugins>
58
<plugin>
0 commit comments