org.postgres
जोड़ना युद्ध घोषणापत्र . पर निर्भरता मेरे लिए समस्या का समाधान किया।
यहां एक maven
है स्निपेट:
<build>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Dependencies>org.postgres</Dependencies>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
और यहां जेनरेट किया गया MANIFEST.MF
. है (अंतिम पंक्ति देखें):
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Built-By: dedek
Created-By: Apache Maven 3.3.3
Build-Jdk: 1.8.0_51
Dependencies: org.postgres