upgrade to nexus 3.14.0-04
This commit is contained in:
		
							parent
							
								
									880735083a
								
							
						
					
					
						commit
						13b424bea2
					
				|  | @ -114,7 +114,7 @@ Nexus uses [OrientDB](https://en.wikipedia.org/wiki/OrientDB) as its database. T | |||
| ```bash | ||||
| systemctl stop nexus                  # make sure nexus is not running while you use the database. | ||||
| su -s /bin/bash nexus                 # switch to the nexus user. | ||||
| nexus_home=/opt/nexus/nexus-3.13.0-01 # make sure you have the correct version here. | ||||
| nexus_home=/opt/nexus/nexus-3.14.0-04 # make sure you have the correct version here. | ||||
| nexus_data=$nexus_home/../sonatype-work/nexus3 | ||||
| function orientdb-console { | ||||
|     java -jar $nexus_home/lib/support/nexus-orient-console.jar $* | ||||
|  |  | |||
|  | @ -32,17 +32,17 @@ install -d -o root -g nexus -m 750 /opt/nexus | |||
| pushd /opt/nexus | ||||
| # see http://www.sonatype.com/download-oss-sonatype | ||||
| # see https://help.sonatype.com/display/NXRM3 | ||||
| nexus_version=3.13.0-01 | ||||
| nexus_version=3.14.0-04 | ||||
| nexus_home=/opt/nexus/nexus-$nexus_version | ||||
| nexus_tarball=nexus-$nexus_version-unix.tar.gz | ||||
| nexus_download_url=https://sonatype-download.global.ssl.fastly.net/nexus/3/$nexus_tarball | ||||
| nexus_download_sha1=baf74b6d61254fd409ca8a058f113c8e18e55b0f | ||||
| nexus_download_sha1=7e577cfd3c72bac488913d19dfad39e90019490f | ||||
| wget -q $nexus_download_url | ||||
| if [ "$(sha1sum $nexus_tarball | awk '{print $1}')" != "$nexus_download_sha1" ]; then | ||||
|     echo "downloaded $nexus_download_url failed the checksum verification" | ||||
|     exit 1 | ||||
| fi | ||||
| tar xf $nexus_tarball # NB this creates the $nexus_home (e.g. nexus-3.13.0-01) and sonatype-work directories. | ||||
| tar xf $nexus_tarball # NB this creates the $nexus_home (e.g. nexus-3.14.0-04) and sonatype-work directories. | ||||
| rm $nexus_tarball | ||||
| install -d -o nexus -g nexus -m 700 .java # java preferences are saved here (the default java.util.prefs.userRoot preference). | ||||
| install -d -o nexus -g nexus -m 700 sonatype-work/nexus3/etc | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ binaries: binaries-download | |||
| 
 | ||||
| binaries-download: | ||||
| 	mkdir -p binaries | ||||
| 	wget -qO- https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.13.0-01-unix.tar.gz \
 | ||||
| 	wget -qO- https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.14.0-04-unix.tar.gz \
 | ||||
| 		| tar xzf - --strip-components 1 -C binaries | ||||
| 
 | ||||
| clean: | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
|   <version>1.0-SNAPSHOT</version> | ||||
| 
 | ||||
|   <properties> | ||||
|     <nx-version>3.13.0-01</nx-version> | ||||
|     <nx-version>3.14.0-04</nx-version> | ||||
|   </properties> | ||||
|   <dependencies> | ||||
|     <dependency> | ||||
|  |  | |||
|  | @ -8,20 +8,21 @@ | |||
|     </content> | ||||
|     <orderEntry type="inheritedJdk" /> | ||||
|     <orderEntry type="sourceFolder" forTests="false" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-core:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-bootstrap:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-core:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-bootstrap:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.slf4j:log4j-over-slf4j:1.7.25" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: uk.org.lidalia:sysout-over-slf4j:1.0.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-interpolation:1.24" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-supportzip-api:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-email:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-supportzip-api:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-email:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.commons:commons-email:1.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-ssl:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-cleanup:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-ssl:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.geronimo.framework:geronimo-crypto:2.2.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-webhooks:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-script:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-common:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-webhooks:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-script:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-common:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:3.0.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.google.guava:guava:25.0-jre" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.eclipse.sisu:org.eclipse.sisu.inject:0.3.2" level="project" /> | ||||
|  | @ -34,17 +35,18 @@ | |||
|     <orderEntry type="library" name="Maven: javax.interceptor:javax.interceptor-api:1.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.14" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.goodies:goodies-common:2.2.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.goodies:goodies-common:2.3.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.gossip:gossip-support:1.8" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.gossip:gossip-bootstrap:1.8" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.goodies:goodies-lifecycle:2.2.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.goodies:goodies-lifecycle:2.3.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: joda-time:joda-time:2.9.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.codehaus.groovy:groovy-all:2.4.15" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-cli:commons-cli:1.4" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-task-logging:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-validation:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-task-logging:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-validation:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.validation:validation-api:1.1.0.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.hibernate:hibernate-validator:5.1.2.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.0.0" level="project" /> | ||||
|  | @ -53,19 +55,18 @@ | |||
|     <orderEntry type="library" name="Maven: org.glassfish.web:javax.el:2.2.6" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.thoughtworks.paranamer:paranamer:2.8" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.ws.rs:javax.ws.rs-api:2.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.ivy:ivy:2.3.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-security:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-audit:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-formfields:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.goodies:goodies-i18n:2.2.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-jmx:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-cache:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-security:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-audit:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-formfields:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.goodies:goodies-i18n:2.3.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-jmx:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-cache:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.cache:cache-api:1.1.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.ehcache:ehcache:3.2.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-crypto:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.bouncycastle:bcprov-jdk15on:1.59" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.bouncycastle:bcpg-jdk15on:1.59" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.59" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-crypto:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.bouncycastle:bcprov-jdk15on:1.60" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.bouncycastle:bcpg-jdk15on:1.60" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.60" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.3.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.3.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.shiro:shiro-guice:1.3.2" level="project" /> | ||||
|  | @ -74,25 +75,14 @@ | |||
|     <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.google.inject.extensions:guice-servlet:4.1.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.google.inject.extensions:guice-multibindings:4.1.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-jaxrs:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec:1.0.1.Beta1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-jaxrs-services:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.0.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.activation:activation:1.1.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-io:commons-io:2.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: net.jcip:jcip-annotations:1.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.0.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-repository:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-capability:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-mime:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.tika:tika-core:1.14" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-repository:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-capability:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-mime:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.tika:tika-core:1.19" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-orient:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-rest:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-orient:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-rest:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.orientechnologies:orientdb-core:2.2.36" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: net.java.dev.jna:jna:4.5.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:4.5.0" level="project" /> | ||||
|  | @ -105,16 +95,30 @@ | |||
|     <orderEntry type="library" name="Maven: javax.xml.stream:stax-api:1.0-2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.codahale.metrics:metrics-core:3.0.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-thread:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore-api:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore-file:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-thread:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore-api:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore-file:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.4" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.squareup:tape:1.2.3" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-httpclient:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-blobstore-group:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.codahale.metrics:metrics-annotation:3.0.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-extdirect:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-analytics-api:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-servlet:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-guice-servlet:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: eu.bitwalker:UserAgentUtils:1.19" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-webresources-api:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.directjngine:directjngine:2.2.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.3.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-fileupload:commons-fileupload:1.3.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-httpclient:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.5" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.10" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.9" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-elasticsearch:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.bundles:org.sonatype.nexus.bundles.elasticsearch:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-elasticsearch:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.bundles:org.sonatype.nexus.bundles.elasticsearch:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.9.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.2" level="project" /> | ||||
|  | @ -123,11 +127,11 @@ | |||
|     <orderEntry type="library" name="Maven: com.vividsolutions:jts:1.13" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.ning:compress-lzf:1.0.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: io.netty:netty:3.10.6.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-transaction:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-scheduling:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-selector:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-transaction:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-scheduling:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-selector:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.commons:commons-jexl3:3.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-commands:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus:nexus-commands:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.osgi:org.osgi.core:6.0.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.karaf.shell:org.apache.karaf.shell.core:4.0.9" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: jline:jline:2.14.1" level="project" /> | ||||
|  | @ -137,12 +141,19 @@ | |||
|     <orderEntry type="library" name="Maven: org.jledit:core:0.2.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.12" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-multipart-provider:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-jaxrs:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec:1.0.1.Beta1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-jaxrs-services:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.0.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: javax.activation:activation:1.1.1" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: net.jcip:jcip-annotations:1.0" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-client:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.resteasy:resteasy-jaxb-provider:3.1.3.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.sun.mail:javax.mail:1.5.6" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.james:apache-mime4j:0.6" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.0.Final" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: com.codahale.metrics:metrics-healthchecks:3.0.2" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-repository-maven:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-repository-maven:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.maven:maven-model:3.3.3" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-utils:3.0.20" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.maven:maven-repository-metadata:3.3.3" level="project" /> | ||||
|  | @ -151,12 +162,12 @@ | |||
|     <orderEntry type="library" name="Maven: org.eclipse.aether:aether-spi:1.0.2.v20150114" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.maven.indexer:indexer-reader:5.1.2-816025a" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.apache.maven.archetype:archetype-catalog:2.4" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-repository-raw:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-script-plugin:3.13.0-01" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-repository-raw:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-script-plugin:3.14.0-04" level="project" /> | ||||
|     <orderEntry type="module-library"> | ||||
|       <library name="Maven: org.sonatype.nexus.plugins:nexus-ldap-plugin:3.13.0-01"> | ||||
|       <library name="Maven: org.sonatype.nexus.plugins:nexus-ldap-plugin:3.14.0-04"> | ||||
|         <CLASSES> | ||||
|           <root url="jar://$MODULE_DIR$/binaries/system/com/sonatype/nexus/plugins/nexus-ldap-plugin/3.13.0-01/nexus-ldap-plugin-3.13.0-01.jar!/" /> | ||||
|           <root url="jar://$MODULE_DIR$/binaries/system/com/sonatype/nexus/plugins/nexus-ldap-plugin/3.14.0-04/nexus-ldap-plugin-3.14.0-04.jar!/" /> | ||||
|         </CLASSES> | ||||
|         <JAVADOC /> | ||||
|         <SOURCES /> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue