Change dependencies in the pom.xml of zkspring-core

XMLWordPrintable

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Normal
    • 3.2.1
    • Affects Version/s: 3.2.0
    • Component/s: None
    • None

      1. remove unnecessary ones like
        		<dependency>
        			<groupId>org.springframework</groupId>
        			<artifactId>spring-webmvc</artifactId>
        			<version>${spring.version}</version>
        		</dependency>
        		<dependency>
        			<groupId>org.springframework</groupId>
        			<artifactId>spring-context</artifactId>
        			<version>${spring.version}</version>
        			<optional>true</optional>
        		</dependency>
        
      2. set spring related dependencies as optional.
        Since users should include spring dependencies in their project when using zkspring, set optional to true can avoid spring version conflict. Then users don't need to exclude them manually.

            Assignee:
            hawk
            Reporter:
            hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: