|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | | - <parent> |
6 | | - <groupId>org.springframework.boot</groupId> |
7 | | - <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>2.6.0</version> |
9 | | - <relativePath/> <!-- lookup parent from repository --> |
10 | | - </parent> |
11 | 5 | <groupId>com.r4v3zn.vulfocus</groupId> |
12 | 6 | <artifactId>vulfocus-spring-boot-starter</artifactId> |
13 | 7 | <version>0.0.1</version> |
| 8 | + <packaging>jar</packaging> |
14 | 9 | <name>vulfocus-spring-boot-starter</name> |
15 | 10 | <description>A Vulfocus SDK for Spring Boot.</description> |
| 11 | + <url>https://github.com/fofapro/vulfocus-spring-boot-starter</url> |
16 | 12 |
|
17 | 13 | <properties> |
18 | 14 | <java.version>1.8</java.version> |
|
23 | 19 | <dependency> |
24 | 20 | <groupId>org.springframework.boot</groupId> |
25 | 21 | <artifactId>spring-boot-starter</artifactId> |
| 22 | + <version>2.6.0</version> |
26 | 23 | </dependency> |
27 | 24 | <dependency> |
28 | 25 | <groupId>org.springframework.boot</groupId> |
29 | 26 | <artifactId>spring-boot-autoconfigure</artifactId> |
| 27 | + <version>2.6.0</version> |
30 | 28 | </dependency> |
31 | 29 | <dependency> |
32 | 30 | <groupId>com.r4v3zn.vulfocus</groupId> |
33 | 31 | <artifactId>vulfocus-java</artifactId> |
34 | 32 | <version>0.0.2</version> |
35 | 33 | </dependency> |
36 | | - <dependency> |
37 | | - <groupId>org.springframework.boot</groupId> |
38 | | - <artifactId>spring-boot-starter-test</artifactId> |
39 | | - <scope>test</scope> |
40 | | - </dependency> |
41 | 34 | <dependency> |
42 | 35 | <groupId>org.springframework.boot</groupId> |
43 | 36 | <artifactId>spring-boot-configuration-processor</artifactId> |
| 37 | + <version>2.6.0</version> |
44 | 38 | </dependency> |
45 | 39 | </dependencies> |
46 | 40 |
|
|
61 | 55 | <target>8</target> |
62 | 56 | </configuration> |
63 | 57 | </plugin> |
64 | | - <plugin> |
65 | | - <groupId>org.springframework.boot</groupId> |
66 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
67 | | - </plugin> |
68 | 58 | </plugins> |
69 | 59 | </build> |
70 | 60 | <developers> |
|
0 commit comments