Skip to content

Commit ee73530

Browse files
Copilotphrocker
andcommitted
Fix duplicate dependency declarations in POM files
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
1 parent 49a3ff7 commit ee73530

6 files changed

Lines changed: 1 addition & 53 deletions

File tree

agent-proxy/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@
128128
<optional>true</optional>
129129
</dependency>
130130

131-
<dependency>
132-
<groupId>org.springframework.boot</groupId>
133-
<artifactId>spring-boot-starter-actuator</artifactId>
134-
</dependency>
135-
136131
<dependency>
137132
<groupId>org.springframework.boot</groupId>
138133
<artifactId>spring-boot-starter-security</artifactId>

analytics/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-starter-websocket</artifactId>
9191
</dependency>
92-
<dependency>
93-
<groupId>io.sentrius</groupId>
94-
<artifactId>sentrius-dataplane</artifactId>
95-
<version>1.0.0-SNAPSHOT</version>
96-
<scope>compile</scope>
97-
</dependency>
9892
</dependencies>
9993

10094
<build>

api/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@
101101
<optional>true</optional>
102102
</dependency>
103103

104-
<dependency>
105-
<groupId>org.springframework.boot</groupId>
106-
<artifactId>spring-boot-starter-actuator</artifactId>
107-
</dependency>
108-
109104
<dependency>
110105
<groupId>org.springframework.boot</groupId>
111106
<artifactId>spring-boot-starter-security</artifactId>

enterprise-agent/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@
134134
<artifactId>junit-jupiter-engine</artifactId>
135135
<scope>test</scope>
136136
</dependency>
137-
<dependency>
138-
<groupId>org.junit.jupiter</groupId>
139-
<artifactId>junit-jupiter-api</artifactId>
140-
<scope>test</scope>
141-
</dependency>
142137

143138
</dependencies>
144139

integration-proxy/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@
9898
<optional>true</optional>
9999
</dependency>
100100

101-
<dependency>
102-
<groupId>org.springframework.boot</groupId>
103-
<artifactId>spring-boot-starter-actuator</artifactId>
104-
</dependency>
105-
106101
<dependency>
107102
<groupId>org.springframework.boot</groupId>
108103
<artifactId>spring-boot-starter-security</artifactId>

pom.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,7 @@
8989
<artifactId>accumulo-access</artifactId>
9090
<version>1.0.0-beta</version>
9191
</dependency>
92-
<dependency>
93-
<groupId>org.apache.commons</groupId>
94-
<artifactId>commons-collections4</artifactId>
95-
<version>4.4</version>
96-
</dependency>
92+
9793
<dependency>
9894
<groupId>org.projectlombok</groupId>
9995
<artifactId>lombok</artifactId>
@@ -117,12 +113,6 @@
117113
<version>${spring-boot.version}</version>
118114
<type>pom</type>
119115
<scope>import</scope>
120-
</dependency>
121-
<dependency>
122-
<groupId>org.projectlombok</groupId>
123-
<artifactId>lombok</artifactId>
124-
<version>${lombok.version}</version>
125-
<scope>provided</scope>
126116
</dependency>
127117
<!--
128118
<dependency>
@@ -205,17 +195,6 @@
205195
<artifactId>spring-boot-starter-data-jpa</artifactId>
206196
<version>${spring.boot.version}</version>
207197
</dependency>
208-
<dependency>
209-
<groupId>org.springframework.boot</groupId>
210-
<artifactId>spring-boot-starter-web</artifactId>
211-
<version>${spring.boot.version}</version>
212-
</dependency>
213-
<dependency>
214-
<groupId>org.springframework.boot</groupId>
215-
<artifactId>spring-boot-devtools</artifactId>
216-
<optional>true</optional>
217-
<version>${spring.boot.version}</version>
218-
</dependency>
219198
<dependency>
220199
<groupId>org.springframework.boot</groupId>
221200
<artifactId>spring-boot-starter-actuator</artifactId>
@@ -324,11 +303,6 @@
324303
<artifactId>jackson-dataformat-yaml</artifactId>
325304
<version>${jackson-dataformat-xml-version}</version>
326305
</dependency>
327-
<dependency>
328-
<groupId>org.postgresql</groupId>
329-
<artifactId>postgresql</artifactId>
330-
<version>${postgresql-version}</version>
331-
</dependency>
332306

333307
<!--<dependency>
334308
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)