Skip to content

Commit

Permalink
issue syndesisio#2436: removed checks warnings and erros. Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar authored and zregvart committed Apr 15, 2019
1 parent 9018c85 commit b2f44e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/connector/rest-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,13 @@
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>


<!-- testing -->

<dependency>
<groupId>io.syndesis.integration</groupId>
<artifactId>integration-runtime</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "MAVEN"
}
],
"description": "rest-swagger TODO:change this",
"description": "Meta connector to generate swagger client connectors",
"icon": "",
"id": "rest-swagger",
"metadata": {
Expand Down
14 changes: 13 additions & 1 deletion app/integration/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<version>${project.version}</version>
</dependency>

<!-- Atlasmap runtime -->
<!-- Atlasmap runtime -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>camel-atlasmap</artifactId>
Expand All @@ -186,6 +186,18 @@
NOTE: any new connector provided out of the box by syndesis should be listed here. Maybe this can be
auto generated in a future release.
-->
<!-- components -->
<dependency>
<groupId>io.syndesis.integration</groupId>
<artifactId>integration-component-proxy</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.camel</groupId>
<artifactId>camel-connector</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.syndesis.connector</groupId>
<artifactId>connector-twitter</artifactId>
Expand Down

0 comments on commit b2f44e3

Please sign in to comment.