Skip to content

Commit 617d160

Browse files
committed
COMN-324: Inherit dependency and plugin settings from parent POM
1 parent c6858ba commit 617d160

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,6 @@
6565
<module>examples</module>
6666
<module>release</module>
6767
</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>
8768
<build>
8869
<plugins>
8970
<plugin>
@@ -97,7 +78,6 @@
9778
<plugin>
9879
<groupId>org.apache.maven.plugins</groupId>
9980
<artifactId>maven-clean-plugin</artifactId>
100-
<version>${maven-clean-plugin.version}</version>
10181
<configuration>
10282
<filesets>
10383
<fileset>
@@ -112,7 +92,6 @@
11292
<plugin>
11393
<groupId>org.apache.maven.plugins</groupId>
11494
<artifactId>maven-compiler-plugin</artifactId>
115-
<version>${maven-compiler-plugin.version}</version>
11695
<configuration>
11796
<compilerVersion>17</compilerVersion>
11897
<source>11</source>
@@ -122,7 +101,6 @@
122101
<plugin>
123102
<groupId>org.apache.maven.plugins</groupId>
124103
<artifactId>maven-source-plugin</artifactId>
125-
<version>${maven-source-plugin.version}</version>
126104
<executions>
127105
<execution>
128106
<id>attach-sources</id>

0 commit comments

Comments
 (0)