Skip to content

Commit

Permalink
Fixed pom errors on OSSRH
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishshinde committed May 18, 2015
1 parent f5a5a74 commit 156cadd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Sun May 17 15:08:03 IST 2015
#Sun May 17 23:49:32 IST 2015
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The gist for making a contibution is
### Setting up eclipse
Run
```
gradle eclipse
gradle/gradlew eclipse
```

Import alchemy inject to eclipse using File > Import > Existing Projects into Workspace
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies {
clientGen group: 'com.strandls.alchemy', name: 'alchemy-rest-client-generator', version: '0.9-SNAPSHOT', changing: true

// test dependencies
testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'org.glassfish.jersey.test-framework.providers', name: 'jersey-test-framework-provider-grizzly2', version: '2.17'
testCompile group: 'org.glassfish.jersey.containers', name: 'jersey-container-grizzly2-servlet', version: '2.17'
testCompile group: 'com.strandls.alchemy', name: 'alchemy-rest-client-generator', version: '0.9-SNAPSHOT', changing: true
Expand Down
2 changes: 1 addition & 1 deletion config/common.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
compileOnly group: "org.projectlombok", name: "lombok", version: "latest.release"

// test dependencies
testCompile 'junit:junit:4.+'
testCompile 'junit:junit:4.12'
testCompile 'com.google.guiceberry:guiceberry:latest.release'

// logging
Expand Down

0 comments on commit 156cadd

Please sign in to comment.