Skip to content

Commit 0a3df77

Browse files
authored
Remove dependency on Connext (#161)
* Remove test dependency on rosidl_typesupport_connext_c Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Remove Connext packages from Android repos file Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent c3a2d7a commit 0a3df77

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

ros2_java_android.repos

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ repositories:
8787
type: git
8888
url: https://github.com/ros2/rmw.git
8989
version: dashing
90-
ros2/rmw_connext:
91-
type: git
92-
url: https://github.com/ros2/rmw_connext.git
93-
version: dashing
9490
ros2/rmw_cyclonedds:
9591
type: git
9692
url: https://github.com/ros2/rmw_cyclonedds.git
@@ -127,10 +123,6 @@ repositories:
127123
type: git
128124
url: https://github.com/ros2/rosidl_typesupport.git
129125
version: dashing
130-
ros2/rosidl_typesupport_connext:
131-
type: git
132-
url: https://github.com/ros2/rosidl_typesupport_connext.git
133-
version: dashing
134126
ros2/rosidl_typesupport_fastrtps:
135127
type: git
136128
url: https://github.com/ros2/rosidl_typesupport_fastrtps.git

rosidl_generator_java/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<test_depend>rosidl_parser</test_depend>
4040
<!-- Duplicated from rosidl_default_generator in order to avoid a circular dependency. -->
4141
<test_depend>rosidl_typesupport_c</test_depend>
42-
<test_depend>rosidl_typesupport_connext_c</test_depend>
4342
<test_depend>rosidl_typesupport_fastrtps_c</test_depend>
4443
<test_depend>rosidl_typesupport_introspection_c</test_depend>
4544
<test_depend>rosidl_typesupport_opensplice_c</test_depend>

0 commit comments

Comments
 (0)