Skip to content

Commit

Permalink
JetBrains-Research#25 Removed refactoring miner jar and license. Adde…
Browse files Browse the repository at this point in the history
…d maven dependency.
  • Loading branch information
bbrockbernd committed Jul 13, 2020
1 parent 485fed8 commit 917a0f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ dependencies {
// testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
// testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
testImplementation('junit:junit:4.13')
implementation files('lib/RefactoringMiner-1.0.jar')
implementation files('lib/intellij.vcs.git.jar')
implementation files('lib/intellij.platform.vcs.testFramework.jar')
compile 'org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r'
compile 'org.slf4j:slf4j-log4j12:1.7.7'
compile 'org.eclipse.jdt:org.eclipse.jdt.core:3.16.0'
compile 'org.apache.commons:commons-text:1.6'
compile 'org.kohsuke:github-api:1.95'
compile group: 'com.github.tsantalis', name: 'refactoring-miner', version: '2.0'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.3.3'
}

Expand Down
1 change: 0 additions & 1 deletion lib/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Copyright (c) 2000—2020 JetBrains s.r.o.
Copyright (c) 2020 JetBrains N.V.
Copyright (c) 2019 Nikolaos Tsantalis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
Binary file removed lib/RefactoringMiner-1.0.jar
Binary file not shown.

0 comments on commit 917a0f1

Please sign in to comment.