Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina Velinska committed Mar 12, 2013
1 parent 407bcb9 commit 6aace4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions TODOs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-> stop the tracking threads, as for each GaTrackerRequestProcessor#process() a new TrackingThread is started. May cause a memory leak (see Hc4ProviderImpl#finalize())
-> stop the tracking threads, as for each GaTrackerRequestProcessor#process() a new TrackingThread is started. ?? May cause a memory leak (see Hc4ProviderImpl#finalize())

-> when I access nexus pro through a proxy, nexus uses org.sonatype.nexus.apachehttpclient.Hc4ProviderImpl#configureAuthentication()

Expand All @@ -8,7 +8,6 @@

-> send user statistics (username) along with the downloaded artifact's path (OS Java Version, however only from the Nexus Proxy host)

-> GoogleAnalytics_v1_URLBuildingStrategy#buildURL tracks only the first GUI access ???



11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@
<version>${nexus.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.sonatype.configuration</groupId>
<artifactId>base-configuration</artifactId>
<version>1.1.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -57,19 +53,22 @@
<version>4.10</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-configuration</artifactId>
<version>${nexus.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-proxy</artifactId>
<version>${nexus.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-app</artifactId>
Expand Down

0 comments on commit 6aace4f

Please sign in to comment.