diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-04 17:06:08 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-04 17:06:08 -0500 |
commit | ea487b181b377bd95f99f961dfb7cbeaea42e26d (patch) | |
tree | 67c40d34f51eb73c0ececcb209675ff56e0cd722 /opendaylight/pom.xml | |
parent | 5d536189b39adb7c01ebdd5b4c096d2f8b5150ad (diff) |
Remove java 8 installation
Removed java 8 installation from CCSDK base containers. Also,
removed obsolete ODL neon docker.
Change-Id: I009193b46e8da8a2e53461dcc1ed7d7fce042461
Issue-ID: SDNC-1352
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'opendaylight/pom.xml')
-rw-r--r-- | opendaylight/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 633ba2c8..3cb64634 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -16,7 +16,6 @@ <description>Creates OpenDaylight container</description> <modules> - <module>neon</module> <module>sodium</module> </modules> </project> |