| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ef4b6fb commit 361525e
13 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,8 +8,9 @@ | |||
| 8 | 8 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
| 9 | 9 | hs_err_pid* | |
| 10 | 10 | ||
| 11 | - #Maven Target | ||
| 11 | + #Maven | ||
| 12 | 12 | target/ | |
| 13 | + dependency-reduced-pom.xml | ||
| 13 | 14 | ||
| 14 | 15 | #Eclipse files | |
| 15 | 16 | .project | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,14 +29,6 @@ | |||
| 29 | 29 | <packaging>jar</packaging> | |
| 30 | 30 | <name>allocations</name> | |
| 31 | 31 | ||
| 32 | - <dependencies> | ||
| 33 | - <dependency> | ||
| 34 | - <groupId>com.beust</groupId> | ||
| 35 | - <artifactId>jcommander</artifactId> | ||
| 36 | - </dependency> | ||
| 37 | - </dependencies> | ||
| 38 | - | ||
| 39 | - | ||
| 40 | 32 | <properties> | |
| 41 | 33 | <fully.qualified.main.class>com.github.chrishantha.sample.allocations.App</fully.qualified.main.class> | |
| 42 | 34 | </properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /* | |
| 2 | 2 | * Copyright 2017 M. Isuru Tharanga Chrishantha Perera | |
| 3 | - * | ||
| 3 | + * | ||
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | * you may not use this file except in compliance with the License. | |
| 6 | 6 | * You may obtain a copy of the License at | |
| 7 | - * | ||
| 7 | + * | ||
| 8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | |
| 9 | - * | ||
| 9 | + * | ||
| 10 | 10 | * Unless required by applicable law or agreed to in writing, software | |
| 11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | |
| 12 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,14 +29,6 @@ | |||
| 29 | 29 | <packaging>jar</packaging> | |
| 30 | 30 | <name>highcpu</name> | |
| 31 | 31 | ||
| 32 | - <dependencies> | ||
| 33 | - <dependency> | ||
| 34 | - <groupId>com.beust</groupId> | ||
| 35 | - <artifactId>jcommander</artifactId> | ||
| 36 | - </dependency> | ||
| 37 | - </dependencies> | ||
| 38 | - | ||
| 39 | - | ||
| 40 | 32 | <properties> | |
| 41 | 33 | <fully.qualified.main.class>com.github.chrishantha.sample.highcpu.App</fully.qualified.main.class> | |
| 42 | 34 | </properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /* | |
| 2 | 2 | * Copyright 2015 M. Isuru Tharanga Chrishantha Perera | |
| 3 | - * | ||
| 3 | + * | ||
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | * you may not use this file except in compliance with the License. | |
| 6 | 6 | * You may obtain a copy of the License at | |
| 7 | - * | ||
| 7 | + * | ||
| 8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | |
| 9 | - * | ||
| 9 | + * | ||
| 10 | 10 | * Unless required by applicable law or agreed to in writing, software | |
| 11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | |
| 12 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /* | |
| 2 | 2 | * Copyright 2015 M. Isuru Tharanga Chrishantha Perera | |
| 3 | - * | ||
| 3 | + * | ||
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | * you may not use this file except in compliance with the License. | |
| 6 | 6 | * You may obtain a copy of the License at | |
| 7 | - * | ||
| 7 | + * | ||
| 8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | |
| 9 | - * | ||
| 9 | + * | ||
| 10 | 10 | * Unless required by applicable law or agreed to in writing, software | |
| 11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | |
| 12 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /* | |
| 2 | 2 | * Copyright 2015 M. Isuru Tharanga Chrishantha Perera | |
| 3 | - * | ||
| 3 | + * | ||
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | * you may not use this file except in compliance with the License. | |
| 6 | 6 | * You may obtain a copy of the License at | |
| 7 | - * | ||
| 7 | + * | ||
| 8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | |
| 9 | - * | ||
| 9 | + * | ||
| 10 | 10 | * Unless required by applicable law or agreed to in writing, software | |
| 11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | |
| 12 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /* | |
| 2 | 2 | * Copyright 2015 M. Isuru Tharanga Chrishantha Perera | |
| 3 | - * | ||
| 3 | + * | ||
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | * you may not use this file except in compliance with the License. | |
| 6 | 6 | * You may obtain a copy of the License at | |
| 7 | - * | ||
| 7 | + * | ||
| 8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | |
| 9 | - * | ||
| 9 | + * | ||
| 10 | 10 | * Unless required by applicable law or agreed to in writing, software | |
| 11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | |
| 12 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,14 +29,6 @@ | |||
| 29 | 29 | <packaging>jar</packaging> | |
| 30 | 30 | <name>hotmethods</name> | |
| 31 | 31 | ||
| 32 | - <dependencies> | ||
| 33 | - <dependency> | ||
| 34 | - <groupId>com.beust</groupId> | ||
| 35 | - <artifactId>jcommander</artifactId> | ||
| 36 | - </dependency> | ||
| 37 | - </dependencies> | ||
| 38 | - | ||
| 39 | - | ||
| 40 | 32 | <properties> | |
| 41 | 33 | <fully.qualified.main.class>com.github.chrishantha.sample.hotmethods.App</fully.qualified.main.class> | |
| 42 | 34 | </properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /* | |
| 2 | 2 | * Copyright 2017 M. Isuru Tharanga Chrishantha Perera | |
| 3 | - * | ||
| 3 | + * | ||
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | * you may not use this file except in compliance with the License. | |
| 6 | 6 | * You may obtain a copy of the License at | |
| 7 | - * | ||
| 7 | + * | ||
| 8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | |
| 9 | - * | ||
| 9 | + * | ||
| 10 | 10 | * Unless required by applicable law or agreed to in writing, software | |
| 11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | |
| 12 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments