diff options
Diffstat (limited to 'archiva-modules/archiva-base/archiva-common/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/archiva-common/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-common/pom.xml b/archiva-modules/archiva-base/archiva-common/pom.xml index 45d0dacf3..f290692c9 100644 --- a/archiva-modules/archiva-base/archiva-common/pom.xml +++ b/archiva-modules/archiva-base/archiva-common/pom.xml @@ -70,6 +70,10 @@ <groupId>org.sonatype.nexus</groupId> <artifactId>nexus-indexer</artifactId> </dependency> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + </dependency> </dependencies> <build> <plugins> |