File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
You can’t perform that action at this time.
0 commit comments