Skip to content
Snippets Groups Projects
Commit 0a199d10 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

added compile deps

parent ee8428f6
Branches
Tags
No related merge requests found
Pipeline #12132 failed
...@@ -24,6 +24,7 @@ buildscript { ...@@ -24,6 +24,7 @@ buildscript {
apply plugin: "catkin" apply plugin: "catkin"
apply plugin: "maven-publish" apply plugin: "maven-publish"
apply plugin: "java-library"
allprojects { allprojects {
group 'org.ros.rosjava_core' group 'org.ros.rosjava_core'
...@@ -47,7 +48,6 @@ subprojects { ...@@ -47,7 +48,6 @@ subprojects {
apply plugin: "osgi" apply plugin: "osgi"
apply plugin: "idea" apply plugin: "idea"
apply plugin: "eclipse" apply plugin: "eclipse"
apply plugin: "java-library"
} }
} }
...@@ -58,6 +58,9 @@ repositories { ...@@ -58,6 +58,9 @@ repositories {
dependencies { dependencies {
// https://mvnrepository.com/artifact/com.google.guava/guava
api group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
// https://mvnrepository.com/artifact/org.jboss.netty/netty // https://mvnrepository.com/artifact/org.jboss.netty/netty
api group: 'org.jboss.netty', name: 'netty', version: '3.2.10.Final' api group: 'org.jboss.netty', name: 'netty', version: '3.2.10.Final'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment