Uploaded image for project: 'ZK Spring'
  1. ZK Spring
  2. ZKSPRING-50

Change dependencies in the pom.xml of zkspring-core

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.2.1
    • 3.2.0
    • 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.

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

              Created:
              Updated:
              Resolved: