Skip to content

Commit bea65b6

Browse files
author
David Corbett
authored
Merge pull request #250 from juliencherry/master
COMN-324: Configure Dependabot
2 parents 2378371 + 857c2c1 commit bea65b6

File tree

6 files changed

+14
-61
lines changed

6 files changed

+14
-61
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
minor-and-patch:
9+
applies-to: version-updates
10+
update-types:
11+
- "patch"
12+
- "minor"

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.httpcomponents</groupId>
6262
<artifactId>httpclient</artifactId>
63-
<version>${http-components.version}</version>
63+
<version>${bt-httpclient-version}</version>
6464
<exclusions>
6565
<exclusion>
6666
<groupId>commons-codec</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.apache.httpcomponents</groupId>
7373
<artifactId>httpmime</artifactId>
74-
<version>${http-components.version}</version>
74+
<version>${bt-httpmime-version}</version>
7575
<exclusions>
7676
<exclusion>
7777
<groupId>org.apache.httpcomponents</groupId>

json/bnd.bnd

Lines changed: 0 additions & 2 deletions
This file was deleted.

model/bnd.bnd

Lines changed: 0 additions & 2 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,14 @@
4242
</distributionManagement>
4343
<properties>
4444
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
45-
<commons-beanutils.version>1.9.4</commons-beanutils.version>
4645
<commons-codec.version>1.15</commons-codec.version>
47-
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
48-
<http-components.version>4.5.13</http-components.version>
49-
<http-components-core.version>4.4.15</http-components-core.version>
5046
<java-poet.version>1.13.0</java-poet.version>
5147
<javax-validation-api.version>2.0.0.Final</javax-validation-api.version>
5248
<junit.version>5.9.1</junit.version>
5349
<lombok.version>1.18.24</lombok.version>
5450
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
5551
<mockserver.version>5.14.0</mockserver.version>
5652
<reflections.version>0.10.2</reflections.version>
57-
<site-skin.version>1.5</site-skin.version>
5853
</properties>
5954
<modules>
6055
<module>annotations</module>
@@ -65,25 +60,6 @@
6560
<module>examples</module>
6661
<module>release</module>
6762
</modules>
68-
<dependencyManagement>
69-
<dependencies>
70-
<dependency>
71-
<groupId>com.basistech</groupId>
72-
<artifactId>common-api</artifactId>
73-
<version>${bt-common-api-version}</version>
74-
</dependency>
75-
<dependency>
76-
<groupId>com.basistech</groupId>
77-
<artifactId>adm-model</artifactId>
78-
<version>${bt-adm-version}</version>
79-
</dependency>
80-
<dependency>
81-
<groupId>com.basistech</groupId>
82-
<artifactId>adm-json</artifactId>
83-
<version>${bt-adm-version}</version>
84-
</dependency>
85-
</dependencies>
86-
</dependencyManagement>
8763
<build>
8864
<plugins>
8965
<plugin>
@@ -97,7 +73,6 @@
9773
<plugin>
9874
<groupId>org.apache.maven.plugins</groupId>
9975
<artifactId>maven-clean-plugin</artifactId>
100-
<version>${maven-clean-plugin.version}</version>
10176
<configuration>
10277
<filesets>
10378
<fileset>
@@ -112,7 +87,6 @@
11287
<plugin>
11388
<groupId>org.apache.maven.plugins</groupId>
11489
<artifactId>maven-compiler-plugin</artifactId>
115-
<version>${maven-compiler-plugin.version}</version>
11690
<configuration>
11791
<compilerVersion>17</compilerVersion>
11892
<source>11</source>
@@ -122,7 +96,6 @@
12296
<plugin>
12397
<groupId>org.apache.maven.plugins</groupId>
12498
<artifactId>maven-source-plugin</artifactId>
125-
<version>${maven-source-plugin.version}</version>
12699
<executions>
127100
<execution>
128101
<id>attach-sources</id>

src/site/site.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)