Skip to content

Commit 6572f0c

Browse files
committed
bumped to v 3.38.1
1 parent 9416822 commit 6572f0c

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.sonatype.nexus.plugins</groupId>
88
<artifactId>nexus-plugins</artifactId>
9-
<version>3.34.1-01</version>
9+
<version>3.38.1-01</version>
1010
</parent>
1111

1212
<groupId>com.roumanoff.nexus</groupId>
1313
<artifactId>nexus-crowd-plugin</artifactId>
14-
<version>3.34.1</version>
14+
<version>3.38.1</version>
1515
<name>${project.groupId}:${project.artifactId}</name>
1616
<packaging>bundle</packaging>
1717

@@ -68,13 +68,13 @@
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-lang3</artifactId>
71-
<scope>compile</scope>
71+
<scope>provided</scope>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>commons-codec</groupId>
7676
<artifactId>commons-codec</artifactId>
77-
<scope>compile</scope>
77+
<scope>provided</scope>
7878
</dependency>
7979

8080
</dependencies>
@@ -84,20 +84,10 @@
8484
<plugin>
8585
<groupId>org.apache.karaf.tooling</groupId>
8686
<artifactId>karaf-maven-plugin</artifactId>
87-
<extensions>true</extensions>
8887
</plugin>
8988
<plugin>
9089
<groupId>org.apache.felix</groupId>
9190
<artifactId>maven-bundle-plugin</artifactId>
92-
<extensions>true</extensions>
93-
<configuration>
94-
<instructions>
95-
<Export-Package>!*</Export-Package>
96-
<Embed-Dependency>*;scope=compile</Embed-Dependency>
97-
<Embed-Directory>dependencies</Embed-Directory>
98-
<Embed-Transitive>true</Embed-Transitive>
99-
</instructions>
100-
</configuration>
10191
</plugin>
10292
</plugins>
10393
</build>

0 commit comments

Comments
 (0)