|
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 | + <groupId>com.splunk</groupId> |
| 6 | + <artifactId>splunk-with-log4j2</artifactId> |
| 7 | + <version>0.0.1-SNAPSHOT</version> |
| 8 | + <name>splunk-with-log4j2</name> |
| 9 | + <description>Demo project for Splunk with Spring Boot</description> |
| 10 | + |
5 | 11 | <parent>
|
6 | 12 | <groupId>org.springframework.boot</groupId>
|
7 | 13 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 | 14 | <version>3.3.4</version>
|
9 | 15 | <relativePath/>
|
10 | 16 | </parent>
|
11 |
| - <groupId>com.splunk</groupId> |
12 |
| - <artifactId>log4j</artifactId> |
13 |
| - <version>0.0.1-SNAPSHOT</version> |
14 |
| - <name>log4j</name> |
15 |
| - <description>Demo project for Splunk with Spring Boot</description> |
16 |
| - <properties> |
17 |
| - <java.version>17</java.version> |
18 |
| - <splunk-logging.version>1.8.0</splunk-logging.version> |
19 |
| - </properties> |
20 |
| - |
21 |
| - <repositories> |
22 |
| - <repository> |
23 |
| - <id>splunk-artifactory</id> |
24 |
| - <name>Splunk Releases</name> |
25 |
| - <url>https://splunk.jfrog.io/splunk/ext-releases-local</url> |
26 |
| - </repository> |
27 |
| - <repository> |
28 |
| - <id>central</id> |
29 |
| - <name>Central Repository</name> |
30 |
| - <url>https://repo1.maven.org/maven2/</url> |
31 |
| - </repository> |
32 |
| - </repositories> |
33 | 17 |
|
34 | 18 | <dependencies>
|
35 | 19 | <dependency>
|
|
73 | 57 | </plugins>
|
74 | 58 | </build>
|
75 | 59 |
|
| 60 | + <repositories> |
| 61 | + <repository> |
| 62 | + <id>splunk-artifactory</id> |
| 63 | + <name>Splunk Releases</name> |
| 64 | + <url>https://splunk.jfrog.io/splunk/ext-releases-local</url> |
| 65 | + </repository> |
| 66 | + <repository> |
| 67 | + <id>central</id> |
| 68 | + <name>Central Repository</name> |
| 69 | + <url>https://repo1.maven.org/maven2/</url> |
| 70 | + </repository> |
| 71 | + </repositories> |
| 72 | + |
| 73 | + <properties> |
| 74 | + <splunk-logging.version>1.8.0</splunk-logging.version> |
| 75 | + </properties> |
| 76 | + |
76 | 77 | </project>
|
0 commit comments