old mode 100644
new mode 100755
| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-config</artifactId> |
| | | <artifactId>java110-interface</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | |
| | |
| | | <dependency> |
| | | <groupId>org.quartz-scheduler</groupId> |
| | | <artifactId>quartz</artifactId> |
| | | <version>2.3.0</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>service-simple</finalName> |
| | | <plugins> |
| | | <!--<plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-dependency-plugin</artifactId> |
| | |
| | | <mainClass>com.java110.code.GeneratorServiceApplicationStart</mainClass> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </plugins>--> |
| | | </build> |
| | | </project> |