Author: skygo
Date: Sat Jun  1 14:47:38 2013
New Revision: 1488532

URL: http://svn.apache.org/r1488532
Log:
merging ctd

Modified:
    archiva/branches/archiva-MRM-1756/   (props changed)
    archiva/branches/archiva-MRM-1756/.gitignore
    archiva/branches/archiva-MRM-1756/archiva-cli/pom.xml
    archiva/branches/archiva-MRM-1756/archiva-docs/   (props changed)
    archiva/branches/archiva-MRM-1756/archiva-docs/pom.xml
    
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/adminguide/logging.apt
    
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/release-notes.apt.vm
    
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/userguide/virtual-repositories.apt
    archiva/branches/archiva-MRM-1756/archiva-jetty/pom.xml
    archiva/branches/archiva-MRM-1756/pom.xml

Propchange: archiva/branches/archiva-MRM-1756/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Jun  1 14:47:38 2013
@@ -9,3 +9,5 @@ target
 .pom.xml.swp
 .idea
 out
+.java-version
+archiva-dev-release

Propchange: archiva/branches/archiva-MRM-1756/
------------------------------------------------------------------------------
  Merged /archiva/trunk:r1479095-1488530

Modified: archiva/branches/archiva-MRM-1756/.gitignore
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/.gitignore?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- archiva/branches/archiva-MRM-1756/.gitignore (original)
+++ archiva/branches/archiva-MRM-1756/.gitignore Sat Jun  1 14:47:38 2013
@@ -2,13 +2,8 @@ target
 build
 *.iml
 .idea
-archiva-modules/archiva-web/archiva-webapp/appserver-base/
-archiva-modules/archiva-web/archiva-webapp/src/main/webapp/META-INF/
-archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/classes/
-archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/lib/
-archiva-modules/archiva-web/archiva-webapp-test/cargo-installs/
 
-archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/classes/
+.java-version
 
 *.ipr
 *.iws

Modified: archiva/branches/archiva-MRM-1756/archiva-cli/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/archiva-cli/pom.xml?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- archiva/branches/archiva-MRM-1756/archiva-cli/pom.xml (original)
+++ archiva/branches/archiva-MRM-1756/archiva-cli/pom.xml Sat Jun  1 14:47:38 
2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva</artifactId>
-    <version>1.4-M4-SNAPSHOT</version>
+    <version>1.4-M5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>archiva-cli</artifactId>

Propchange: archiva/branches/archiva-MRM-1756/archiva-docs/
------------------------------------------------------------------------------
  Merged /archiva/trunk/archiva-docs:r1479095-1488530

Modified: archiva/branches/archiva-MRM-1756/archiva-docs/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/archiva-docs/pom.xml?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- archiva/branches/archiva-MRM-1756/archiva-docs/pom.xml (original)
+++ archiva/branches/archiva-MRM-1756/archiva-docs/pom.xml Sat Jun  1 14:47:38 
2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva</artifactId>
-    <version>1.4-M4-SNAPSHOT</version>
+    <version>1.4-M5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>archiva-docs</artifactId>
@@ -175,7 +175,7 @@
                 <dependency>
                   <groupId>org.apache.maven.doxia</groupId>
                   <artifactId>doxia-core</artifactId>
-                  <version>1.4-SNAPSHOT</version>
+                  <version>1.4</version>
                 </dependency>
               </dependencies>
             </plugin>

Modified: 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/adminguide/logging.apt
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/adminguide/logging.apt?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/adminguide/logging.apt
 (original)
+++ 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/adminguide/logging.apt
 Sat Jun  1 14:47:38 2013
@@ -39,3 +39,10 @@ Log Files
                             For example, a successful login of a user or a 
user account is created.
   
   []
+
+  Note since 1.4-M4, the log4j2 asyncLogger feature is configured per default.
+
+  This mean per default AsyncLogger.WaitStrategy option is configured to Sleep.
+
+  If you are on a constrained environment, you can change it to Block 
(-DAsyncLogger.WaitStrategy=Block)
+  (See {{{http://logging.apache.org/log4j/2.x/manual/async.html}log4j2 
documentation}} )

Modified: 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/release-notes.apt.vm
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/release-notes.apt.vm?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/release-notes.apt.vm
 (original)
+++ 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/release-notes.apt.vm
 Sat Jun  1 14:47:38 2013
@@ -64,226 +64,135 @@ Release Notes for Archiva ${project.vers
 
   Released: <<???>>
 
-** New Feature
-
-    * [MRM-648] - Add description field to the different types of repositories
-
-    * [MRM-875] - Allow uploading multiple artifacts
-
-    * [MRM-918] - Switch for disabling user registration
-
-    * [MRM-1668] - download artifacts when coming from search results
-
-    []
-
-** Sub-task
-
-    * [MRM-1569] - rewrite login page
-
-    * [MRM-1570] - rewrite user management page
+** Improvement
 
-    * [MRM-1571] - rewrite role management page
+ * [MRM-526] - cache-failure policy timeout should be easily configurable
 
-    * [MRM-1572] - rewrite search page
+ * [MRM-862] - Paginate Dependencies Page
 
-    * [MRM-1573] - rewrite browse page
+ * [MRM-863] - Paginate Used By page
 
-    * [MRM-1574] - rewrite managed/remote repositories admin page
+ * [MRM-1550] - scanner failed with trying to scan maven indexes
 
-    * [MRM-1575] - rewrite repositories group page
+ * [MRM-1689] - Ability to delete a specific version of an an artifact from 
the artifact screen
 
-    * [MRM-1576] - rewrite proxies connector page
+ * [MRM-1693] - exposing index downloaded from remote repositories
 
-    * [MRM-1577] - rewrite legacy path admin page
+ * [MRM-1699] - Re implement remember me in new UI
 
-    * [MRM-1578] - rewrite network proxies admin page
+ * [MRM-1711] - Add buttons for managing repository group as can be a pain 
with long list of repositories
 
-    * [MRM-1579] - rewrite repositories scanning admin page
+ * [MRM-1712] - Add buttons for managing proxy connectors rules as can be a 
pain with long list of repositories
 
-    * [MRM-1580] - rewrite system status page
+ * [MRM-1717] - open loginbox when url need authz
 
-    * [MRM-1581] - rewrite network configuration page
+ * [MRM-1721] - Chaining user manager implementations
 
-    * [MRM-1583] - rewrite reports page
+ * [MRM-1722] - Use cookie settings from redback for rememberme feature
 
-    * [MRM-1585] - rewrite appareance page
+ * [MRM-1723] - Provide tooltips for action icons
 
-    * [MRM-1586] - rewrite upload artifact page
+ * [MRM-1726] - merge "Artifacts" and "Artifacts Content"
 
-    * [MRM-1587] - rewrite delete artifact page
+ * [MRM-1727] - SCM Viewer info should provide a link
 
-    * [MRM-1589] - review ajax call to have sure we have error callback 
implemented
+ * [MRM-1731] - Using cache to search users (and must be configurable 
dynamically) on per default
 
-    * [MRM-1598] - use bootstrap css 2.1.x
+ * [MRM-1734] - add some filtering for searching in users table
 
-    * [MRM-1614] - html js transversal review
+ * [MRM-1751] - repogroup merged index ttl configurable per repository group
 
-    * [MRM-1615] - Artifact detail view
+ * [MRM-1752] - Graph visualization for dependencies
 
-    * [MRM-1617] - reset password link
+ * [MRM-1760] - Multiple, incompatible, log name formats
 
-    * [MRM-1620] - add a tab to browse artifact content in artifact detail view
+** New Feature
 
-    * [MRM-1621] - add download box in artifact detail for new ui
+ * [MRM-1707] - Allow different implementation of transfer mechanism in the 
DefaultRepositoryProxyConnectors class
 
-    * [MRM-1639] - History navigation
+ * [MRM-1714] - using LDAP can be configurable with the ui
 
-    * [MRM-1656] - Failed tests: 
testAddUser(org.apache.archiva.redback.users.cached.CachedUserManagerTest)
+ * [MRM-1718] - ldap configuration editable with the ui.
 
-    []
+ * [MRM-1732] - dynamic configuration of users cache
 
 ** Bug
 
-    * [MRM-640] - breadcrumbs need to incude current doc so you can navigate 
back to home page
-
-    * [MRM-1536] - Error 500 when naughtily exploring webapp directory 
hierarchy
-
-    * [MRM-1563] - Project-level metadata not deleted after artifact removal
-
-    * [MRM-1565] - Error 500 when uploading an artifact in web interface
-
-    * [MRM-1567] - Artifact data incomplete
-
-    * [MRM-1568] - Artifact metadata is incomplete, opposite case to MRM-1567
-
-    * [MRM-1590] - Wrong URL returned by SearchService.getArtifactVersions
-
-    * [MRM-1599] - NTLM proxy no longer works
-
-    * [MRM-1607] - maven model build failed when model have jdk profile 
activation
-
-    * [MRM-1609] - MetadataToolsTest fail in testGatherSnapshotVersionsA
-
-    * [MRM-1611] - Uploading fail on window server.
-
-    * [MRM-1612] - configuration changes spawn an unreasonable number of 
checks on repository permission templates
-
-    * [MRM-1619] - The modal box when creating a repository with a directory 
which already exists does not disappear when click ok
-
-    * [MRM-1623] - Archiva Consumers :: Consumers Archetype cannot run 
integration test
-
-    * [MRM-1625] - java.lang.ArrayIndexOutOfBoundsException from parsing 
maven-metadata.xml
+ * [MRM-1334] - problem reports appear due to relative path for Archiva 
repository
 
-    * [MRM-1629] - Add a configuration field for the application url
+ * [MRM-1683] - Automatic generation of REST Api documentation
 
-    * [MRM-1632] - Invalid Cron in a job leads jetty to not work anymore
+ * [MRM-1684] - feeds link behaviour seems not coherent
 
-    * [MRM-1635] - Archiva not working on 64 bit Linux - must remove 
linux-x86-32 wrapper files
+ * [MRM-1687] - artifact browser isn't sorting all items correctly.
 
-    * [MRM-1637] - End of java 1.5 support
+ * [MRM-1692] - Archiva should allow PropertyPlaceholderConfigurer in 
applicationContext.xml
 
-    * [MRM-1640] - With the new Fest Assert version, some imports/methods call 
have to be changed
+ * [MRM-1695] - Users from LDAP does not appear in User List
 
-    * [MRM-1642] - SNAPSHOT build failed
+ * [MRM-1697] - Confusing behavior when session is lost
 
-    * [MRM-1644] - Archiva should set cache control headers instead of adding 
for maven-metadata.xml
+ * [MRM-1698] - proxy connector update are not saved
 
-    * [MRM-1645] - mvn archetype:generate -DarchetypeCatalog 
(archetype-catalog.xml) failing with Not a valid artifact path
+ * [MRM-1700] - Authentication for remote repositories doesn't work
 
-    * [MRM-1647] - Cannot upload artifact from Web UI
+ * [MRM-1701] - metadatas are not removed when a snapshot is purged
 
-    * [MRM-1649] - Delete artifact in the console doesn't really delete the 
artifact
+ * [MRM-1703] - Cannot delete project with the ui
 
-    * [MRM-1653] - Bad mod on file in the bundle
+ * [MRM-1705] - Feature to add custom parameters and/or headers when 
requesting an external repositories
 
-    * [MRM-1654] - Bad repository SVN in documentation
+ * [MRM-1706] - upgrade bootstrap to 2.2.0
 
-    * [MRM-1659] - Cannot connect to PostgreSQL
+ * [MRM-1708] - When using LDAP, users can still edit their details upon login
 
-    * [MRM-1660] - use log4j 2.x
+ * [MRM-1709] - Default redback admin does not work anymore when using LDAP in 
the new UI
 
-    * [MRM-1664] - Validation error message not visible to user when adding 
Remote Repository
+ * [MRM-1710] - errors are not displayed in modal box when reseting password
 
-    * [MRM-1665] - Adding a Snapshot Managed Repository results in Releases 
being checked too.
+ * [MRM-1713] - users list when using ldap doesn't work
 
-    * [MRM-1667] - The role management is not shown on role edit tab
+ * [MRM-1720] - hard coded limitation of 30 for pageSize in SearchResultLimits
 
-    * [MRM-1672] - Upload Artifact section doesn't clear uploaded artifacts
+ * [MRM-1724] - Cannot manually delete artifacts via web GUI
 
-    * [MRM-1674] - While creating admin account, entering invalid password 
yields no error message
+ * [MRM-1725] - truncated line numbers in File Content
 
-    * [MRM-1675] - When resetting admin account's password, using invalid new 
password yields no error message
+ * [MRM-1729] - add MetadataRepository#hasMetadataFacet to prevent slow 
startup time
 
-    * [MRM-1676] - use tomcat-jdbc for connection pooling in embeded distrib.
+ * [MRM-1730] - upgrade to spring framework 3.2.0
 
-    * [MRM-1681] - addProxy Connectors Rules screen
+ * [MRM-1736] - map roles to ldap groups
 
-    * [MRM-1682] - archiva server has no option to configure the registration 
mail
+ * [MRM-1737] - Improve welcome page
 
-    []
+ * [MRM-1739] - Document installing Archiva as a Mac OS X service with launchd
 
-** Improvement
-
-    * [MRM-130] - improve search results page
-
-    * [MRM-491] - paginate report pages
-
-    * [MRM-722] - Scan Repository Now should display a confirmation message
-
-    * [MRM-854] - Changing ProxyConnector sorting is painful with many remote 
repsitories.
-
-    * [MRM-947] - Add some screenshots in "Runtime Configuration" pages
-
-    * [MRM-1030] - Change the web context for jetty deliverable to /  (ROOT 
context)
-
-    * [MRM-1142] - Improve delete artifact from webapp
-
-    * [MRM-1263] - creating an m2eclipse compatible index should be an 
optional component
-
-    * [MRM-1543] - artifact display doesn't show eventual classifiers
-
-    * [MRM-1564] - spring 3.1.0 upgrade
-
-    * [MRM-1606] - Upgrade to wagon 2.2
-
-    * [MRM-1610] - Use Jackson as jaxrs provider for cxf for performance 
reasons
+ * [MRM-1740] - implements LDAP user/roles creation
 
-    * [MRM-1624] - Apache project branding requirements: DOAP file [PATCH]
+ * [MRM-1744] - updating managed repository fail to correctly update maven 
index directory
 
-    * [MRM-1626] - Use MavenXpp3Reader as a static variable
+ * [MRM-1747] - Fail to start on ibm jdk (was8)
 
-    * [MRM-1655] - In interface Scheduler the method schedulJob takes an 
implementation, not a interface
+ * [MRM-1748] - fail to upload supplied POM file
 
-    * [MRM-1661] - There is no image in the carousel for a couple of seconds
+ * [MRM-1753] - Number of artifacts type is not displayed in the statistics 
view
 
-    * [MRM-1662] - Add a link to all screenshots page in the caption of the 
carousel
+ * [MRM-1754] - DownloadMergedIndexNonDefaultPathTest test fail
 
-    * [MRM-1663] - Missing links on the carousel to force the image to display
+ * [MRM-1755] - [Patch] Activating the dependency tree tab on snapshot 
artifact fails with NotSuchMethodException
 
-    * [MRM-1677] - upgrade jetty 8
-
-    * [MRM-1680] - Delete artifact by groupId/artifactId/versionId in context 
when authenticated w/ Admin privileges...
-
-    []
+ * [MRM-1757] - Unable to download uploaded artifact from repository
 
 ** Task
 
-    * [MRM-709] - Use commons-io instead of Plexus Utils
-
-    * [MRM-710] - Use commons-lang instead of Plexus Utils
-
-    * [MRM-1515] - see how to reduce dependencies number
-
-    * [MRM-1566] - remove xml rpc services
-
-    * [MRM-1594] - Upgrade to commons-codec 1.6
-
-    * [MRM-1595] - Upgrade to Guava 11.0.1
+ * [MRM-1627] - Add documentation for Setup archiva with ldap
 
-    * [MRM-1596] - Upgrade to commons-collections 3.2.1
-
-    * [MRM-1597] - Upgrade to commons-io 2.1
-
-    * [MRM-1604] - Upgrade to maven-bundle-plugin 2.3.7
-
-    * [MRM-1608] - Upgrade to commons-pool 1.6
-
-    * [MRM-1638] - Improve unit test for archiva build
-
-    []
+ * [MRM-1686] - stop support of struts2 webapp
 
 ** Wish
-    * [MRM-1628] - Silently ignore request to delete artifacts that does not 
exist on disk anymore
+
+ * [MRM-1745] - path of merged index for group configurable
 
 Previous Releases
 

Modified: 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/userguide/virtual-repositories.apt
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/userguide/virtual-repositories.apt?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/userguide/virtual-repositories.apt
 (original)
+++ 
archiva/branches/archiva-MRM-1756/archiva-docs/src/site/apt/userguide/virtual-repositories.apt
 Sat Jun  1 14:47:38 2013
@@ -140,7 +140,7 @@ Virtual Repositories
   merging repositories index for which the current user has karma.
   This merged index is available in the path .indexer .
 
-  To not generate this merged index on each request, there is a ttl value for 
build merged index.
-  This ttl has a default value of 30 minutes. You can change it with modifying 
the sys props value <<<archiva.tmp.group.index.ttl>>> (see your 
<<<wrapper.conf>>> file)
+  To not generate this merged index on each request, there is a ttl (time to 
live) value for build merged index. It can be configured
+  in the repository group configuration. This ttl has a default value of 30 
minutes.
 
 

Modified: archiva/branches/archiva-MRM-1756/archiva-jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/archiva-jetty/pom.xml?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- archiva/branches/archiva-MRM-1756/archiva-jetty/pom.xml (original)
+++ archiva/branches/archiva-MRM-1756/archiva-jetty/pom.xml Sat Jun  1 14:47:38 
2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva</artifactId>
-    <version>1.4-M4-SNAPSHOT</version>
+    <version>1.4-M5-SNAPSHOT</version>
   </parent>
   <artifactId>archiva-jetty</artifactId>
   <packaging>pom</packaging>
@@ -171,7 +171,7 @@
                   -->
                   
<systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
                   
<systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty>
-                  
<systemProperty>archiva.tmp.group.index.ttl=30</systemProperty>
+                  
<systemProperty>AsyncLogger.WaitStrategy=Sleep</systemProperty>
                 </systemProperties>
                 <extraArguments>
                   <extraArgument>-XX:MaxPermSize=128m</extraArgument>

Modified: archiva/branches/archiva-MRM-1756/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-MRM-1756/pom.xml?rev=1488532&r1=1488531&r2=1488532&view=diff
==============================================================================
--- archiva/branches/archiva-MRM-1756/pom.xml (original)
+++ archiva/branches/archiva-MRM-1756/pom.xml Sat Jun  1 14:47:38 2013
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
-    <version>10-SNAPSHOT</version>
+    <version>10</version>
     <relativePath />
   </parent>
 
   <artifactId>archiva</artifactId>
-  <version>1.4-M4-SNAPSHOT</version>
+  <version>1.4-M5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Archiva</name>
@@ -67,23 +67,23 @@
     <maven-model-converter.version>2.1</maven-model-converter.version>
     <maven.indexer.version>5.1.1</maven.indexer.version>
     <wagon.version>2.4</wagon.version>
-    <redback.version>2.1-SNAPSHOT</redback.version>
-    <redback.cache.version>2.1-SNAPSHOT</redback.cache.version>
+    <redback.version>2.1</redback.version>
+    <redback.cache.version>2.1</redback.cache.version>
     <redback.quartz.version>2.0</redback.quartz.version>
-    <redback.registry.version>2.1-SNAPSHOT</redback.registry.version>
+    <redback.registry.version>2.1</redback.registry.version>
     <redback.spring-utils.version>2.0</redback.spring-utils.version>
     <redback.taskqueue.version>2.0</redback.taskqueue.version>
     <slf4j.version>1.7.5</slf4j.version>
-    <log4j.version>2.0-beta6-SNAPSHOT</log4j.version>
+    <log4j.version>2.0-beta6</log4j.version>
 
-    <spring.version>3.2.2.RELEASE</spring.version>
+    <spring.version>3.2.3.RELEASE</spring.version>
 
     <javax.jcr.version>2.0</javax.jcr.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
 
     <lucene.version>3.6.2</lucene.version>
-    <jackrabbit.version>2.6.0</jackrabbit.version>
+    <jackrabbit.version>2.6.1</jackrabbit.version>
 
     <cxfVersion>2.6.6</cxfVersion>
     <derbyVersion>10.10.1.1</derbyVersion>
@@ -452,7 +452,7 @@
       <dependency>
         <groupId>org.apache.archiva.redback.components</groupId>
         <artifactId>spring-jdo2</artifactId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.1</version>
       </dependency>
 
       <dependency>
@@ -499,6 +499,11 @@
         <version>${jacksonVersion}</version>
       </dependency>
       <dependency>
+        <groupId>org.codehaus.jackson</groupId>
+        <artifactId>jackson-mapper-asl</artifactId>
+        <version>${jacksonVersion}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-jaxrs</artifactId>
         <version>${cxfVersion}</version>
@@ -1127,6 +1132,11 @@
         <version>1.1</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jpa_2.0_spec</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <version>2.5</version>
@@ -1189,25 +1199,25 @@
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j</artifactId>
+        <artifactId>log4j-slf4j-impl</artifactId>
         <version>${log4j.version}</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-slf4j-impl</artifactId>
+        <artifactId>log4j-jcl</artifactId>
         <version>${log4j.version}</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-jcl</artifactId>
+        <artifactId>log4j-1.2-api</artifactId>
         <version>${log4j.version}</version>
         <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-1.2-api</artifactId>
+        <artifactId>log4j-to-slf4j</artifactId>
         <version>${log4j.version}</version>
         <scope>runtime</scope>
       </dependency>
@@ -1719,7 +1729,7 @@
             <dependency>
               <groupId>org.apache.archiva.redback.components.modello</groupId>
               <artifactId>modello-plugin-redback-registry</artifactId>
-              <version>1.0-SNAPSHOT</version>
+              <version>1.0</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1794,6 +1804,7 @@
               <exclude>.repository/**</exclude>
               <exclude>*.patch</exclude>
               <exclude>**/target/**</exclude>
+              <exclude>.java-version</exclude>
             </excludes>
           </configuration>
         </plugin>


Reply via email to