File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6+ <parent >
7+ <groupId >org.springframework.boot</groupId >
8+ <artifactId >spring-boot-starter-parent</artifactId >
9+ <version >3.4.2</version >
10+ <relativePath />
11+ </parent >
12+
613 <groupId >com.github.jacopocarlini</groupId >
714 <artifactId >fast-feature-flags-provider</artifactId >
8- <version >1.0.4</version >
9- <packaging >pom</packaging >
15+ <version >1.0.5</version >
1016
1117 <dependencyManagement >
1218 <dependencies >
You can’t perform that action at this time.
0 commit comments