mirror of https://github.com/apache/archiva.git
consumer with an empty looks to build now
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1583989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f615b05d5
commit
3c6e3a1cb6
|
@ -116,6 +116,11 @@
|
|||
<artifactId>jsoup</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<resources>
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
<spring.version>${springVersion}</spring.version>
|
||||
<redback.version>${redbackVersion}</redback.version>
|
||||
<derbyVersion>${derbyVersion}</derbyVersion>
|
||||
<commons-pool.version>${commons-poolVersion}</commons-pool.version>
|
||||
<httpclientCoreVersion>${httpclientCoreVersion}</httpclientCoreVersion>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -217,7 +219,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcore</artifactId>
|
||||
<version>${httpclient.core.version}</version>
|
||||
<version>${httpclientCoreVersion}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
|
|
@ -29,6 +29,6 @@ jackrabbitVersion=${jackrabbit.version}
|
|||
springVersion=${spring.version}
|
||||
redbackVersion=${redback.version}
|
||||
derbyVersion=${derbyVersion}
|
||||
httpclient.core.version=${httpclient.core.version}
|
||||
commons-pool.version=${commons-pool.version}
|
||||
httpclientCoreVersion=${httpclient.core.version}
|
||||
commons-poolVersion=${commons-pool.version}
|
||||
|
||||
|
|
|
@ -128,6 +128,7 @@ public class DefaultCassandraArchivaManager
|
|||
final CassandraHostConfigurator configurator =
|
||||
new CassandraHostConfigurator( cassandraHost + ":" + cassandraPort );
|
||||
configurator.setMaxActive( maxActive );
|
||||
//configurator.setCassandraThriftSocketTimeout( );
|
||||
|
||||
cluster = HFactory.getOrCreateCluster( clusterName, configurator );
|
||||
|
||||
|
|
Loading…
Reference in New Issue