mirror of https://github.com/apache/archiva.git
[MRM-1562] Update to Archiva as OSGi compliant application
Submitted by Jean-Baptiste Onofré git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1225147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5f3e37a2f
commit
020a44b802
|
@ -85,7 +85,7 @@
|
||||||
org.codehaus.plexus.classworlds*,
|
org.codehaus.plexus.classworlds*,
|
||||||
org.codehaus.plexus.component.repository.exception,
|
org.codehaus.plexus.component.repository.exception,
|
||||||
org.codehaus.plexus.digest,
|
org.codehaus.plexus.digest,
|
||||||
org.springframework.stereotype,
|
org.springframework.stereotype;version="[3,4)",
|
||||||
org.apache.maven.index.context;resolution:=optional,
|
org.apache.maven.index.context;resolution:=optional,
|
||||||
org.slf4j;resolution:=optional
|
org.slf4j;resolution:=optional
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
|
|
|
@ -36,7 +36,6 @@ $(function() {
|
||||||
return mapRole(item);
|
return mapRole(item);
|
||||||
});
|
});
|
||||||
$("#main-content").html($("#rolesGrid").tmpl(data));
|
$("#main-content").html($("#rolesGrid").tmpl(data));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue