Skip to content

Commit 7b460c7

Browse files
committed
[MAINTENANCE] Extract dependency versions to properties - testsupport
1 parent 9c4f8b7 commit 7b460c7

File tree

1 file changed

+3
-1
lines changed
  • testsupport/testsupport-unit

1 file changed

+3
-1
lines changed

testsupport/testsupport-unit/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
org.ops4j.pax.exam.container.def*;resolution:=optional,
6060
*
6161
</aries.osgi.import.pkg>
62+
63+
<javax.inject.version>1</javax.inject.version>
6264
</properties>
6365

6466
<dependencies>
@@ -84,7 +86,7 @@
8486
<dependency>
8587
<groupId>javax.inject</groupId>
8688
<artifactId>javax.inject</artifactId>
87-
<version>1</version>
89+
<version>${javax.inject.version}</version>
8890
</dependency>
8991
</dependencies>
9092

0 commit comments

Comments
 (0)