Skip to content

Commit

Permalink
Removing spring from core (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreystone committed Sep 6, 2019
1 parent 63cf862 commit 0f1b1b3
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 905 deletions.
23 changes: 0 additions & 23 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,26 +261,3 @@ project("robo4j-units-rpi-http") {
implementation(project(":robo4j-units-rpi"))
}
}

project("robo4j-spring-configuration-starter") {
config {
info {
name = 'Robo4j Spring Configuration Starter'
description = 'Robo4j Spring Configuration Starter'
}
}

dependencies {
implementation(project(":robo4j-core"))
implementation "org.springframework:spring-core:${springCoreVersion}"
implementation "org.springframework.boot:spring-boot-autoconfigure:${springBootVersion}"
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
}

test {
systemProperty "java.net.preferIPv4Stack", "true"
}

configureExampleSources(project)
configureShadow(project)
}
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ org.gradle.parallel=true
javaVersion = 11
junitVersion = 5.3.2
pi4jVersion = 2.0-SNAPSHOT
springCoreVersion = 5.1.5.RELEASE
springBootVersion = 2.1.3.RELEASE

mavenReleaseRepositoryUrl = https://oss.sonatype.org/service/local/staging/deploy/maven2/
mavenSnapshotRepositoryUrl = https://oss.sonatype.org/content/repositories/snapshots/
30 changes: 0 additions & 30 deletions robo4j-spring-configuration-starter/.classpath

This file was deleted.

1 change: 0 additions & 1 deletion robo4j-spring-configuration-starter/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions robo4j-spring-configuration-starter/.project

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0f1b1b3

Please sign in to comment.