Skip to content

Commit

Permalink
KAA-597 Dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
obantysh committed Aug 12, 2015
1 parent 76c3fa7 commit 8bfb207
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 4 deletions.
1 change: 1 addition & 0 deletions avrogenc/.gitignore
@@ -0,0 +1 @@
/target/
2 changes: 1 addition & 1 deletion server/admin/pom.xml
Expand Up @@ -303,7 +303,7 @@
<artifactId>config</artifactId>
<scope>runtime</scope>
<classifier>kafka</classifier>
<version>0.7.2-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion server/appenders/kafka/appender/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.kaaproject.kaa.server.appenders</groupId>
<artifactId>kafka</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
</parent>
<groupId>org.kaaproject.kaa.server.appenders.kafka</groupId>
<artifactId>appender</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/appenders/kafka/config/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.kaaproject.kaa.server.appenders</groupId>
<artifactId>kafka</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
</parent>
<groupId>org.kaaproject.kaa.server.appenders.kafka</groupId>
<artifactId>config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/appenders/kafka/pom.xml
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.kaaproject.kaa.server</groupId>
<artifactId>appenders</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
</parent>
<modules>
<module>appender</module>
Expand Down
1 change: 1 addition & 0 deletions server/common/dto/.gitignore
@@ -0,0 +1 @@
/target/
1 change: 1 addition & 0 deletions server/common/server-shared/.gitignore
@@ -0,0 +1 @@
/target/
1 change: 1 addition & 0 deletions server/common/thrift-cli-server/.gitignore
@@ -0,0 +1 @@
/target/
3 changes: 3 additions & 0 deletions server/common/thrift/.gitignore
@@ -0,0 +1,3 @@
/target/
/target/
/target/
2 changes: 2 additions & 0 deletions server/common/utils/.gitignore
@@ -0,0 +1,2 @@
/target/
/target/
1 change: 1 addition & 0 deletions server/common/zk/.gitignore
@@ -0,0 +1 @@
/target/
12 changes: 12 additions & 0 deletions server/operations/pom.xml
Expand Up @@ -761,6 +761,18 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>kafka</id>
<dependencies>
<dependency>
<groupId>org.kaaproject.kaa.server.appenders.kafka</groupId>
<artifactId>appender</artifactId>
<version>${project.version}</version>
<classifier>kafka</classifier>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>couchbase</id>
<dependencies>
Expand Down

0 comments on commit 8bfb207

Please sign in to comment.