Skip to content

Commit 2a7e728

Browse files
authored
Merge pull request #90 from hazendaz/master
Cleanup unnecessary build items
2 parents b87df1a + b050551 commit 2a7e728

File tree

3 files changed

+16
-40
lines changed

3 files changed

+16
-40
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright 2015-2020 the original author or authors.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
version: 2
218
updates:
319
- package-ecosystem: maven

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,6 @@
108108
<version>2.5.1</version>
109109
<scope>test</scope>
110110
</dependency>
111-
<dependency>
112-
<groupId>log4j</groupId>
113-
<artifactId>log4j</artifactId>
114-
<version>1.2.17</version>
115-
<scope>test</scope>
116-
</dependency>
117111
</dependencies>
118112

119-
<repositories>
120-
<repository>
121-
<id>sonatype-oss-snapshots</id>
122-
<name>Sonatype OSS Snapshots Repository</name>
123-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
124-
</repository>
125-
</repositories>
126-
127113
</project>

src/test/resources/log4j.properties

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)