Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
catching exceptions and then verbosely logging the stack trace is a h…
Browse files Browse the repository at this point in the history
…orrible idea
  • Loading branch information
parkotron committed Jan 16, 2015
1 parent e8c5dd3 commit 7cf55c2
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.snowplowanalytics</groupId>
<artifactId>snowplow-java-tracker-core</artifactId>
<version>0.1.5-SNAPSHOT</version>
<versioning>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20150116092540</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.snowplowanalytics</groupId>
<artifactId>snowplow-java-tracker-core</artifactId>
<version>0.1.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<metadata>
<groupId>com.snowplowanalytics</groupId>
<artifactId>snowplow-java-tracker-core</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
<versioning>
<versions>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
</versions>
<lastUpdated>20141120164851</lastUpdated>
<lastUpdated>20150116092540</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20141120164851</lastUpdated>
<lastUpdated>20150116092540</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>com.snowplowanalytics</groupId>
<artifactId>snowplow-java-tracker-core</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>0.5.2-SNAPSHOT</version>
</versions>
<lastUpdated>20141120164851</lastUpdated>
<lastUpdated>20150116092540</lastUpdated>
</versioning>
</metadata>

0 comments on commit 7cf55c2

Please sign in to comment.