-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove catalina dependency, work with JSP
1. Remove dependency on catalina 2. Ensure works with JSP and string writer 3. Remove Java 1.8 Code 4. Set Principle by default
- Loading branch information
Showing
25 changed files
with
264 additions
and
8,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.moesif.servlet</groupId> | ||
<artifactId>moesif-servlet</artifactId> | ||
<version>1.5.9</version> | ||
<version>1.6.0</version> | ||
<packaging>jar</packaging> | ||
<name>moesif-servlet</name> | ||
<description>Moesif SDK for Java Servlet to log and analyze API calls</description> | ||
|
@@ -24,7 +24,7 @@ | |
<developers> | ||
<developer> | ||
<id>moesif</id> | ||
<name>Moesif API Insights</name> | ||
<name>Moesif API Analytics</name> | ||
<email>[email protected]</email> | ||
<url>https://www.moesif.com</url> | ||
<organization>Moesif, Inc.</organization> | ||
|
@@ -78,12 +78,6 @@ | |
<artifactId>commons-io</artifactId> | ||
<version>${commons-io.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.tomcat</groupId> | ||
<artifactId>catalina</artifactId> | ||
<version>6.0.16</version> | ||
</dependency> | ||
|
||
|
||
<!-- testing --> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.